summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* script->make, ccache moveDJ Delorie2012-07-0347-120/+267
| | | | | | | | Convert build iteration logic (stage 2) from list driven to Makefile driven. Add actual dependencies to recipe files and use them to control build sequence. ccache is moved to stage1 and configured to be used in stage2.
* Add distcc supportDJ Delorie2012-06-281-1/+50
| | | | | | | | | | By default, stage2 will run with distcc client enabled, with DISTCC_HOSTS set to the original stage1 machine. It will generate a "distccd.script" to run on the stage1 host that uses the stage1 cross compilers and a matching port configuration (not the default port) with an unmodified distccd. This script is to be manually run by whoever is running stage2. Some editing of distccd.script and the stage2 local.conf may be needed.
* Remove unneeded commandsDJ Delorie2012-06-281-4/+0
| | | | | Some mkdir/path commands were cut-n-pasted from stage1, but they do nothing in stage2 so remove them
* F17 udpatesDJ Delorie2012-06-2634-84/+480
| | | | Various updates to stage 1 and 2 to build with F17 GA SRPMs
* make sure /dev/null and /dev/zero are read/write by allDJ Delorie2011-07-051-0/+1
|
* Sync recipe stuff from rootfs treeDJ Delorie2011-07-0544-265/+325
|
* Sync with rootfsDJ Delorie2011-07-051-30/+19
|
* Create /tmp if neededDJ Delorie2011-06-171-0/+7
|
* Fix symlinks in bzip2 installDJ Delorie2011-06-171-0/+7
|
* Update stage1's SRPM list for stage2. Add libmpc alias to stage2DJ Delorie2011-06-172-6/+23
|
* Clarify handling of build order and can't-build packagesDJ Delorie2011-06-151-4/+12
|
* Merge from rootfsDJ Delorie2011-06-152-9/+239
|
* Tweaks to libselinux and sed. Update README package list.Nick Clifton2011-06-152-2/+20
| | | | | | Sed - touch docs so make won't try to run the cross-sed. libselinux - force TLSFLAGS to avoid a bogus check on 32-bit hosts.
* Make /dev nodes as neededDJ Delorie2011-06-101-0/+24
|
* Clear various environment variablesDJ Delorie2011-06-101-0/+8
| | | | CC CXX CFLAGS CXXFLAGS AR LD AS
* Document new modules. Install x-loader and u-boot into /bootDJ Delorie2011-06-102-1/+13
|
* Stage2: ncurses, curl, m4, flex, bison, texinfo, gdbDJ Delorie2011-06-102-3/+78
|
* Documentation updatesDJ Delorie2011-06-081-10/+61
| | | | Add more verbiage to the instructions. List packages built, so far.
* Add README.htmlDJ Delorie2011-06-071-0/+57
| | | | | Initial version. Includes a table of "known working" targets, to be updated as the script is tweaked for each target.
* Add dev-templateDJ Delorie2011-06-064-0/+37
| | | | | A few files just to give the user a shell when the machine boots.
* Various fixes for full bootstrapDJ Delorie2011-06-061-30/+131
| | | | | I've been running this in an empty directory to verify that it can build from scratch, which has discovered some bugs.
* Initial versionDJ Delorie2011-06-062-0/+716