log

age author description
Fri, 06 Feb 2009 00:21:02 -0600 Rob Landley New simple buildall.sh that's a wrapper around build.sh. (Chop out half of build-all-targets, need to make a separate script to build static toolchains.)
Tue, 03 Feb 2009 11:12:19 -0600 Rob Landley And genext2fs could suffer the same symlink loop problem with RECORD_COMMANDS, so don't symlink. (The point of host-tools.sh is to build what we can from source anyway, linking to anything but the host toolchain defeats the purpose.)
Tue, 03 Feb 2009 01:42:29 -0600 Rob Landley Jean Wolter pointed out that running RECORD_COMMANDS=1 twice could create circular symlinks. Hopefully fixed now, and some related cleanups/clarifications.
Mon, 02 Feb 2009 05:50:02 -0600 Rob Landley Helps to grab the right kernel image.
Mon, 02 Feb 2009 03:48:31 -0600 Rob Landley Convert powerpc from prep to power mac (thanks to Miklos Vajna). You need qemu-svn to run it (openbios, not open hackware), but it works with unpatched 2.6.28 and it actually shuts down now!
Sun, 01 Feb 2009 17:36:28 -0600 Rob Landley Upgrade stable to 2.6.28 linux kernel.
Sun, 01 Feb 2009 16:45:51 -0600 Rob Landley Minor cosmetic cleanup (don't warn about re-linking things that are expected to already be there), and don't build distccd if it's already in $PATH. (We need to put genext2fs in host/path because system-image.sh isn't using host's $PATH, but run-from-build.sh and friends do use host $PATH.)
Thu, 29 Jan 2009 15:55:25 -0600 Rob Landley Fix toybox to build on a non-x86_64 host (the packaging script was leaving a prebuilt kconfig/conf binary in the tarball) and update to the latest busybox dot release while we're at it.
Thu, 29 Jan 2009 15:13:47 -0600 Rob Landley Add percent progress indicator to miniconfig creation script.
Thu, 29 Jan 2009 00:00:46 -0600 Rob Landley Gentoo's portage needs getent, which neither busybox nor toybox implements, so implement a shell script version.
Wed, 28 Jan 2009 02:39:42 -0600 Rob Landley Not an elegant solution, should probably revisit this at some point...
Fri, 23 Jan 2009 13:37:16 -0600 Rob Landley Minor bugfix.
Fri, 23 Jan 2009 13:35:20 -0600 Rob Landley Change NATIVE_TOOLCHAIN to work like all the other config variables: unset gives the default behavior.
Thu, 22 Jan 2009 17:03:52 -0600 Rob Landley Rename $NATIVE to $NATIVE_ROOT and allow it to be supplied externally so system-image.sh can package up an arbitrary native root filesystem source dir.
Mon, 19 Jan 2009 22:57:49 -0600 Rob Landley Upgrade toybox to 0.0.8.
Mon, 19 Jan 2009 22:56:42 -0600 Rob Landley Add slightly more debugging/status info to download.
Sat, 17 Jan 2009 19:49:46 -0600 Rob Landley Another patch from Mark Miller, making BOOT_RAW a visible config option.
Sat, 17 Jan 2009 19:48:23 -0600 Rob Landley Mark Miller pointed out that $LINUX_FLAGS is needed for the initramfs build.
Sat, 17 Jan 2009 05:46:47 -0600 Rob Landley Switch from one sh4 that doesn't work to another sh4 that doesn't work. This one's based on the sh4 qemu defconfig.
Sat, 17 Jan 2009 05:44:27 -0600 Rob Landley The kernel changed so CONFIG_BLK_DEV_INITRD has to be enabled to use initramfs; yes even the built-in one.
Fri, 16 Jan 2009 02:31:18 -0600 Rob Landley Make initramfs work, add "--memory MEGS" option to ./run-emulator.sh and make run-from-build.sh use it.
Fri, 16 Jan 2009 02:28:05 -0600 Rob Landley Silence a pointless warning so I don't get any more questions about it.
Wed, 14 Jan 2009 21:43:26 -0600 Rob Landley More initramfs fixes. Still doesn't work yet.
Wed, 14 Jan 2009 02:42:17 -0600 Rob Landley According to "make arch=mips help", mips can also make vmlinux.bin, vmlinux.ecoff, and vmlinux.srec. I think vmlinux.bin is what wrt610n needs to feed into trx?
Tue, 13 Jan 2009 22:16:10 -0600 Rob Landley More tweaks to make hw- targets work.
Tue, 13 Jan 2009 18:35:25 -0600 Rob Landley Two more $ARCH->$ARCH_NAME changes for hw- targets, add another example to config, and make hw-wrt610n build.
Tue, 13 Jan 2009 18:32:38 -0600 Rob Landley Random update to docs I did a while ago, need to do more.
Tue, 13 Jan 2009 18:28:21 -0600 Rob Landley Actually define CROSS (missed in 581).
Tue, 13 Jan 2009 16:42:46 -0600 Rob Landley Move mirror list into download.sh.
Mon, 12 Jan 2009 02:47:32 -0600 Rob Landley More changes for initramfs and hw- targets with a base architecture.
Sun, 11 Jan 2009 14:24:22 -0600 Rob Landley Rename package-mini-native.sh to system-image.sh so the scripts and tarballs they create all have the same name.
Sun, 11 Jan 2009 03:16:17 -0600 Rob Landley Delete man pages (they take up almost 2 megs) and consolidate some code.
Fri, 09 Jan 2009 22:40:15 -0600 Rob Landley Alas, bash won't leave variables set after a loop exits unless export every single one.
Fri, 09 Jan 2009 22:03:04 -0600 Rob Landley Add hw-wrt610n hardware target using BASE_ARCH=mipsel.
Fri, 09 Jan 2009 22:02:14 -0600 Rob Landley Add BASE_ARCH support, so a hardware architecture can specify a base architecture and just provide a different kernel.
Fri, 09 Jan 2009 15:13:11 -0600 Rob Landley Mark's doing a better one at http://impactlinux.com/code/gfs
Fri, 09 Jan 2009 02:15:22 -0600 Rob Landley Remove an unneeded bashism that busybox ash doesn't do anyway.
Fri, 09 Jan 2009 01:22:54 -0600 Rob Landley Fix an "it doesn't boot" bug dating back to commit 553. Sigh.
Thu, 08 Jan 2009 00:13:50 -0600 Rob Landley Move bin/qemu-setup.sh to sbin/init.sh and do more work on initramfs packaging. (Doesn't work yet.)
Thu, 08 Jan 2009 00:05:53 -0600 Rob Landley Fix a couple brown paper bag bugs (oops) and general cleanups.
Wed, 07 Jan 2009 17:15:52 -0600 Rob Landley Make the init script care about PID rather than script name for determining qemu vs chroot invocation.
Mon, 05 Jan 2009 21:23:45 -0600 Mark Miller Re-added the padding to the CRC32 section, and added flags for the toybox cksum to compute the IEEE 802.3 little-endian pre-inversion no post-inversion no-length cksum.
Mon, 05 Jan 2009 19:21:07 -0600 Mark Miller Actually make it give a PATH for distcc to find gcc with
Wed, 07 Jan 2009 05:20:29 -0600 Rob Landley Add NO_CLEANUP option to config.
Tue, 06 Jan 2009 02:13:29 -0600 Rob Landley More <strike>cowbell</strike> inodes.
Sat, 03 Jan 2009 18:31:41 -0600 Rob Landley Fix typo.
Sat, 03 Jan 2009 18:28:10 -0600 Rob Landley Move $GCC_FLAGS to the end so the details filie can override everything. (Thanks Milton Miller.)
Sat, 03 Jan 2009 18:26:55 -0600 Rob Landley Add sources/packages to .hgignore. (Thanks Milton Miller.)
Sat, 03 Jan 2009 17:56:10 -0600 Rob Landley And a couple of tweaks.
Sat, 03 Jan 2009 17:19:16 -0600 Rob Landley Update the perl removal patches for 2.6.28 to the versions I'm submitting to the linux-kernel list.
Fri, 02 Jan 2009 00:13:42 -0600 Rob Landley Better first noperl patch, possibly submissible upstream.
Mon, 29 Dec 2008 02:55:56 -0600 Rob Landley TRX images don't include the zero padding to 4k at the end in the crc.
Sun, 28 Dec 2008 19:02:01 -0600 Rob Landley Remove the latest perl outbreak.
Sun, 28 Dec 2008 02:38:00 -0600 Rob Landley Ugly, overcomplicated fix for building busybox with 2.6.28 kernel headers, but it's what they committed to svn, so...
Sun, 28 Dec 2008 02:37:16 -0600 Rob Landley Busybox 1.13.1.
Sun, 28 Dec 2008 02:15:41 -0600 Rob Landley Patch needed to build uClibc 0.9.30 with 2.6.28 kernel headers.
Sat, 27 Dec 2008 19:04:15 -0600 Rob Landley Test the 2.6.28 kernel.
Sat, 27 Dec 2008 06:21:42 -0600 Rob Landley Move kernel building from mini-native to package-mini-native in preparation for initramfs packaging option.
Sat, 27 Dec 2008 05:56:01 -0600 Rob Landley Use -lt to more reliably compare numbers in shell script.
Fri, 26 Dec 2008 19:06:23 -0600 Rob Landley Shell script to create linksys firmware images. (Not tested yet.)