log

age author description
Wed, 07 Apr 2010 16:39:41 -0500 Rob Landley Add a new FAQ: how to get a writeable root filesystem.
Wed, 07 Apr 2010 15:50:03 -0500 Rob Landley Tweak to remove target list from the page (so it can't bit rot), and add an executive summary.
Mon, 05 Apr 2010 18:39:09 -0500 Rob Landley Jean-Christophe Dubois pointed out that if build.sh doesn't source config, it doesn't get things like NO_NATIVE_COMPILER.
Mon, 05 Apr 2010 02:06:00 -0500 Rob Landley Milton Miller spotted a bug where PATH was being set twice, and thus wasn't including both potential compiler locations at once.
Sun, 04 Apr 2010 05:48:50 -0500 Rob Landley Charles Stevens hit another "busybox flash doesn't build on Ubuntu 8.x" bug, this time because busybox grew a flashcp we weren't switching off yet.
Thu, 01 Apr 2010 15:59:15 -0500 Rob Landley Add zlib support to static-tools.sh so dropbear supports -C. Build dropbear -Os and strip the binaries to try to get some of the resulting size increase back.
Thu, 01 Apr 2010 02:39:54 -0500 Rob Landley Build zlib for squashfs, so we don't depend on the host having it.
Mon, 29 Mar 2010 19:02:55 -0500 Rob Landley Added tag 0.9.11 for changeset b9319aa31df8
Mon, 29 Mar 2010 19:00:34 -0500 Rob Landley Announce 0.9.11 release.
Mon, 29 Mar 2010 08:17:24 -0500 Rob Landley Link to mirror sites from each other.
Mon, 29 Mar 2010 07:48:57 -0500 Rob Landley Always make mke2fs, run-from-build.sh can't make hdb.img otherwise. 0.9.11
Mon, 29 Mar 2010 00:52:19 -0500 Rob Landley Busybox 1.16.1 is out.
Sun, 28 Mar 2010 15:12:23 -0500 Rob Landley Upgrade to uClibc 0.9.30.3.
Sun, 28 Mar 2010 13:48:48 -0500 Rob Landley Call the static native binaries $PACKAGE-$ARCH instead of the other way around, both for consistency with the tarball names and because the busybox multiplexor only knows about postfixes (so it can work as "./busybox-i686 ls -l" but "./i686-busybox ls -l" will say unknown applet).
Sun, 28 Mar 2010 13:44:20 -0500 Rob Landley Fix the sparc build of strace.
Sat, 27 Mar 2010 20:31:21 -0500 Rob Landley Factor out the upload into a shell function, and upload each package's results as available, rather than waiting until the end to upload everything at once.
Sat, 27 Mar 2010 20:26:58 -0500 Rob Landley When USE_TOYBOX=1, don't try to truncate and append to a file that's in use. (Bug spotted by David Seikel.)
Fri, 26 Mar 2010 22:00:51 -0500 Rob Landley Tell buildall where the hdc generation script for the native build actually went.
Fri, 26 Mar 2010 13:02:14 -0500 Rob Landley Bugfix by David Seikel: don't append .tar.bz2 twice to BINARY_PACKAGE_TARBALLS.
Fri, 26 Mar 2010 12:58:50 -0500 Rob Landley Bug spotted by Milton Miller: create stage tarball _after_ the compile smoketest.
Fri, 26 Mar 2010 04:57:11 -0500 Rob Landley Allow existing extracted source directry to be patched if necessary, even if tarball doesn't exist. (This lets a git bisect happen in situ under build/packages.)
Fri, 26 Mar 2010 00:52:05 -0500 Rob Landley Move sources/more/setup-native-build.sh to sources/native-builds/static-tools.sh, and add native-builds/hello-world.sh while I'm at it.
Thu, 25 Mar 2010 23:30:20 -0500 Rob Landley Move sources/native to sources/native-root
Thu, 25 Mar 2010 18:54:30 -0500 Rob Landley Move CROSS_SMOKE_TEST implementation out of simple-cross-compiler.sh and into sources/more/cross-smoke-test.sh, called from build.sh. Clean up comments a bit while we're there.
Thu, 25 Mar 2010 15:19:10 -0500 Rob Landley Minor news tweak I made ages ago and forgot to check in.
Thu, 25 Mar 2010 03:10:32 -0500 Rob Landley Make run-emulator.sh executable.
Sun, 21 Mar 2010 23:53:15 -0500 Rob Landley New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Thu, 18 Mar 2010 05:44:47 -0500 Rob Landley Make the native build timeout configurable.
Thu, 18 Mar 2010 02:25:11 -0500 Rob Landley Get screenshots working again. (Conversion to Vladimir Dronnikov's new layout underway, just going slowly...)
Thu, 18 Mar 2010 02:20:23 -0500 Rob Landley Comment tweak.