log

age author description
Mon, 19 Oct 2009 02:34:52 -0500 Rob Landley Ahem, fix accidentally commited debug code.
Mon, 19 Oct 2009 00:40:08 -0500 Rob Landley Add SKIP_STRIP configuration option to do what it says on the tin, and stop blanking CFLAGS and CFLAGSXX so "export CFLAGS=-g" can pass through to package builds.
Thu, 15 Oct 2009 22:00:29 -0500 Rob Landley Ahem, get the name of the script right in the comment.
Thu, 15 Oct 2009 21:25:30 -0500 Rob Landley Update paths and comments in cronjob.sh, rename "none" to "stable", minor cleanup to logging.
Thu, 15 Oct 2009 21:02:35 -0500 Rob Landley Move the cron job script into sources/more.
Wed, 14 Oct 2009 15:55:42 -0500 Rob Landley Add native-static-build.sh to buildall.sh, and upgrade logging.
Wed, 14 Oct 2009 15:52:15 -0500 Rob Landley Factor out more common code: busybox and toybox builds.
Wed, 14 Oct 2009 03:51:57 -0500 Rob Landley Cosmetic improvement, allows log monitoring to see stages.
Wed, 14 Oct 2009 03:51:19 -0500 Rob Landley Fix buildall.sh to notice smoketest-all.sh moved.
Tue, 13 Oct 2009 16:52:59 -0500 Rob Landley Missing piece needed for sources/more/native-static-build.sh to work.
Mon, 12 Oct 2009 14:27:37 -0500 Rob Landley I am never pulling from an external tree again. Send me diffs, it refuses to merge if I have local in my working store, which has _NOTHING_ to do with the repository. That's INSANE.
Sun, 11 Oct 2009 00:58:34 -0500 Mark Miller Use the ARCH_NAME rather than ARCH when making stage directories. The only place we don't run check_for_base_arch is system-image, and here we want this to differ because of the kernels.
Sun, 11 Oct 2009 01:56:04 -0500 Rob Landley New native-static-build.sh to compile static dropbear, strace, and busybox inside the emulator and export 'em out via ftp.
Sat, 10 Oct 2009 12:08:59 -0500 Rob Landley Fix static toolchain wrapping so distcc works with them too.
Sat, 10 Oct 2009 02:22:29 -0500 Rob Landley Add a "sources/more" directory, move buildall and smoketest-all into it. (Stuff that build.sh doesn't wrap.)
Fri, 09 Oct 2009 22:42:35 -0500 Rob Landley Comment tweaks.
Thu, 08 Oct 2009 01:02:05 -0500 Rob Landley ccwrap shouldn't segfault if PATH isn't exported. (Thanks to Wangji Hoan for spotting this bug.)
Tue, 06 Oct 2009 17:57:23 -0500 Mark Miller Merging the branch between landley and mirell
Tue, 06 Oct 2009 17:56:39 -0500 Mark Miller Abstract the C library away from uClibc, so when more build sections are added potentially (For glibc, eglibc, et cetera), nothing needs to be changed in the other files
Tue, 06 Oct 2009 08:58:56 -0500 Rob Landley Vladimir Dronnikov requested init.sh not overwrite resolv.conf unnecessarily.
Sun, 04 Oct 2009 21:53:36 -0500 Rob Landley Cosmetic tweaks. (Make title bar changing callable from elsewhere, make run-emulator.sh kill distccd quietly.)
Sat, 03 Oct 2009 17:26:47 -0500 Rob Landley While we're at it, add /etc/group as well. Just listing root. Makes useradd and such happy.
Fri, 02 Oct 2009 02:12:47 -0500 Rob Landley System Images' sbin/init.sh should mount /dev/hdc (if it exists) on /mnt, and then run /mnt/init (instead of a shell prompt) if that exists.
Fri, 02 Oct 2009 00:56:05 -0500 Rob Landley Add missing chunk too make distcc work again.
Thu, 01 Oct 2009 20:50:44 -0500 Rob Landley Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.
Wed, 30 Sep 2009 23:26:33 -0500 Rob Landley Remove header/footer includes from web pages so Mark's stylesheet gets used instead.
Wed, 30 Sep 2009 15:27:20 -0500 Rob Landley Add armv4tl-eabi target, for arm 920t systems such as Openmoko Freerunner.
Wed, 30 Sep 2009 01:53:53 -0500 Rob Landley Upgrade busybox to 1.15.1.
Wed, 30 Sep 2009 01:52:35 -0500 Rob Landley Update sh4 for 2.6.31 kernel.
Wed, 30 Sep 2009 01:50:21 -0500 Rob Landley Dropbear won't work if the current user isn't in /etc/passwd.
Fri, 18 Sep 2009 20:42:29 -0500 Rob Landley Adjust perl patches to apply cleanly to 2.6.31, and add the description to the first patch I've submitted it to the list with.
Thu, 17 Sep 2009 22:03:42 -0500 Rob Landley The 2.6.31 kernel broke sh4 in qemu 0.9.30.1 because bits/kernel_types.h is and has always been utterly horrible.
Thu, 17 Sep 2009 14:11:56 -0500 Rob Landley Oops. Commit the new file from 820.
Thu, 17 Sep 2009 13:52:48 -0500 Rob Landley Upgrade to 2.6.31 kernel.
Thu, 17 Sep 2009 05:49:25 -0500 Rob Landley Move ldconfig from sbin to bin for the static cross compiler, so we only have to add one directory to the $PATH. (And fix the build break trying to rename it with the $ARCH- prefix and not finding it in bin.)
Thu, 17 Sep 2009 04:06:02 -0500 Rob Landley Factor out and unify binutils, gcc, and ccwrap builds.
Sat, 12 Sep 2009 20:56:01 -0500 Rob Landley Part one of the great refactoring, breaking out the uClibc build so it isn't repeated in two places.
Thu, 10 Sep 2009 22:20:58 -0500 Rob Landley Eliminate a stupid warning that GNU find produces. (Works fine either way, but it's noisy.)
Wed, 02 Sep 2009 23:37:16 -0500 Rob Landley Rename build/sources to build/packages to reduce confusion (since sources/packages got moved up to just packages, and this contains the extracted contents of that). And use $SOURCES instead of $TOP/sources in a few places.
Wed, 02 Sep 2009 20:01:03 -0500 Rob Landley This shouldn't be needed using qemu 0.10 and later.
Wed, 26 Aug 2009 02:37:57 -0500 Rob Landley Extended setupfor/cleanup to create binary package tarballs if the configure option BINARY_PACKAGE_TARBALLS is set. These tarballs extract into the current directory and add all the changed files installed by this package build, so you can pick and choose when assembling your own filesystem.
Mon, 24 Aug 2009 00:29:35 -0500 Rob Landley Remove dead config entry.
Sun, 23 Aug 2009 15:04:33 -0500 Rob Landley Consistently use STAGE_DIR as the output directory. (root-filesystem.sh already did, host-tools.sh was using $HOSTTOOLS, cross-compiler.sh was using $CROSS, and system-image.sh was using SYSIMAGE.)
Sat, 22 Aug 2009 04:07:00 -0500 Rob Landley Convince gcc to build/install libgcc_eh.a even for --disable-shared compilers, and tell the wrapper to expect it.
Fri, 21 Aug 2009 23:21:57 -0500 Rob Landley Comment tweaks, better document what it's doing.
Fri, 21 Aug 2009 22:56:13 -0500 Rob Landley Brown paper bag bug: setting HOST_BUILD_EXTRA or using ./download.sh --extract causes a build break.
Thu, 20 Aug 2009 22:48:42 -0500 Rob Landley Update website and READMEs.
Thu, 20 Aug 2009 20:18:46 -0500 Rob Landley Added tag 0.9.7 for changeset d0b74a631587
Fri, 14 Aug 2009 06:01:38 -0500 Rob Landley Teach ccwrap.c to use arch-specific WRAPPER_TOPDIR values, to avoid interfering with canadian cross. 0.9.7
Thu, 13 Aug 2009 20:58:15 -0500 Rob Landley Add a hw-config for the Tin Can Tools hammer/nail board, ala http://www.tincantools.com/product.php?productid=16143
Thu, 13 Aug 2009 20:15:37 -0500 Rob Landley Make sparc build a static version. (Yes, this involves rubbing the distcc ./configure's nose in something to avoid a gratuitous build break.) The result bots to a shell prompt! Which then has a bus error if you try to do an "ls -l" and freezes if you "echo *". Still, that's progress...
Thu, 13 Aug 2009 03:10:37 -0500 Rob Landley Use the powerpc kernel config for powerpc-440fp, since the 440 instruction set is more or less a subset of powerpc, and qemu can't emulate the processor for a bamboo board yet. (So the toolchain and root filesystem is 440, and we boot with full powerpc kernel and qemu to test it.)
Thu, 13 Aug 2009 01:01:00 -0500 Rob Landley Make HOST_BUILD_EXTRA build the version of qemu the powerpc target runs under.
Wed, 12 Aug 2009 04:33:44 -0500 Rob Landley Minor version bumps for kernel, busybox, and e2fsprogs, add dropbear to the download list, and use shorter version of sourceforge download links.
Wed, 12 Aug 2009 00:57:13 -0500 Rob Landley Updated patch to fix soft float for armv4l and armv4eb
Sun, 09 Aug 2009 02:06:31 -0500 Rob Landley Be a little more consistent about space vs tab indentation.
Sun, 09 Aug 2009 01:06:26 -0500 Rob Landley Better documentation for ./download.sh --extract
Sat, 08 Aug 2009 21:27:08 -0500 Rob Landley Allow target settings to specify BUILD_STATIC.
Sat, 08 Aug 2009 17:11:35 -0500 Rob Landley In case anybody wants to build strace for arm eabi, you need these patches.
Fri, 07 Aug 2009 23:52:55 -0500 Rob Landley Teach host-tools.sh to create multiple symlinks in fallback directories for ccache and distcc.