log

age author description
Mon, 16 Aug 2010 18:12:16 -0500 Rob Landley Missed one (PROGRAM_PREFIX->TOOLCHAIN_PREFIX).
Mon, 16 Aug 2010 15:00:35 -0500 Rob Landley Environment sanitizing screwed up the cross-compiler.sh wrapper. Fix it, rename PROGRAM_PREFIX to TOOLCHAIN_PREFIX, and put a guard around sources/include.sh so it's safe to include multiple times.
Fri, 13 Aug 2010 17:19:28 -0500 Rob Landley Ahem. Change the user of sources/native-root to sources/root-filesystem.
Fri, 13 Aug 2010 16:34:07 -0500 Rob Landley Move sources/native-root to sources/root-filesystem (mostly to make tab completion work better when navigating the source).
Fri, 13 Aug 2010 15:41:03 -0500 Rob Landley Fix case where build/packages/alt-package exists but tarball doesn't, and EXTRACT_ALL=1 ./download.sh gets called.
Tue, 10 Aug 2010 11:40:42 -0500 Rob Landley In the presence of multiple tarballs, use the newest one, so downloading a new version and extracting it before running cleanup_oldfiles should work now.
Tue, 10 Aug 2010 11:00:33 -0500 Rob Landley Bootstrapping gentoo portage tree. Download tarball, extract it, and emerge --sync. (Build rsync so emerge --sync works.)
Tue, 10 Aug 2010 00:17:48 -0500 Rob Landley Remove script that moved to "more" directory.
Tue, 10 Aug 2010 00:04:30 -0500 Rob Landley Add DEBUG_PACKAGE config variable to build just one package with CPUS=1.
Tue, 10 Aug 2010 00:03:38 -0500 Rob Landley Bite the bullet, I'm no longer really doing toybox development.
Sun, 08 Aug 2010 21:01:41 -0500 Rob Landley Polish the strip logic a bit.
Sun, 08 Aug 2010 20:57:58 -0500 Rob Landley is_in_list doesn't like "[" and "[[", thinks it's an unterminated regex.
Thu, 05 Aug 2010 13:10:07 -0500 Rob Landley If some clever sysadmin claimed 1024-65535 for local ports, punt.
Thu, 05 Aug 2010 12:31:01 -0500 Rob Landley Change how to filter out (currently) unusable busybox apps, and add mke2fs to force e2fsprogs build.
Thu, 05 Aug 2010 12:08:25 -0500 Rob Landley Apparently gentoo has mke2fs in a normal user's path, but not tune2fs. Sigh.
Thu, 05 Aug 2010 12:08:02 -0500 Rob Landley Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Tue, 03 Aug 2010 11:07:37 -0500 Rob Landley build-control-images.sh got broken out a while ago, remove redundant code from buildall.
Tue, 03 Aug 2010 11:05:43 -0500 Rob Landley Write-up on the command logging wrapper.
Tue, 03 Aug 2010 11:04:58 -0500 Rob Landley Teach environment sanitizing to allow STAGE_NAME override.
Mon, 02 Aug 2010 17:56:28 -0500 Rob Landley Use Scrt1.o when building a shared library.
Sun, 01 Aug 2010 15:20:00 -0500 Rob Landley Now that extract_packages is separate from setupfor, EXTRACT_ALL=1 should be less brittle. (If not, needs to be fixed, so remove workarounds.)
Sun, 01 Aug 2010 15:19:00 -0500 Rob Landley Move $BUILD/logs creation from record-commands.sh to include.sh so it gets reliably recreated when a user blanks the logs and re-runs.
Sun, 01 Aug 2010 15:16:58 -0500 Rob Landley Comment tweak.
Sun, 01 Aug 2010 14:40:48 -0500 Rob Landley Add lots of debugging HOWTO information. More to come.
Sat, 31 Jul 2010 21:49:01 -0500 Rob Landley Make extract_package directly callable, and do so where necessary.
Fri, 30 Jul 2010 13:54:10 -0500 Rob Landley Add blank_workdir and make setupfor and cleanup use it. This means you can run an entire build.sh with NO_CLEANUP=1 on.
Tue, 27 Jul 2010 02:35:33 -0500 Rob Landley Apparently this never quite got updated for commit 1116.
Tue, 27 Jul 2010 01:40:50 -0500 Rob Landley List more environment variables sanitizing shouldn't drop.
Mon, 26 Jul 2010 16:47:41 -0500 Rob Landley Bugfix for busybox 1.17.1 mktemp dealing with non-absolute subdirectory paths.
Mon, 26 Jul 2010 01:42:00 -0500 Rob Landley Make the environment sanitize logic slightly more robust in the face of multi-line environment variable values.
Mon, 26 Jul 2010 00:06:58 -0500 Rob Landley Yank toybox from simple-root-filesystem. (Still need it for patch in host-tools.sh)
Mon, 26 Jul 2010 00:05:38 -0500 Rob Landley Update to busybox 1.17.1 and switch to defconfig instead of trimconfig.
Sun, 25 Jul 2010 23:26:46 -0500 Rob Landley Automatically use simple-root-filesystem if root-filesystem isn't avaialble.
Sun, 25 Jul 2010 23:25:58 -0500 Rob Landley Add sanitize_environment to unset unrecognized environment variables.
Sun, 25 Jul 2010 14:29:01 -0500 Rob Landley Add "make" to the default static list, for native-compiler tarball portability. (If you haven't got make working, it's hard to build it.)
Sun, 25 Jul 2010 14:19:12 -0500 Rob Landley Remove a baseconfig symbol that SYSIMAGE_TYPE=initramfs sets itself.
Sun, 25 Jul 2010 14:18:25 -0500 Rob Landley Make BUILD_VERBOSE a little more verbose.
Sat, 17 Jul 2010 14:19:39 -0500 Rob Landley Fluff up comments, and use blank_tempdir so re-running recreates all the images.
Sat, 17 Jul 2010 13:29:12 -0500 Rob Landley Comment tweak for cross-smoke-test.sh.
Mon, 12 Jul 2010 11:40:23 -0500 Rob Landley Only include the dev-environment.sh and native-build.sh scripts when the system image contains native development tools.
Sun, 11 Jul 2010 00:04:16 -0500 Rob Landley Tweak web page header.
Sun, 11 Jul 2010 00:02:44 -0500 Rob Landley Yet more gentoo bootstrap plumbing. Needs target-specific stuff still.
Sat, 10 Jul 2010 23:41:22 -0500 Rob Landley Convert sparc to baseconfig.
Sat, 10 Jul 2010 23:39:36 -0500 Rob Landley Make sh4 less unhappy.
Sat, 10 Jul 2010 23:38:51 -0500 Rob Landley Make NO_CLEANUP work with sources/sections/gcc.sh
Sat, 10 Jul 2010 23:36:43 -0500 Rob Landley Update initramfs generation to deal with kernel changes, and rip out unnecessary complexity (backgrounding the kernel build, partial rebuild) that other stages don't do.
Sat, 10 Jul 2010 00:05:50 -0500 Rob Landley Fix patching so sha1-for-source.txt only gets updated _after_ patch successfully applies (race with signal delivery), and make dienow output go to stderr instead of stdout.
Fri, 09 Jul 2010 13:03:01 -0500 Rob Landley Output dienow's error message to stderr.
Thu, 08 Jul 2010 10:55:45 -0500 Rob Landley Busybox's current acpid doesn't build on a sles 10 host (SW_LID undeclared).
Tue, 06 Jul 2010 14:46:15 -0500 Rob Landley Honor existing CFLAGS (if any) in binutils build.
Tue, 06 Jul 2010 12:10:26 -0500 Rob Landley Better error message.
Mon, 05 Jul 2010 15:37:04 -0500 Rob Landley Move "sources/more/" to just "more/", add a README explaining why those scripts are there, and adjust calls to them.
Sun, 04 Jul 2010 20:36:50 -0500 Rob Landley Fix mipsel and mips64 after the conversion.
Sun, 04 Jul 2010 04:05:58 -0500 Rob Landley Busybox 1.16.2 is out.
Sun, 04 Jul 2010 04:05:47 -0500 Rob Landley More baseconfig-linux work.
Sat, 03 Jul 2010 23:05:49 -0500 Rob Landley Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Fri, 02 Jul 2010 23:38:31 -0500 Rob Landley Add baseconfig-linux, the infrastructure to use it, and move over the arm targets. (You can override with a miniconfig-linux or miniconfig-uClibc in the appropriate target directory.)
Fri, 02 Jul 2010 12:58:41 -0500 Rob Landley Add SIMPLE_ROOT_OVERLAY.
Fri, 02 Jul 2010 12:46:35 -0500 Rob Landley Trim a busybox feature that contains a hardwired #ifdef staircase of known target types. (There's no excuse for that, and it breaks on chips it doesn't know about.)
Wed, 30 Jun 2010 16:01:15 -0500 Rob Landley Yet another patch bug, this one due to @@ -1 +1,3 @@ (because the FSF made ,1 implicit, obviously the file format wouldn't be simple or consistent with them involved...)