log

age author description
Wed, 16 Jun 2010 08:13:30 -0500 Rob Landley Use Google's nameserver, use ntpd to set time for chroot (if necessary), don't umount home if we didn't mount it.
Wed, 16 Jun 2010 08:11:51 -0500 Rob Landley Break out simple-root-filesystem.sh and root-filesystem.sh (adding native-compiler.sh output), and use NO_NATIVE_COMPILER to determine which to use. Rename STATIC_CC_HOST to CROSS_HOST_ARCH.
Wed, 16 Jun 2010 08:03:12 -0500 Rob Landley Control image to run the busybox test suite.
Sun, 13 Jun 2010 23:50:40 -0500 Rob Landley Break up buildall.sh so it's easier to run individual portions of it.
Sun, 13 Jun 2010 22:57:07 -0500 Rob Landley More trouble than its worth for FORK and QUIET to be separate knobs.
Sun, 13 Jun 2010 22:55:53 -0500 Rob Landley Update gentoo-stage1 build to actually build portage. (Doesn't install a tree yet.)
Sun, 13 Jun 2010 22:54:25 -0500 Rob Landley Vary $WORK directory so making multiple control images in parallel with FORK=1 doesn't conflict.
Sun, 13 Jun 2010 02:47:49 -0500 Rob Landley Make smoketest.sh more efficient, no need to create hdb.img or use run-from-build.sh.
Fri, 11 Jun 2010 14:00:11 -0500 Rob Landley Michael S. Zick wrote up some mips documentation for the architectures page.
Thu, 10 Jun 2010 21:17:07 -0500 Rob Landley Tweak: some things install their man pages into /usr/man, and some into /usr/share/man. Symlink 'em together so there's just the one.
Thu, 10 Jun 2010 21:16:14 -0500 Rob Landley Cosmetic tweak, say "Extracting" instead of "Building" during EXTRACT_ALL.
Wed, 09 Jun 2010 11:16:17 -0500 Rob Landley Last tweak to this file introduced a bug looping endlessly, failing to proceed past the separator. Oops.
Tue, 08 Jun 2010 18:42:22 -0500 Rob Landley Another fix for unexported $PATH.
Tue, 08 Jun 2010 15:01:39 -0500 Rob Landley Check for null $PATH after checking for dir/filename (which doesn't need $PATH).
Tue, 08 Jun 2010 01:39:07 -0500 Rob Landley Update buildall for native-build.sh moving into system-image.
Tue, 08 Jun 2010 01:37:51 -0500 Rob Landley Suppress error messages from manfiest generation.
Sun, 06 Jun 2010 22:51:48 -0500 Rob Landley The work directory gets blanked each time so it's still not SMP safe, use $STAGE_DIR for the static probe instead.
Sun, 06 Jun 2010 12:01:23 -0500 Rob Landley Need to build a separate "hello" for each process, or buildall.sh dies with conflicts.
Sat, 05 Jun 2010 00:10:12 -0500 Rob Landley Blank $STAGE_DIR before adjusting $PATH so building the cross-compiler stage doesn't get confused if it dies during the uClibc++ build and gets re-run (adjusting the path to point to the cross compiler we're about to delete and rebuild). Make NO_CLEANUP explicit in system-image.sh so it can rebuild zImage and squashfs independently by default.
Sat, 05 Jun 2010 00:08:28 -0500 Rob Landley Add ALLOW_PATCH_FAILURE config switch to continue despite failed patches.
Wed, 02 Jun 2010 21:09:11 -0500 Rob Landley Patch from Khem Raj to fix mips64 dynamic linking.
Sun, 30 May 2010 12:18:24 -0500 Rob Landley Make big endian arm unhappy in a _different_ way.
Fri, 28 May 2010 00:50:44 -0500 Rob Landley Redo download logic to work with FORK=1 (spotted by Milton Miller).
Fri, 28 May 2010 00:44:32 -0500 Rob Landley Move wait into cleanup_oldfiles.
Tue, 25 May 2010 10:09:49 -0500 Rob Landley Test for static linking capability on the host, and complain if we need it but it isn't there.
Sun, 23 May 2010 00:11:05 -0500 Rob Landley Update BUILD_STATIC value for new syntax.
Sun, 23 May 2010 00:10:45 -0500 Rob Landley Correct name of timeout script.
Fri, 21 May 2010 22:26:25 -0500 Rob Landley Cleanup "FROM_ARCH" mess. Rename FROM_ARCH->HOST_ARCH, make stage script responsible for setting HOST_ARCH (not includes.sh). Also, remove HOST_UTILS variable, only build uClibc utils for non-simple compilers and bypass uClibc's (weird) makefile for the utils directory.
Fri, 21 May 2010 22:25:10 -0500 Rob Landley Make test.sh able to use/print environment variables from the proper context.
Fri, 21 May 2010 21:50:40 -0500 Rob Landley Yeah, I need to do another toybox release for yet another patch bug...
Fri, 21 May 2010 21:27:34 -0500 Rob Landley Fix 64 bit targets with uClibc 0.9.31.
Sun, 16 May 2010 20:08:51 -0500 Rob Landley Test script to run individual build_stage invocations and such with include.sh and read_arch_dir loaded. Usage: STAGE_NAME=simple-cross-compiler sources/more/test.sh sparc build_stage uClibc
Sun, 16 May 2010 18:36:07 -0500 Rob Landley Build ccwrap static unless BUILD_STATIC=none or we're doing the simple cross compiler.
Sun, 16 May 2010 18:25:39 -0500 Rob Landley Don't build anything statically in host-tools.sh, glibc is broken.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Sat, 15 May 2010 12:41:14 -0500 Rob Landley Convert unstable() to is_in_list() taking the list to check as the second argument.
Sat, 15 May 2010 12:12:39 -0500 Rob Landley Remove unnecessary "function" label from shell functions.
Fri, 14 May 2010 04:51:52 -0500 Rob Landley More work on gentoo from scratch conversion.
Fri, 14 May 2010 04:26:34 -0500 Rob Landley Fix alt-gcc build and remove alt-patches for gcc and binutils.
Fri, 14 May 2010 04:19:58 -0500 Rob Landley Use toybox for a temporary workaround for busybox regression.
Fri, 14 May 2010 04:18:46 -0500 Rob Landley New zlib release, and fix fallback mirror since new domain names aren't quite working yet.
Fri, 14 May 2010 04:13:31 -0500 Rob Landley Don't set --build and --host for simple-cross binutils build.
Fri, 14 May 2010 01:57:22 -0500 Rob Landley Teach hello world native build to honor $FTP_SERVER
Fri, 14 May 2010 01:56:15 -0500 Rob Landley Show squashfs progress indicator when not in FORK mode.
Fri, 14 May 2010 01:34:59 -0500 Rob Landley Teach static-tools.sh to look in its own patch directory.
Fri, 14 May 2010 01:28:02 -0500 Rob Landley Add native-build.sh to system-image (it takes only one argument now, the build control system image file). Make system-image.sh script processing understand an INCLUDE syntax to insert unique-port, and trim the unique-port comment to something less distracting.
Sat, 08 May 2010 01:01:24 -0500 Rob Landley Overwrite dev-environment.sh, don't append. (Now that it's got rebuild support, running it twice doesn't delete system-image dir between runs.)
Sat, 08 May 2010 01:00:01 -0500 Rob Landley Don't overwrite existing files when collating root filesystem and native compiler. (It lobomizes busybox due to "strings" and such.)
Thu, 06 May 2010 00:06:30 -0500 Rob Landley Take RW system image out of buildall.sh default. Distributing two types of prebuilt system images would be more confusing than helpful, and the gentoo-stage1.sh script provides an example showing how to copy the root filesystem into a writeable chroot.
Thu, 06 May 2010 00:04:27 -0500 Rob Landley Try again: extract native compiler into usr, not into /.
Wed, 05 May 2010 22:57:05 -0500 Rob Landley Minor cleanup, collate the === announce lines.
Wed, 05 May 2010 22:28:47 -0500 Rob Landley Bugfix: don't cleanup kernel if we skipped setupfor.
Wed, 05 May 2010 22:27:14 -0500 Rob Landley Save the uClibc and linux .config files in the native toolchain, and install them with the rest of the native toolchain. Don't bother extracting and configuring the kernel if we don't need to.
Wed, 05 May 2010 22:15:58 -0500 Rob Landley Install native compiler into the right directory.
Wed, 05 May 2010 22:15:24 -0500 Rob Landley More updates to README files.
Wed, 05 May 2010 22:14:47 -0500 Rob Landley Don't have root-filesystem.sh suck in the native-compiler.sh output, have build.sh collate those instead before calling system-image.sh. (That way the root-filesystem.sh tarball does't include the native compiler output.)
Wed, 05 May 2010 21:13:04 -0500 Rob Landley Comment/documentation updates.
Wed, 05 May 2010 20:09:31 -0500 Rob Landley Sigh. Put mklfs.sh in the right directory.
Tue, 04 May 2010 22:12:15 -0500 Rob Landley Safety catch until the script is converted.
Tue, 04 May 2010 22:11:34 -0500 Rob Landley The mklfs script should be turned into an hdc build.