log build.sh @ 1839:c8293b3ab81f draft default tip

age author description
Sun, 22 Nov 2015 14:54:16 -0600 Rob Landley Teach system-image.sh to handle its own dependencies, rebuilding kernel and draft
Sat, 21 Nov 2015 16:44:39 -0600 Rob Landley Collate site-local variables under "MY_XXX" prefix: MY_PATCH_DIR, draft
Thu, 12 Nov 2015 07:55:05 -0600 Rob Landley Add CROSS_COMPILER_PATH and CC_PREFIX knobs. draft
Wed, 07 Oct 2015 18:23:06 -0500 Rob Landley More sh2eb kernel build fixes. draft
Tue, 06 Oct 2015 22:05:53 -0500 Rob Landley Build sh2eb for the numato mimas v2. Still a lot of rough edges. draft
Thu, 04 Jun 2015 08:13:37 -0500 Rob Landley Remove leftover debug code that breaks the build (oops). draft
Tue, 26 May 2015 23:50:45 -0500 Rob Landley Building ELF toolchain with ./build.sh should stop early. draft
Tue, 14 Apr 2015 16:36:38 -0500 Rob Landley The linux-kernel stage got merged back into system-image but build.sh dependencies weren't updated. (Oops.) draft
Sun, 22 Feb 2015 17:00:33 -0600 Rob Landley Make tweak.sh actually work, and do less unnecessary rebuilding. draft
Sat, 21 Feb 2015 16:34:42 -0600 Rob Landley Add more/tweak.sh to rebuild a package in a stage. draft
Fri, 20 Feb 2015 13:14:50 -0600 Rob Landley Check up front that "./build.sh $ARCH $STAGE" actually names an existing stage to rebuild from. draft
Fri, 20 Feb 2015 13:12:45 -0600 Rob Landley Switch from bz2 to gz tarball output. draft
Tue, 10 Feb 2015 21:02:53 -0600 Rob Landley Move simple-root-filesystem.sh to root-filesystem.sh draft
Fri, 06 Feb 2015 01:51:54 -0600 Rob Landley Giant redo to put simple-root-filesystem in initmpfs. draft
Wed, 12 Nov 2014 09:20:57 -0600 Rob Landley Tweak rebuild dependencies for ./build.sh $ARCH $STAGENAME draft
Mon, 17 Jun 2013 00:07:02 -0500 Rob Landley Better help test for build.sh
Tue, 06 Dec 2011 21:15:59 -0600 Rob Landley Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build.
Thu, 20 Oct 2011 02:02:10 -0500 Rob Landley Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).
Thu, 23 Jun 2011 07:41:05 -0500 Rob Landley Print better error message for bad architecture name, idea from Alessio Igor Bogani.
Wed, 15 Jun 2011 20:11:39 -0500 Rob Landley Rebuilding root-image should also rebuild linux-kernel for initramfs builds.
Mon, 18 Apr 2011 18:41:04 -0500 Rob Landley Split up system-image.sh into root-image.sh, linux-kernel.sh, and system-image.sh. Rename CROSS_HOST_ARCH to CROSS_COMPILER_HOST.
Tue, 24 Aug 2010 02:53:11 -0500 Rob Landley Remove RW_SYSTEM_IMAGE option. The gentoo-stage1 build shows how to setup a writeable chroot, and the FAQ says how to build a writeable system image. I'm not shipping two different system iamges, then I'd have to explain it and it's not worth the confusion.
Wed, 18 Aug 2010 15:58:02 -0500 Rob Landley Teach build.sh to build host compiler if necessary for CROSS_HOST_ARCH.
Sun, 20 Jun 2010 14:54:00 -0500 Rob Landley Fix typo.
Sat, 19 Jun 2010 16:44:49 -0500 Rob Landley Lots of comment updates. Add a NO_HOST_TOOLS=1 config option, and a few "time" calls to stages that didn't have them. Put native-compiler.sh after root-filesystem.sh in build so it's slightly easier to document.
Wed, 16 Jun 2010 08:11:51 -0500 Rob Landley Break out simple-root-filesystem.sh and root-filesystem.sh (adding native-compiler.sh output), and use NO_NATIVE_COMPILER to determine which to use. Rename STATIC_CC_HOST to CROSS_HOST_ARCH.
Fri, 21 May 2010 22:26:25 -0500 Rob Landley Cleanup "FROM_ARCH" mess. Rename FROM_ARCH->HOST_ARCH, make stage script responsible for setting HOST_ARCH (not includes.sh). Also, remove HOST_UTILS variable, only build uClibc utils for non-simple compilers and bypass uClibc's (weird) makefile for the utils directory.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Sat, 08 May 2010 01:00:01 -0500 Rob Landley Don't overwrite existing files when collating root filesystem and native compiler. (It lobomizes busybox due to "strings" and such.)
Thu, 06 May 2010 00:04:27 -0500 Rob Landley Try again: extract native compiler into usr, not into /.