log

age author description
Mon, 05 Apr 2010 18:39:09 -0500 Rob Landley Jean-Christophe Dubois pointed out that if build.sh doesn't source config, it doesn't get things like NO_NATIVE_COMPILER.
Mon, 05 Apr 2010 02:06:00 -0500 Rob Landley Milton Miller spotted a bug where PATH was being set twice, and thus wasn't including both potential compiler locations at once.
Sun, 04 Apr 2010 05:48:50 -0500 Rob Landley Charles Stevens hit another "busybox flash doesn't build on Ubuntu 8.x" bug, this time because busybox grew a flashcp we weren't switching off yet.
Thu, 01 Apr 2010 15:59:15 -0500 Rob Landley Add zlib support to static-tools.sh so dropbear supports -C. Build dropbear -Os and strip the binaries to try to get some of the resulting size increase back.
Thu, 01 Apr 2010 02:39:54 -0500 Rob Landley Build zlib for squashfs, so we don't depend on the host having it.
Mon, 29 Mar 2010 19:02:55 -0500 Rob Landley Added tag 0.9.11 for changeset b9319aa31df8
Mon, 29 Mar 2010 19:00:34 -0500 Rob Landley Announce 0.9.11 release.
Mon, 29 Mar 2010 08:17:24 -0500 Rob Landley Link to mirror sites from each other.
Mon, 29 Mar 2010 07:48:57 -0500 Rob Landley Always make mke2fs, run-from-build.sh can't make hdb.img otherwise. 0.9.11
Mon, 29 Mar 2010 00:52:19 -0500 Rob Landley Busybox 1.16.1 is out.
Sun, 28 Mar 2010 15:12:23 -0500 Rob Landley Upgrade to uClibc 0.9.30.3.
Sun, 28 Mar 2010 13:48:48 -0500 Rob Landley Call the static native binaries $PACKAGE-$ARCH instead of the other way around, both for consistency with the tarball names and because the busybox multiplexor only knows about postfixes (so it can work as "./busybox-i686 ls -l" but "./i686-busybox ls -l" will say unknown applet).
Sun, 28 Mar 2010 13:44:20 -0500 Rob Landley Fix the sparc build of strace.
Sat, 27 Mar 2010 20:31:21 -0500 Rob Landley Factor out the upload into a shell function, and upload each package's results as available, rather than waiting until the end to upload everything at once.
Sat, 27 Mar 2010 20:26:58 -0500 Rob Landley When USE_TOYBOX=1, don't try to truncate and append to a file that's in use. (Bug spotted by David Seikel.)
Fri, 26 Mar 2010 22:00:51 -0500 Rob Landley Tell buildall where the hdc generation script for the native build actually went.
Fri, 26 Mar 2010 13:02:14 -0500 Rob Landley Bugfix by David Seikel: don't append .tar.bz2 twice to BINARY_PACKAGE_TARBALLS.
Fri, 26 Mar 2010 12:58:50 -0500 Rob Landley Bug spotted by Milton Miller: create stage tarball _after_ the compile smoketest.
Fri, 26 Mar 2010 04:57:11 -0500 Rob Landley Allow existing extracted source directry to be patched if necessary, even if tarball doesn't exist. (This lets a git bisect happen in situ under build/packages.)
Fri, 26 Mar 2010 00:52:05 -0500 Rob Landley Move sources/more/setup-native-build.sh to sources/native-builds/static-tools.sh, and add native-builds/hello-world.sh while I'm at it.
Thu, 25 Mar 2010 23:30:20 -0500 Rob Landley Move sources/native to sources/native-root
Thu, 25 Mar 2010 18:54:30 -0500 Rob Landley Move CROSS_SMOKE_TEST implementation out of simple-cross-compiler.sh and into sources/more/cross-smoke-test.sh, called from build.sh. Clean up comments a bit while we're there.
Thu, 25 Mar 2010 15:19:10 -0500 Rob Landley Minor news tweak I made ages ago and forgot to check in.
Thu, 25 Mar 2010 03:10:32 -0500 Rob Landley Make run-emulator.sh executable.
Sun, 21 Mar 2010 23:53:15 -0500 Rob Landley New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Thu, 18 Mar 2010 05:44:47 -0500 Rob Landley Make the native build timeout configurable.
Thu, 18 Mar 2010 02:25:11 -0500 Rob Landley Get screenshots working again. (Conversion to Vladimir Dronnikov's new layout underway, just going slowly...)
Thu, 18 Mar 2010 02:20:23 -0500 Rob Landley Comment tweak.
Tue, 16 Mar 2010 03:58:43 -0500 Rob Landley Finish previous commit: fix HDB and HDC and make run_emulator() a function. (And finally, if you say DEBUG=1 you get the emulator command output! Yay!)
Mon, 15 Mar 2010 06:01:36 -0500 Rob Landley Move distcc setup to dev-environment.sh. Fix bug where CPUS wasn't defined if distcc wasn't being used (leading to make -j with no limit, and OOM conditions in the emulated system).
Sun, 14 Mar 2010 01:18:27 -0600 Rob Landley Another bug Wolfgang Denk reported: make BUILD_STATIC=none actually work.
Fri, 12 Mar 2010 14:29:25 -0600 Rob Landley Slightly tweaked bugfix from Wolfgang Denk: clean out environment variables from the host that would screw up the build.
Fri, 12 Mar 2010 02:52:58 -0600 Rob Landley Fix busybox so the 2.6.33 mips kernel builds.
Sun, 07 Mar 2010 13:18:58 -0600 Rob Landley Optimize the linux and busybox bisects to not rebuild earlier sections unnecessarily.
Sun, 07 Mar 2010 11:49:25 -0600 Rob Landley Fix a typo that broke the script completely.
Mon, 01 Mar 2010 22:56:57 -0600 Rob Landley Missed a patch that needed updating for 2.6.33 kernel.
Mon, 01 Mar 2010 22:07:03 -0600 Rob Landley Upgrade to 2.6.33 kernel.
Mon, 01 Mar 2010 02:43:27 -0600 Rob Landley Add 64-bit mips target.
Mon, 01 Mar 2010 02:21:49 -0600 Rob Landley Add FORK=1 support to download.sh, and work around bash's $$ refusing to give an actual unique $PID for subshells by groveling around in /proc to find something usable.
Mon, 01 Mar 2010 01:03:04 -0600 Rob Landley Make extract use unique temporary directories so it's parallelizable.
Wed, 24 Feb 2010 10:31:10 -0600 Rob Landley Rename SKIP_STAGE_TARBALLS to NO_STAGE_TARBALLS (for consistency), and make system-image.sh use it instead of doing it by hand.
Wed, 24 Feb 2010 10:17:43 -0600 Rob Landley Don't need to blank STAGE_DIR when read_arch_dir already does.
Wed, 24 Feb 2010 10:13:36 -0600 Rob Landley Give bisectinate.sh overrideable SRCDIR and BUILD.
Wed, 24 Feb 2010 10:11:02 -0600 Rob Landley Add more cleanup to bisectinate's repository initialization (reliability tweak).
Wed, 24 Feb 2010 10:08:38 -0600 Rob Landley Add export_if_blank and make lots of build paths overrideable.
Sun, 21 Feb 2010 17:07:55 -0600 Rob Landley Typo fix.
Sun, 21 Feb 2010 12:04:06 -0600 Rob Landley FIX SPARC! (Woot!)
Sun, 21 Feb 2010 12:03:28 -0600 Rob Landley Cleanups and comments.
Tue, 16 Feb 2010 08:26:35 -0600 Rob Landley Idea from Johnicholas Hines: add a three second "read" before running hdc's init so the user can press a key to get a command shell instead.
Tue, 16 Feb 2010 06:57:14 -0600 Rob Landley Tweak mercurial repo entry and add link to current snapshot.
Sun, 14 Feb 2010 01:42:18 -0600 Rob Landley Make qemu-system-powerpc work with more than 2 disks.
Sat, 06 Feb 2010 17:57:15 -0600 Rob Landley Comment tweak.
Sat, 06 Feb 2010 01:38:09 -0600 Rob Landley The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround.
Sat, 06 Feb 2010 01:01:09 -0600 Rob Landley Cosmetic: make mke2fs much less verbose.
Sat, 06 Feb 2010 01:00:46 -0600 Rob Landley Oops. Wait for native build to finish before exiting.
Fri, 05 Feb 2010 17:47:59 -0600 Rob Landley Allow patchdir to be overridden.
Fri, 05 Feb 2010 10:33:06 -0600 Rob Landley Genericize native build.
Fri, 05 Feb 2010 07:11:11 -0600 Rob Landley Fix new version of strace to build with 2.6.32 kernel headers.
Thu, 04 Feb 2010 20:59:45 -0600 Rob Landley Switch to the fix that went upstream.
Tue, 02 Feb 2010 23:26:34 -0600 Rob Landley Announce 0.9.10 release.
Tue, 02 Feb 2010 23:24:14 -0600 Rob Landley Added tag 0.9.10 for changeset 19660e12c1de
Tue, 02 Feb 2010 21:53:02 -0600 Rob Landley No reason for about.html to be version-specific. 0.9.10
Tue, 02 Feb 2010 21:24:32 -0600 Rob Landley Update READMEs.
Tue, 02 Feb 2010 19:37:11 -0600 Rob Landley Fix thinko in download_from.
Tue, 02 Feb 2010 04:46:07 -0600 Rob Landley Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox.
Tue, 02 Feb 2010 02:52:13 -0600 Rob Landley Fix sparc build break caused by uClibc upgrade.
Mon, 01 Feb 2010 03:46:49 -0600 Rob Landley Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
Thu, 28 Jan 2010 13:58:18 -0600 Rob Landley More code cleanups (rename try_checksum to confirm_checksum).
Mon, 25 Jan 2010 11:05:31 -0600 Rob Landley Set the executable bit on bisectinate.
Sun, 24 Jan 2010 01:19:54 -0600 Rob Landley Rename try_download() to download_from().
Sat, 23 Jan 2010 06:16:59 -0600 Rob Landley Revert patch that breaks sh4 target in 2.6.32 kernel.
Thu, 21 Jan 2010 19:19:50 -0600 Rob Landley Script to track down breakage in a USE_UNSTABLE package via git bisect.
Thu, 21 Jan 2010 15:16:39 -0600 Rob Landley Revert a patch that broke mips in uClibc 0.9.30.2.
Tue, 19 Jan 2010 19:29:51 -0600 Rob Landley Update uClibc to 0.9.30.2. (Breaks mips, tracking that down now.)
Tue, 19 Jan 2010 19:27:39 -0600 Rob Landley Build the static native binaries for all targets, not just the last one. (Thinko.)
Sun, 17 Jan 2010 17:26:12 -0600 Rob Landley Update strace to current version.
Thu, 14 Jan 2010 23:47:17 -0600 Rob Landley INLINE_SYSCALL isn't there on all targets, so switch to stuff that is. (This is kind of disgusting, but the problem's already been fixed in -dev so either there will someday be a new release, or it won't matter.)
Thu, 14 Jan 2010 23:45:14 -0600 Rob Landley Improved zilog serial fix from the ppc guys.
Tue, 12 Jan 2010 21:58:11 -0600 Rob Landley The 2.6.32 kernel headers broke the strace build, this fixes it.
Sun, 10 Jan 2010 20:51:04 -0600 Rob Landley Poking at alpha support: add the same inhibit-libc guard that gcc screwed up for sh4, so it can get as far as the gcc bug "libm/e_exp.c:144: internal compiler error: in emit_move_insn, at expr.c:3275" building uClibc.
Wed, 06 Jan 2010 21:36:38 -0600 Rob Landley Redo library sequencing, add -lgcc before -gcc_s (because that's what gcc expects).
Wed, 06 Jan 2010 06:27:05 -0600 Rob Landley Fall back to libgcc.a and libgcc_eh.a if two passes of libgcc_s.so didn't resolve the symbols we need.
Sun, 03 Jan 2010 22:34:06 -0600 Rob Landley Helps to actually remember to add the new file.
Sun, 03 Jan 2010 19:50:07 -0600 Rob Landley Fix buildall.sh to use the new script name.
Sun, 03 Jan 2010 17:04:39 -0600 Rob Landley Largeish refactoring and cleanup of compiler build:
Sun, 03 Jan 2010 05:04:35 -0600 Rob Landley Remove the old GIMME_AN_S logic, instead make ccwrap autodetect presence of libgcc_s.so. Also fix a typo causing a nasty bug with the two dash version of --static.
Tue, 22 Dec 2009 12:14:03 -0600 Rob Landley Oops, local changes I didn't mean to check in leaked. Fix it.
Tue, 22 Dec 2009 11:51:52 -0600 Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
Sun, 20 Dec 2009 19:56:21 -0600 Rob Landley Actually remove functions that got moved to utility_functions.sh.
Sun, 20 Dec 2009 00:32:17 -0600 Rob Landley Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH.
Sat, 19 Dec 2009 00:51:16 -0600 Rob Landley Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup.
Fri, 18 Dec 2009 03:38:21 -0600 Rob Landley Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
Fri, 18 Dec 2009 03:36:12 -0600 Rob Landley Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
Fri, 11 Dec 2009 22:34:39 +0100 Marc Andre Tanner Silence compiler warnings: unused variable ?ignore?
Wed, 16 Dec 2009 15:22:21 -0600 Rob Landley Update version numbers (oops).
Sun, 13 Dec 2009 00:13:44 -0600 Rob Landley Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway.
Sun, 13 Dec 2009 00:13:09 -0600 Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.
Fri, 11 Dec 2009 22:29:06 +0100 Marc Andre Tanner Remove UCLIBC_GCC_{INC,LIB}
Fri, 11 Dec 2009 00:21:46 -0600 Rob Landley Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig.
Thu, 10 Dec 2009 03:34:22 -0600 Rob Landley New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32.
Tue, 08 Dec 2009 20:22:53 -0600 Rob Landley Update downloads/binaries/README
Tue, 08 Dec 2009 18:12:16 -0600 Rob Landley Announce release 0.9.9.
Tue, 08 Dec 2009 18:10:50 -0600 Rob Landley Added tag 0.9.9 for changeset d7485ceb119f
Tue, 08 Dec 2009 17:59:09 -0600 Rob Landley Remove leftover debris from mysetsid->killtree switch.
Tue, 08 Dec 2009 17:09:51 -0600 Rob Landley Comment typo spotted by Joe Perches.
Tue, 08 Dec 2009 08:36:10 -0600 Rob Landley Move to 2.6.32 kernel, updating patches. (With a much less ugly fix for powerpc, and allowing arm to use more qemu -cpu options.)
Tue, 08 Dec 2009 05:37:27 -0600 Rob Landley Tweak buildall.sh to run smoketest.sh out of the correct directory.
Sun, 06 Dec 2009 06:45:41 -0600 Rob Landley Should have removed this when the version got bumped to 0.1.0. 0.9.9
Sat, 05 Dec 2009 21:09:44 -0600 Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
Fri, 04 Dec 2009 12:02:47 -0600 Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
Thu, 03 Dec 2009 03:39:53 -0600 Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
Thu, 03 Dec 2009 01:38:21 -0600 Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
Thu, 03 Dec 2009 01:26:26 -0600 Rob Landley Build the rest of cross-static's host arch along with other architectures, and move hw- targets to explicitly build after non-hw targets.
Thu, 03 Dec 2009 01:18:39 -0600 Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
Thu, 03 Dec 2009 01:17:39 -0600 Rob Landley Tweak sequencing to build cross-static properly.
Thu, 03 Dec 2009 01:11:18 -0600 Rob Landley Use killtree instead of mysetsid.
Wed, 02 Dec 2009 19:07:29 -0600 Rob Landley Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa.
Wed, 02 Dec 2009 18:03:47 -0600 Rob Landley Fix e2fsprogs on uClibc build.
Tue, 01 Dec 2009 19:49:23 -0600 Rob Landley Split busybox and toybox builds, update toybox and linux package versions.
Tue, 01 Dec 2009 19:43:42 -0600 Rob Landley Deleting the gcc build directory has to happen from the right current working directory.