log

age author description
Mon, 06 Sep 2010 15:14:02 -0500 Rob Landley 1.0 is out, update web page header.
Mon, 06 Sep 2010 00:57:38 -0500 Rob Landley Helps to get the version numbers right in the release message. (It was pending
Sun, 05 Sep 2010 00:47:39 -0500 Rob Landley Added tag 1.0 for changeset 479bcbb2775e
Sun, 05 Sep 2010 00:47:04 -0500 Rob Landley Screw it: cut a release and fix it all up later. 1.0
Sun, 05 Sep 2010 00:08:47 -0500 Rob Landley The point of armv4l is to be OABI, so have the config agree with that.
Sun, 05 Sep 2010 00:04:13 -0500 Rob Landley Smoketest was using the wrong run-emulator-from-build.sh path.
Sun, 05 Sep 2010 00:02:21 -0500 Rob Landley Yet more FAQ massaging.
Sat, 04 Sep 2010 17:55:54 -0500 Rob Landley Revert the kernel commit that broke mips64.
Wed, 01 Sep 2010 00:58:00 -0500 Rob Landley When BUILD_STATIC=all that inclues oneit.
Tue, 31 Aug 2010 18:25:34 -0500 Rob Landley Long overdue upgrade to 2.6.35, I'll fix the architectures this breaks later.
Tue, 31 Aug 2010 18:22:57 -0500 Rob Landley Teach gentoo-stage1.sh that /dev/null means don't create an hdc.
Tue, 24 Aug 2010 03:08:47 -0500 Rob Landley Remove toybox.
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.
Mon, 23 Aug 2010 12:30:09 -0500 Rob Landley Fix mirror list.
Mon, 23 Aug 2010 12:21:53 -0500 Rob Landley Remove patch that current busybox doesn't need.
Mon, 23 Aug 2010 00:28:41 -0500 Rob Landley Fluff out the debugging section of the FAQ a bit more, explaining EXTRACT_ALL and NO_SANITIZE_ENVIRONMENT.
Mon, 23 Aug 2010 00:27:44 -0500 Rob Landley Dereference symlink path segments in record-commands.sh.
Mon, 23 Aug 2010 00:26:48 -0500 Rob Landley Break down and build separate patch package on target for gentoo stage 1.
Mon, 23 Aug 2010 00:26:10 -0500 Rob Landley Building util-linux on target needs the program invocation name stuff.
Mon, 23 Aug 2010 00:25:07 -0500 Rob Landley Add new "/src/host-info" file to target, with CROSS_TARGET and KARCH values.
Mon, 23 Aug 2010 00:22:38 -0500 Rob Landley Update busybox.
Sat, 21 Aug 2010 02:47:39 -0500 Rob Landley Break link (touch gets confused that /mnt is a read-only squashfs).
Sat, 21 Aug 2010 02:46:30 -0500 Rob Landley Switch from toybox netcat to busybox netcat.
Sat, 21 Aug 2010 01:33:02 -0500 Rob Landley Make sure PATH and CONSOLE are properly exported even when kernel command line doesn't provide the right data.
Fri, 20 Aug 2010 18:42:02 -0500 Rob Landley The ncurses ./configure stage won't detect a NO_CPLUSPLUS build. The c++ binding isn't needed to build a gentoo stage 1, so disable it.
Thu, 19 Aug 2010 12:50:32 -0500 Rob Landley Add a fallback if /proc/cmdline doesn't produce a console= entry.
Wed, 18 Aug 2010 17:11:32 -0500 Rob Landley Stab at updating bisectinate to use git clone into build/packages (instead of lots of redundant "git archive | tar x" passes, which pointlessly waste disk and cpu). Still issues around alt-patches and around LONG=1 tests (should be separate "expect" style and hdc control image style test levels).
Wed, 18 Aug 2010 17:07:13 -0500 Rob Landley Script to wrap up a control image and arch root filesystem into a tarball runnable on a host.
Wed, 18 Aug 2010 15:58:02 -0500 Rob Landley Teach build.sh to build host compiler if necessary for CROSS_HOST_ARCH.
Mon, 16 Aug 2010 21:38:33 -0500 Rob Landley If environment sanitizing lets TOOLCHAIN_PREFIX through, it should let HOST_ARCH through too. And while we're at it, separate inherited variables from locally defined ones.