log

age author description
Sun, 18 Dec 2011 13:34:35 -0600 Rob Landley Fix sparc kernel's relocation code.
Tue, 06 Dec 2011 21:29:16 -0600 Rob Landley Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build.
Tue, 06 Dec 2011 21:15:59 -0600 Rob Landley Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build.
Tue, 06 Dec 2011 08:25:48 -0600 Rob Landley Add "host" target to more/test.sh in case somebody doesn't want any target loaded.
Sat, 03 Dec 2011 17:51:38 -0600 Rob Landley Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting.
Sat, 03 Dec 2011 17:50:58 -0600 Rob Landley QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match.
Fri, 02 Dec 2011 07:26:24 -0600 Rob Landley Expand more/test.sh documentation with "rebuilding uClibc but not binutils/gcc" example.
Mon, 07 Nov 2011 07:37:06 -0600 Rob Landley Patch to add mkostemp to uClibc, which util-linux needs in LFS 6.8.
Thu, 27 Oct 2011 08:23:45 -0500 Rob Landley Patch that got merged in 3.1, deleted locally. Apparently mercurial's "hg diff" doesn't show missing files...
Mon, 24 Oct 2011 22:59:30 -0500 Rob Landley Fix smoketest to look for static-tools output in the new place.
Mon, 24 Oct 2011 22:57:58 -0500 Rob Landley Update to 3.1 kernel.
Sat, 22 Oct 2011 19:38:29 -0500 Rob Landley e2fsprogs version bump, because it's there.
Thu, 20 Oct 2011 02:07:10 -0500 Rob Landley Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.
Thu, 20 Oct 2011 02:05:11 -0500 Rob Landley New FAQ, "why don't your prebuilt binaries work in my ancient root filesystem". Which is more about ancient kernels not having new system calls, really...
Thu, 20 Oct 2011 02:03:48 -0500 Rob Landley Oops, the SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS stuff never quite got completed when root-image was split out from system-image. Make that work.
Thu, 20 Oct 2011 02:02:10 -0500 Rob Landley Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).
Thu, 20 Oct 2011 02:01:23 -0500 Rob Landley Add mirell's HTML version of the presentation slides to the nav list.
Sun, 09 Oct 2011 18:28:30 -0500 Rob Landley Stop ldd spewing debug messages.
Sun, 09 Oct 2011 18:27:33 -0500 Rob Landley Last release's web page announcement went on the site but not into the repo.
Sun, 09 Oct 2011 15:39:57 -0500 Rob Landley Yet another busybox patch tweak to fix issue noted by John Spencer.
Sun, 02 Oct 2011 23:26:29 -0500 Rob Landley Added tag 1.1.0 for changeset 707beb993e13
Thu, 29 Sep 2011 19:27:00 -0500 Rob Landley Trivial cleanup. 1.1.0
Thu, 29 Sep 2011 19:26:26 -0500 Rob Landley Upgrade busybox to 1.19.2, which folds in two patches.
Sun, 25 Sep 2011 22:09:33 -0500 Rob Landley more/test.sh shouldn't zap output directory.
Fri, 23 Sep 2011 14:38:11 -0500 Rob Landley Make ccwrap use --start-group and --end-group rather than specifying the same libraries multiple times.
Sun, 18 Sep 2011 21:37:31 -0500 Rob Landley Make chroot-splice.sh more useful for testing new control images in a chroot instead of qemu.
Sun, 18 Sep 2011 13:03:05 -0500 Rob Landley Save buildall-native.sh output in build/ not (build/native-static). Update comments a lot.
Sat, 17 Sep 2011 00:01:20 -0500 Rob Landley Fix setup-chroot when used with relative path, and VERBOSE option
Wed, 14 Sep 2011 13:09:22 -0500 Rob Landley Hardwire CPUS=3 in dev-environment.sh distcc support until scalability limits addressed.
Tue, 13 Sep 2011 16:27:21 -0500 Rob Landley Announce current target in more/for-each-target.sh
Tue, 13 Sep 2011 16:09:37 -0500 Rob Landley Build the cross compiler's ldd/ldconfig for the correct architecture. (Sigh.)
Mon, 12 Sep 2011 10:54:25 -0500 Rob Landley Make timeout duration configurable.
Sat, 10 Sep 2011 08:28:32 -0500 Rob Landley Try to auto-balance FORK=1 and CPUS so as not to overload build server.
Sat, 10 Sep 2011 08:28:00 -0500 Rob Landley Cleanups to init script.
Sat, 10 Sep 2011 08:03:10 -0500 Rob Landley Use the ext4 driver for ext3 and ext2 filesystems.
Mon, 05 Sep 2011 14:06:06 +0200 Alessio Igor Bogani Add dev-environment.sh support for virtio targets
Mon, 05 Sep 2011 08:49:08 +0200 Alessio Igor Bogani Get rid of of two old and now unused variables
Thu, 08 Sep 2011 08:41:40 -0500 Rob Landley Spelling contributors' names right is a good thing.
Thu, 08 Sep 2011 08:40:28 -0500 Rob Landley Fix the lfs-bootstrap m4 hang.
Fri, 02 Sep 2011 16:36:40 -0500 Rob Landley Remove old Gentoo From Scratch debris, it's basically CROSS_TARGET and KARCH.
Tue, 23 Aug 2011 08:42:18 -0500 Rob Landley Update the web page with release announcement. (And fix the wordwrapping problem small screens have apparently had since january.)
Tue, 23 Aug 2011 08:21:48 -0500 Rob Landley Fiddle with the downloads/binaries layout yet again, and update README for it.
Tue, 23 Aug 2011 08:21:15 -0500 Rob Landley Added tag 1.0.3 for changeset 4aceeceefb2d
Sun, 21 Aug 2011 20:51:42 -0500 Rob Landley Reasonable guess at an m68k mac config, in hopes qemu grows emulation soon. 1.0.3
Sat, 20 Aug 2011 15:16:04 -0500 Rob Landley Fix ppc440.
Sat, 20 Aug 2011 12:26:25 -0500 Rob Landley Fix the busybox patch I sent upstream to work with hunks at the start of file.
Tue, 16 Aug 2011 13:48:35 -0500 Rob Landley Fix for less from Denys.
Mon, 15 Aug 2011 07:06:40 -0500 Rob Landley Busybox 1.19.0 and two patches to make it work.
Sun, 07 Aug 2011 04:18:21 -0500 Rob Landley Revert sh4 breakage.
Tue, 02 Aug 2011 12:06:00 +0200 Alessio Igor Bogani Add powerpc-virtio target
Tue, 02 Aug 2011 12:01:15 +0200 Alessio Igor Bogani Invoke qemu instead of kvm
Tue, 02 Aug 2011 11:10:54 +0200 Alessio Igor Bogani Rename i686-kvm to i686-virtio
Fri, 29 Jul 2011 20:49:08 -0500 Rob Landley Cosmetic tweak, with FORK=1 download.sh shouldn't announce it's done until it is.
Tue, 26 Jul 2011 13:03:15 -0500 Rob Landley Bring back fixmips patch, it didn't get merged into 3.0.
Sun, 24 Jul 2011 13:55:31 -0500 Rob Landley Switch uClibc to 0.9.32, which simplifies the patch stack a lot but adds a few new ones.
Sun, 24 Jul 2011 13:37:22 -0500 Rob Landley Actually stop after the first failed patch.
Sat, 23 Jul 2011 21:58:24 -0500 Rob Landley Now that the control-images have their own repository, remove them from this one.
Sat, 23 Jul 2011 21:55:29 -0500 Rob Landley Tweak download message when using manual build/package/alt-* setup.
Sat, 23 Jul 2011 21:20:06 -0500 Rob Landley Linux kernel 3.0.
Sat, 23 Jul 2011 18:35:10 -0500 Rob Landley Use devtmpfs instead of mdev.
Tue, 19 Jul 2011 06:43:16 -0500 Rob Landley Did they really ship a uClibc release that didn't build on x86?
Tue, 19 Jul 2011 06:41:39 -0500 Rob Landley Test uClibc 0.9.32.
Tue, 19 Jul 2011 06:39:53 -0500 Rob Landley Delete a leftover comment from the days when we put stuff in /tools by default. (Wow that's old...)
Wed, 06 Jul 2011 07:09:53 -0500 Rob Landley Don't create build/packages _and_ $SRCTREE, they should be the same and when they aren't the first is wrong.
Tue, 05 Jul 2011 08:39:59 -0500 Rob Landley Create smoketest-report.sh producing CSV with more info.
Sun, 03 Jul 2011 13:09:48 -0500 Rob Landley First attempt at for-each-target didn't work with the new layout due to really stupid bug.
Sat, 02 Jul 2011 20:31:49 -0500 Rob Landley Use dropbear fix static linking patch from dropbear maintainer.
Wed, 29 Jun 2011 07:47:05 -0500 Rob Landley Fix variant target bug where linux-kernel.sh was using the base architecture name to create the stage tarball. It was both wrong and didn't work when we hadn't built the base architecture yet.
Mon, 27 Jun 2011 07:53:54 -0500 Rob Landley Make i686-kvm actually use kvm.
Mon, 27 Jun 2011 07:44:19 -0500 Rob Landley Add quick and dirty toy to filter out baseconfig entries from miniconfig.sh output to give LINUX_CONFIG entry for a target settings file.
Mon, 27 Jun 2011 07:36:56 -0500 Rob Landley Add m68k back.
Mon, 27 Jun 2011 07:36:31 -0500 Rob Landley Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Mon, 27 Jun 2011 06:40:25 -0500 Rob Landley Add base_architecture, make base architectures and extra targets work, and move i586 virtio stuff to new i686-kvm target.
Sun, 26 Jun 2011 20:09:37 -0500 Rob Landley Remove one more "settings" dependency from functions.sh, and convert lots of architecture configurations from directory to file.
Sun, 26 Jun 2011 19:25:19 -0500 Rob Landley See if i486 can be converted from directory to file in one go, or if mercurial loses its lunch.
Sun, 26 Jun 2011 17:44:02 -0500 Rob Landley Replace read_arch_dir with load_target, which understands that sources/targets/$TARGET can be a file or a directory.
Sun, 26 Jun 2011 17:42:52 -0500 Rob Landley Add a FAQ about android.
Wed, 22 Jun 2011 11:46:10 +0200 Alessio Igor Bogani Move i586 to virtio
Thu, 23 Jun 2011 07:41:05 -0500 Rob Landley Print better error message for bad architecture name, idea from Alessio Igor Bogani.
Wed, 22 Jun 2011 12:53:22 -0500 Rob Landley Try uClibc 0.9.31.1.
Wed, 22 Jun 2011 12:51:19 -0500 Rob Landley Upgrade to dropbear 0.53.1 and fix its' broken static linking.
Sun, 19 Jun 2011 21:51:42 -0500 Rob Landley Make /mnt/init work with more/chroot-splice.sh.
Fri, 17 Jun 2011 13:00:17 -0500 Rob Landley Fix BINARY_PACKAGE_TARBALLS generation: some packages produce no output (zlib used to build dropbear for example), and thus check for an empty list before trying to make a tarball.
Fri, 17 Jun 2011 12:42:12 -0500 Rob Landley Remove FWL debris and rename do_rename to do_manifest while we're at it. (Based on prompting from Alessio Bogani).
Fri, 17 Jun 2011 12:15:34 +0200 Alessio Igor Bogani Update MANIFEST file
Fri, 17 Jun 2011 11:26:31 +0200 Alessio Igor Bogani Avoid sanitizing useful *_proxy environment variables
Fri, 17 Jun 2011 11:24:53 +0200 Alessio Igor Bogani Remove useless symlink
Wed, 15 Jun 2011 23:22:39 +0200 Alessio Igor Bogani Update links
Wed, 15 Jun 2011 23:22:07 +0200 Alessio Igor Bogani Remove dead links
Wed, 15 Jun 2011 23:21:12 +0200 Alessio Igor Bogani Fix a little typo
Thu, 16 Jun 2011 13:20:43 -0500 Rob Landley Make ppc440 less wrong. Still need a proper bamboo board setup.
Thu, 16 Jun 2011 13:20:06 -0500 Rob Landley Instead of NTFS, build in v9fs/virtfs.
Thu, 16 Jun 2011 13:19:35 -0500 Rob Landley Check in the release announcement for the web page.
Thu, 16 Jun 2011 08:36:42 -0500 Rob Landley Clean up cronjob.sh (buildall.sh sets host to i686, FORK=1 is server-specific so shouldn't be hardwired in, and pulling from a script that's in the repository you're pulling is just icky.)
Thu, 16 Jun 2011 07:41:10 -0500 Rob Landley Fix from Geoffroy Weisenhorn: on 32-bit hosts mktimeconst needs 1L<<31 to be an _unsigned_ long constant.
Wed, 15 Jun 2011 20:11:39 -0500 Rob Landley Rebuilding root-image should also rebuild linux-kernel for initramfs builds.
Wed, 15 Jun 2011 20:10:45 -0500 Rob Landley Fix broken comment.
Tue, 14 Jun 2011 20:48:07 -0500 Rob Landley Added tag 1.0.2 for changeset a9685aea2a2c
Sun, 12 Jun 2011 22:37:01 -0500 Rob Landley Don't require objective C on the host, no matter what weird things ./configure does. 1.0.2
Sun, 12 Jun 2011 17:17:57 -0500 Rob Landley Get sh4 working again thanks to kernel .config and qemu invocation Khem Raj.
Sun, 12 Jun 2011 03:28:39 -0500 Rob Landley Clean up powerpc config.
Sun, 12 Jun 2011 01:26:17 -0500 Rob Landley Convert powerpc miniconfig-linux to baseconfig.
Sat, 11 Jun 2011 22:43:24 -0500 Rob Landley Merge description files into settings files as $DESCRIPTION entry.
Fri, 10 Jun 2011 21:10:37 -0500 Rob Landley Add a FAQ about miniconfigs.
Fri, 10 Jun 2011 21:09:30 -0500 Rob Landley Check in some more project history I wrote. (Nobody should care but me, sort of blog-ish.)
Fri, 10 Jun 2011 21:08:26 -0500 Rob Landley Remove accidentally duplicated news entries.
Fri, 10 Jun 2011 21:07:18 -0500 Rob Landley Add alt-linux patch symlinks so building unstable linux snapshots is more likely to work.
Fri, 10 Jun 2011 21:05:58 -0500 Rob Landley Fix initramfs packaging (never fixed gen_init_cpio.c into sources/toys, best to use the copy out of the Linux source anyway).
Tue, 07 Jun 2011 21:56:45 -0500 Rob Landley Fix armv6l, for details see http://lists.nongnu.org/archive/html/qemu-devel/2011-06/msg00829.html
Sat, 28 May 2011 07:12:44 -0500 Rob Landley Update to busybox 1.18.4 (fixes the wget hang).
Sat, 28 May 2011 06:06:38 -0500 Rob Landley Patch to fix mips malta target on 2.6.39.
Tue, 24 May 2011 02:06:22 -0500 Rob Landley Move root's home directory to /home/root, which is A) known writeable space so dropbear can have a .ssh directory if it needs one, B) frees up /root to be a virtfs mount point of the host's root filesystem.
Tue, 24 May 2011 02:00:52 -0500 Rob Landley Make bisectinate actually use the LONG=1 test.
Tue, 24 May 2011 02:00:11 -0500 Rob Landley The migrate-kernel script doesn't need to include the initramfs settings in its config. (Facepalm.)
Sun, 22 May 2011 06:09:29 -0500 Rob Landley Upgrade to 2.6.39 kernel.
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Sun, 22 May 2011 04:13:54 -0500 Rob Landley Update migrate-kernel.sh to work with baseconfigs.
Sat, 21 May 2011 23:38:59 -0500 Rob Landley Cosmetic tweak to miniconfig script.
Sat, 21 May 2011 23:37:31 -0500 Rob Landley Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Sat, 21 May 2011 22:56:09 -0500 Rob Landley Remove toybox patches, no longer using that in this project.