summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* temporary workaround for networking issues in the modelsAl Stone2012-12-211-3/+8
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* glib2 for stage2: sed in recipe.d was over-zealous and unnecessaryAl Stone2012-12-191-3/+4
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* Add in handy build-rootfs-img.sh script from j_dulaneyAl Stone2012-12-181-0/+46
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* Run init-rootfs.sh as the final step of stage1Al Stone2012-12-181-1/+2
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* Add a script to the stage2 rootfs that will initialize and/or createAl Stone2012-11-302-4/+73
| | | | | | the files that git does not normally store (device files, empty dirs) Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: really correct the openssl lib path this timeAl Stone2012-11-231-1/+1
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: add possibility of 64-bit path to openssl buildAl Stone2012-11-221-2/+2
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: first pass at cleaning up remaining /lib64 pathsAl Stone2012-11-208-13/+13
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: ARMv8 model hangs on using ipv6, so disable use in curl for nowAl Stone2012-11-201-1/+1
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: corrected perl config so it uses */lib64/* pathsAl Stone2012-11-191-1/+1
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: allow ncurses to put libraries in /lib64, when neededAl Stone2012-11-171-3/+4
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: clean up busybox so it boots properlyAl Stone2012-11-171-2/+8
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: moved default path from /lib to /lib64Al Stone2012-11-161-34/+64
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* aarch64: move /lib to proper default of /lib64 in usrlinksAl Stone2012-11-151-10/+11
| | | | Signed-off-by: Al Stone <ahs3@redhat.com>
* clean up /proc, /sys mountsAl Stone2012-11-131-6/+15
|
* replaced sysvinit with busyboxAl Stone2012-11-091-23/+23
|
* ignore a few more filesAl Stone2012-11-091-0/+4
|
* move bootstrap work to a different locationAl Stone2012-11-091-2/+1
|
* chkconfig needs gettext and popt to build in stage2Al Stone2012-11-081-5/+7
|
* temporary change to not install docs, allowing install to completeAl Stone2012-11-081-1/+2
|
* minor cleanup to stage1 script, stage2 stepAl Stone2012-11-081-7/+6
|
* update TODO listAl Stone2012-11-081-13/+4
|
* minor tweak to texinfo for stage2Al Stone2012-10-312-0/+5
|
* add temporary use of sysvinitAl Stone2012-10-301-3/+25
|
* update gdb config parameters in stage2Al Stone2012-10-251-1/+5
|
* set proper target in stage2Al Stone2012-10-171-1/+1
|
* added libexec to usrlinks so compilers would workAl Stone2012-10-171-1/+1
|
* corrected ln path for utils-linuxAl Stone2012-10-161-3/+5
|
* add ignore, go to end of stage1Al Stone2012-10-102-2/+10
|
* merging and updating branch a bitAl Stone2012-10-102-0/+21
|
* Merge branch 'aarch64-jcm' of git://fedorapeople.org/~djdelorie/bootstrap ↵Al Stone2012-10-101-0/+2
|\ | | | | | | into aarch64-ahs3
| * aarch64: enable cloogJon Masters2012-10-061-1/+1
| | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
| * aarch64: update stage1 with fixes from the teamJon Masters2012-10-061-19/+47
| | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* | final corrections for aarch64 stage1Al Stone2012-10-101-6/+16
| |
* | corrections to stage1 up to and including 'go make'Al Stone2012-10-081-22/+50
|/
* aarch64: remove linker path hack from armv7hlJon Masters2012-10-041-11/+7
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* aarch64: fix a few of the stage1 bitsJon Masters2012-10-041-4/+10
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* AArch64: do not need to build U-Boot, X-Loader, etc. (old PandaBoard stuff)Jon Masters2012-09-171-2/+2
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* aarch64: change -march to correct --with-cpu, etc.Jon Masters2012-09-111-4/+2
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* aarch64: change to march without the A profile for nowJon Masters2012-09-101-1/+1
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* aarch64: oops - fix march flagsJon Masters2012-09-101-4/+4
|
* aarch64: setup the basic bootstrap parametersJon Masters2012-09-101-9/+7
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* stage3: install minizip tooDJ 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
|