log

age author description
Mon, 15 Mar 2010 06:01:36 -0500 Rob Landley Move distcc setup to dev-environment.sh. Fix bug where CPUS wasn't defined if distcc wasn't being used (leading to make -j with no limit, and OOM conditions in the emulated system).
Sun, 14 Mar 2010 01:18:27 -0600 Rob Landley Another bug Wolfgang Denk reported: make BUILD_STATIC=none actually work.
Fri, 12 Mar 2010 14:29:25 -0600 Rob Landley Slightly tweaked bugfix from Wolfgang Denk: clean out environment variables from the host that would screw up the build.
Fri, 12 Mar 2010 02:52:58 -0600 Rob Landley Fix busybox so the 2.6.33 mips kernel builds.
Sun, 07 Mar 2010 13:18:58 -0600 Rob Landley Optimize the linux and busybox bisects to not rebuild earlier sections unnecessarily.
Sun, 07 Mar 2010 11:49:25 -0600 Rob Landley Fix a typo that broke the script completely.
Mon, 01 Mar 2010 22:56:57 -0600 Rob Landley Missed a patch that needed updating for 2.6.33 kernel.
Mon, 01 Mar 2010 22:07:03 -0600 Rob Landley Upgrade to 2.6.33 kernel.
Mon, 01 Mar 2010 02:43:27 -0600 Rob Landley Add 64-bit mips target.
Mon, 01 Mar 2010 02:21:49 -0600 Rob Landley Add FORK=1 support to download.sh, and work around bash's $$ refusing to give an actual unique $PID for subshells by groveling around in /proc to find something usable.
Mon, 01 Mar 2010 01:03:04 -0600 Rob Landley Make extract use unique temporary directories so it's parallelizable.
Wed, 24 Feb 2010 10:31:10 -0600 Rob Landley Rename SKIP_STAGE_TARBALLS to NO_STAGE_TARBALLS (for consistency), and make system-image.sh use it instead of doing it by hand.
Wed, 24 Feb 2010 10:17:43 -0600 Rob Landley Don't need to blank STAGE_DIR when read_arch_dir already does.
Wed, 24 Feb 2010 10:13:36 -0600 Rob Landley Give bisectinate.sh overrideable SRCDIR and BUILD.
Wed, 24 Feb 2010 10:11:02 -0600 Rob Landley Add more cleanup to bisectinate's repository initialization (reliability tweak).
Wed, 24 Feb 2010 10:08:38 -0600 Rob Landley Add export_if_blank and make lots of build paths overrideable.
Sun, 21 Feb 2010 17:07:55 -0600 Rob Landley Typo fix.
Sun, 21 Feb 2010 12:04:06 -0600 Rob Landley FIX SPARC! (Woot!)
Sun, 21 Feb 2010 12:03:28 -0600 Rob Landley Cleanups and comments.
Tue, 16 Feb 2010 08:26:35 -0600 Rob Landley Idea from Johnicholas Hines: add a three second "read" before running hdc's init so the user can press a key to get a command shell instead.
Tue, 16 Feb 2010 06:57:14 -0600 Rob Landley Tweak mercurial repo entry and add link to current snapshot.
Sun, 14 Feb 2010 01:42:18 -0600 Rob Landley Make qemu-system-powerpc work with more than 2 disks.
Sat, 06 Feb 2010 17:57:15 -0600 Rob Landley Comment tweak.
Sat, 06 Feb 2010 01:38:09 -0600 Rob Landley The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround.
Sat, 06 Feb 2010 01:01:09 -0600 Rob Landley Cosmetic: make mke2fs much less verbose.
Sat, 06 Feb 2010 01:00:46 -0600 Rob Landley Oops. Wait for native build to finish before exiting.
Fri, 05 Feb 2010 17:47:59 -0600 Rob Landley Allow patchdir to be overridden.
Fri, 05 Feb 2010 10:33:06 -0600 Rob Landley Genericize native build.
Fri, 05 Feb 2010 07:11:11 -0600 Rob Landley Fix new version of strace to build with 2.6.32 kernel headers.
Thu, 04 Feb 2010 20:59:45 -0600 Rob Landley Switch to the fix that went upstream.