summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* stage3: install minizip tooHEADmasterDJ Delorie2012-07-131-1/+2
|
* Make /etc/ld.so.conf if missingDJ Delorie2012-07-131-0/+2
|
* stage3: ad libsepol and sedDJ Delorie2012-07-132-0/+4
|
* move some vars out of make command lineDJ Delorie2012-07-131-5/+5
| | | | | | Setting environment variables on the MAKE command line overrides those variables being set elsewhere, which messed up libsepol. Set those in the environment instead.
* stage3: add aclDJ Delorie2012-07-101-0/+4
|
* stage3: add attr byacc gawkDJ Delorie2012-07-103-0/+5
|
* add tcshDJ Delorie2012-07-091-0/+1
|
* add pkgconfigDJ Delorie2012-07-091-0/+1
|
* add luaDJ Delorie2012-07-091-0/+1
|
* stage3: add autoconf automake bzip2 elfutils xz zlibDJ Delorie2012-07-096-0/+31
|
* disable %check via .rpmmacrosDJ Delorie2012-07-091-0/+8
|
* Combine all RPMs to be installed to avoid dependency issuesDJ Delorie2012-07-091-1/+3
|
* add stage3 help2man, m4, texinfoDJ Delorie2012-07-063-0/+5
|
* rpma now takes additional arguments which are sub-packages to installDJ Delorie2012-07-061-2/+2
|
* Add filesystem and iso-codes to stage2, binutils to stage3DJ Delorie2012-07-064-0/+81
|
* Fix some typos, add stage3 script. Adds build-id.DJ Delorie2012-07-062-6/+115
|
* Force exit-on-error for all recipe scriptsDJ Delorie2012-07-061-1/+1
|
* Add localestatedir and initdbDJ Delorie2012-07-061-9/+4
|
* make /var/tmpDJ Delorie2012-07-061-0/+8
|
* Fix location of ld-linux-armhf.so.3DJ Delorie2012-07-051-1/+1
|
* 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 variablesjcm-fixesDJ 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