log

age author description
Thu, 02 Apr 2009 21:27:25 -0500 Rob Landley Announce 0.9.6 release. 0.9.6
Thu, 02 Apr 2009 21:26:32 -0500 Rob Landley Make NATIVE_RETROFIT_CXX work for dynamic as well as static linking.
Thu, 02 Apr 2009 19:59:47 -0500 Rob Landley Build for the PowerPC 440. (Someday, I may be able to test this...)
Thu, 02 Apr 2009 19:54:54 -0500 Rob Landley Copy over the MANIFEST file for the static toolchain build.
Thu, 02 Apr 2009 19:54:09 -0500 Rob Landley Whitespace fixes.
Wed, 01 Apr 2009 06:40:24 -0500 Rob Landley Add NATIVE_RETROFIT_CXX to add uClibc++ to the cross compiler tarball.
Wed, 01 Apr 2009 05:13:46 -0500 Rob Landley Feed noatime flag to init.sh mounts.
Wed, 01 Apr 2009 04:49:42 -0500 Rob Landley Remove vestigial line.
Wed, 01 Apr 2009 04:49:05 -0500 Rob Landley Make qemu download unconditional so it doesn't keep deleting it.
Wed, 01 Apr 2009 04:11:44 -0500 Rob Landley Teach build not to rebuild base architecture toolchains. Factor out some common code while there.
Wed, 01 Apr 2009 00:06:08 -0500 Rob Landley Fix wrapper so it doesn't misinterpret -static-libgcc as -static.
Tue, 31 Mar 2009 14:43:11 -0500 Rob Landley Allow UNSTABLE=squashfs to download cvs snapshot with 4.0 support (but still not equivalent to genext2fs -D or gen_cpio_init's text file input, for creating /dev/console without root access).
Tue, 31 Mar 2009 06:40:41 -0500 Rob Landley Fix qemu build so it can find pc-bios directory.
Mon, 30 Mar 2009 05:35:48 -0500 Rob Landley One more tweak to build-static.
Mon, 30 Mar 2009 04:50:02 -0500 Rob Landley Fix ppc bios, this is the one from qemu svn 6657.
Mon, 30 Mar 2009 04:49:20 -0500 Rob Landley The i686 target is actually pentium 3, not pentium 2. Fix qemu's emulation.
Mon, 30 Mar 2009 03:29:22 -0500 Rob Landley Path cleanup: host-tools.sh should handle this now.
Mon, 30 Mar 2009 03:28:36 -0500 Rob Landley Teach build-static-toolchains to FORK multiple qemu instances, conceptually similar to how buildall.sh handles FORK.
Mon, 30 Mar 2009 03:26:45 -0500 Rob Landley Fix hg 665 so it actually works. (Make setupfor work when build/sources/package exists but there's no packages/package-*.tar* file.)
Mon, 30 Mar 2009 01:11:34 -0500 Rob Landley Add SKIP_STAGE_TARBALLS config option to skip creating tarballs after each stage.
Sun, 29 Mar 2009 23:30:29 -0500 Rob Landley Use toybox 0.0.9.1, with a fix for patch.
Sun, 29 Mar 2009 23:29:31 -0500 Rob Landley Put a tmpfs instance on /tmp in case / is read only.
Sun, 29 Mar 2009 17:44:57 -0500 Rob Landley CONFIG_SQUASHFS needs CONFIG_MISC_FILESYSTEMS. (For now, anyway.)
Sun, 29 Mar 2009 17:29:38 -0500 Rob Landley Autodetect the amount of space in a mini-native directory for genext2fs.
Sun, 29 Mar 2009 16:06:29 -0500 Rob Landley Adjust /etc/resolv.conf for read-only root filesystem.
Sun, 29 Mar 2009 15:53:03 -0500 Rob Landley More error checking.
Sun, 29 Mar 2009 15:51:24 -0500 Rob Landley Support PREFERRED_MIRROR for USE_UNSTABLE.
Sun, 29 Mar 2009 06:45:38 -0500 Rob Landley Bugfix for 2.6.29 network stack so it doesn't hang under load.
Sun, 29 Mar 2009 06:44:59 -0500 Rob Landley Fix copying out the static results.
Sat, 28 Mar 2009 16:01:54 -0500 Rob Landley Allow build to run with build/sources but not source tarballs. (Makes build-static-toolchains.sh slightly easier.)
Sat, 28 Mar 2009 16:00:31 -0500 Rob Landley Image isn't always ext2 anymore, use $IMAGE for run-emulator.sh.
Sat, 28 Mar 2009 03:32:39 -0500 Rob Landley Add a README file.
Sat, 28 Mar 2009 02:34:13 -0500 Rob Landley Allow FWL revision number to be overridden in MANIFEST (for releases).
Sat, 28 Mar 2009 02:30:51 -0500 Rob Landley If the root filesystem is read only, the /home mount point already needs to exist.
Sat, 28 Mar 2009 02:29:27 -0500 Rob Landley The i386 version is "qemu" with no trailing dash, so symlink that too.
Sat, 28 Mar 2009 00:24:58 -0500 Rob Landley Fix embarassing typo.
Fri, 27 Mar 2009 23:18:24 -0500 Rob Landley Actually put MANIFEST into mini-native.
Fri, 27 Mar 2009 05:33:49 -0500 Rob Landley Add MANIFEST file to mini-native-$ARCH/usr/src.
Thu, 26 Mar 2009 18:32:55 -0500 Rob Landley Patch to make uClibc 0.9.30.1 build for sparc with linux 2.6.29 headers - it's the same bug that hit x86/x86_64 when they were unified in 2.6.28.
Thu, 26 Mar 2009 16:48:15 -0500 Rob Landley Update docs to mention download RENAME option.
Thu, 26 Mar 2009 15:32:31 -0500 Rob Landley Make a config option for the cross compiler smoke test. The problem is that recent kernel upgrades broke qemu-arm (application emulation, not system emulation), so it can't run anything unless you "echo 0 > /proc/sys/vm/mmap_min_addr" as root. Fun.
Thu, 26 Mar 2009 04:37:56 -0500 Rob Landley Vladimir Dronnikov pointed out that building e2fsprogs under uClibc would need --disable-tls.
Wed, 25 Mar 2009 06:57:57 -0500 Rob Landley Add squashfs to configs now that the 2.6.29 kernel merged it.
Wed, 25 Mar 2009 06:41:32 -0500 Rob Landley Fix qemu build and add sh4 -append patch.
Tue, 24 Mar 2009 21:30:37 -0500 Rob Landley Revert qemu ppc openbios to the version before the --nographic bug showed up (which was svn 6658). See http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg01070.html for details.
Tue, 24 Mar 2009 21:23:15 -0500 Rob Landley Add qemu to host-tools.sh. If HOST_BUILD_EXTRA set, compile from source, otherwise symlink it from host. (Note that ppc --nographic and sh4 --append are currently broken in host version of qemu.)
Tue, 24 Mar 2009 19:36:07 -0500 Rob Landley Now that the 2.6.29 kernel is out with squashfs, add squashfs to host-tools.sh and system-image.sh.
Tue, 24 Mar 2009 17:01:41 -0500 Rob Landley Add download RENAME support and make squashfs use it to give a packagename-version filename like all the others.
Tue, 24 Mar 2009 16:19:00 -0500 Rob Landley Update perl2 removal patch for 2.6.29 kernel.
Tue, 24 Mar 2009 16:10:00 -0500 Rob Landley Reorder download entries into groups, add comments, add squashfs, bump qemu version.
Tue, 24 Mar 2009 15:55:22 -0500 Rob Landley Update linux and busybox versions.
Tue, 24 Mar 2009 15:52:19 -0500 Rob Landley Fix previous commit: actually download e2fsprogs and get image name right.
Sat, 21 Mar 2009 22:56:15 -0500 Rob Landley Since gene2fs can't produce large images in a reasonable amount of time, make a 64 meg image and resize it if necessary. (This means the minimum image size is 64 megs, because gene2fs won't run unless you specify a size, but it knows right away if the size you gave it wasn't big enough. I don't understand this either.)
Fri, 20 Mar 2009 21:52:26 -0500 Mark Miller Added variables for Gentoo from Scratch
Fri, 20 Mar 2009 09:06:46 -0500 Rob Landley Add $QEMU_EXTRA for emulator command line arguments.
Thu, 19 Mar 2009 23:37:33 -0500 Rob Landley Several small fixes, hopefully works now.
Thu, 19 Mar 2009 23:37:13 -0500 Rob Landley Move sources/packages to just packages, so we're not mixing run-time downloaded files with repository files.
Thu, 19 Mar 2009 19:15:45 -0500 Rob Landley Remove obsolete file.
Wed, 18 Mar 2009 19:58:26 -0500 Rob Landley Move adding /sbin to $PATH to run-from-build.sh.
Wed, 18 Mar 2009 15:32:24 -0500 Rob Landley Fluff out docs a bit (miniconfig: what hardware does qemu need?)