log

age author description
Sun, 30 Nov 2008 00:59:27 -0600 Rob Landley Move include.sh to sources/include.sh. End user doesn't call it directly, shouldn't be at top level.
Sun, 30 Nov 2008 00:52:39 -0600 Rob Landley Add a --static-host command line option to build-all-targets.sh.
Sat, 29 Nov 2008 20:40:01 -0600 Rob Landley Now that UML is toast, the build no longer needs oneit.
Fri, 28 Nov 2008 15:00:06 -0600 Rob Landley Fix logging errors and die on error.
Fri, 28 Nov 2008 14:58:08 -0600 Rob Landley Merge run-*.sh so run-emulator.sh takes command line arguments. Rename emulator-build.sh to be more clear what it does.
Fri, 28 Nov 2008 14:55:26 -0600 Rob Landley Make colors no longer be the default (adding a guard for the lot of 'em), and tweak NATIVE_TOOLCHAIN setting so it's more clear.
Wed, 26 Nov 2008 08:18:43 -0600 Rob Landley Add ext3 support to all the targets that didn't have it yet, for /home.
Mon, 24 Nov 2008 09:09:16 -0600 Rob Landley Rename (invert) NATIVE_NOTOOLCHAIN and NATIVE_NOTOOLSDIR, and tweak colors again.
Sat, 22 Nov 2008 00:02:09 -0600 Rob Landley No longer using UML, these patches can go away.
Fri, 21 Nov 2008 23:46:21 -0600 Rob Landley Add README.footer to end of README. (Rename README.txt->README)
Fri, 21 Nov 2008 23:32:03 -0600 Rob Landley Build all targets and actually build them static.
Fri, 21 Nov 2008 23:31:37 -0600 Rob Landley Download toybox from a faster server.
Tue, 18 Nov 2008 22:28:10 -0600 Rob Landley Next round of trying to make USE_STATIC_HOST work. (Requires new alt-toybox snapshot to fix a netcat bug.)
Tue, 18 Nov 2008 00:51:36 -0600 Rob Landley Rip out User Mode Linux, switch to genext2fs instead. (Based on an old patch from James Davidson.)
Mon, 17 Nov 2008 03:59:25 -0600 Rob Landley Add BUILD_STATIC_HOST option, and put output in rsyncable buildall directory.
Mon, 17 Nov 2008 03:01:53 -0600 Rob Landley If distccd is installed on the host, link it into build/host so we don't rebuild it on a second host-tools.sh run with the trimmed $PATH.
Sun, 16 Nov 2008 23:22:52 -0600 Rob Landley Continuing attempt to make gcc build like a normal program.
Fri, 14 Nov 2008 19:54:40 -0600 Rob Landley Minor bugfix: reset text color at the end of packaging.
Fri, 14 Nov 2008 19:20:24 -0600 Rob Landley Move color selection into ./config. (The default colors don't look great on a white background.)
Fri, 14 Nov 2008 16:01:24 -0600 Rob Landley Hook up c++ to distcc.
Fri, 14 Nov 2008 14:06:07 -0600 Rob Landley With NATIVE_NOTOOLSDIR=1, /dev may already exist in mini-native filesystem.
Thu, 13 Nov 2008 21:13:15 -0600 Rob Landley Rename CROSS_BUILD_STATIC, NATIVE_NOTOOLSDIR, NATIVE_NOTOOLCHAIN and make them work properly.
Wed, 12 Nov 2008 23:23:03 -0600 Rob Landley Teach extract that uClibc++ patches don't need to be checked against uClibc.
Wed, 12 Nov 2008 20:19:51 -0600 Rob Landley Bugfox for --fork option parsing.
Wed, 12 Nov 2008 20:03:22 -0600 Rob Landley Fix uClibc++ cleanup.
Wed, 12 Nov 2008 18:24:51 -0600 Rob Landley Two small bugfixes.
Wed, 12 Nov 2008 14:58:27 -0600 Rob Landley Minor tweak.
Wed, 12 Nov 2008 14:57:05 -0600 Rob Landley I've been in the middle of rewriting these for a month. Need to do more documentation...
Wed, 12 Nov 2008 14:56:26 -0600 Rob Landley Toybox 0.0.7.
Wed, 12 Nov 2008 13:25:28 -0600 Rob Landley Reorder trimconfig with comments about why things are in it, and yank multiply problematic legacy MTAB support.
Wed, 12 Nov 2008 13:23:37 -0600 Rob Landley Distinguish console setup (qemu vs chroot) based on whether we're running as pid 1, and grep for console= from kernel command line arguments in dmesg, so we don't have to pass CONSOLE= a second time on kernel command line.
Wed, 12 Nov 2008 13:18:15 -0600 Rob Landley If the root filesystem hasn't got /dev/console it "can't open initial console" for init, so running a shell or hello-static produces no output. (Using oneit works because it redirects the console after populating its own /dev, but debugging early boot issues becomes much harder than necessary.)
Wed, 12 Nov 2008 09:39:02 -0600 Rob Landley Loosen up amount of memory we restrict gcc to using; newer more bloated gcc versions get unhappy otherwise.
Wed, 12 Nov 2008 09:38:12 -0600 Rob Landley Move uClibc 0.9.30 build from unstable to stable (and an unrelated fix: symlink uClibc++.a like .so).
Wed, 12 Nov 2008 09:01:50 -0600 Rob Landley Upgrade to uClibc 0.9.30 and busybox 1.13.0 releases.
Tue, 11 Nov 2008 04:21:10 -0600 Rob Landley Moving the temp dir broke non-root packaging: fix it.
Mon, 10 Nov 2008 17:26:34 -0600 Rob Landley Fix packaging run as root, clean up some unnecessary stuff, use more appropriate temp directory.
Mon, 10 Nov 2008 17:25:03 -0600 Rob Landley A Knoppix 5 host apparently won't build inotifyd.
Mon, 10 Nov 2008 01:33:02 -0600 Rob Landley More tweaking of nightly cron job script.
Mon, 10 Nov 2008 01:32:08 -0600 Rob Landley Move README generation to functions.sh, clean up build-all-target.sh option parsing.
Sun, 09 Nov 2008 05:47:35 -0600 Rob Landley Unfinished cron job script to do nightly builds.
Sat, 08 Nov 2008 22:41:45 -0600 Rob Landley Running ./package-mini-native.sh as root can just loopback mount itself, without User Mode Linux.
Sat, 08 Nov 2008 02:29:36 -0600 Rob Landley Don't apply uClibc++ patches to uClibc.
Sat, 08 Nov 2008 01:30:08 -0600 Rob Landley Cosmetic and whitespace fixes.
Fri, 07 Nov 2008 16:23:30 -0600 Rob Landley Embedded Linux From Scratch 6.3 build script (in progress, not finished yet).
Fri, 07 Nov 2008 16:20:50 -0600 Rob Landley Make --fork 1 produce synchronous build display but call ssh in the background, and set default nice level to 20.
Fri, 07 Nov 2008 15:53:42 -0600 Rob Landley Distcc accepts twice as many client connections as CPUs.
Fri, 07 Nov 2008 14:21:49 -0600 Rob Landley Make gcc stop putting stuff in a lib64 directory on x86-64 even when we --disable-multilib, and remove spurious uClibc warnings about trying to use the cross compiler to "make allnoconfig".
Fri, 07 Nov 2008 14:20:12 -0600 Rob Landley Some targets don't have the cpu affinity syscalls to build taskset.
Wed, 05 Nov 2008 00:55:28 -0600 Rob Landley Upgrade build wrapper, teach wait4background to skip certain processes (such as ssh) mentioned in optional second argument.
Tue, 04 Nov 2008 22:51:33 -0600 Rob Landley Busybox defconfig has become useless, so switch busybox to build via allyesconfig minus symbols to be disabled.
Tue, 04 Nov 2008 03:57:54 -0600 Rob Landley Add --fork option to build-all-targets.sh (with --fork 3). Remove old forkbomb.sh.
Tue, 04 Nov 2008 01:40:21 -0600 Rob Landley User Mode Linux continues to suck.
Mon, 03 Nov 2008 22:26:39 -0600 Rob Landley Script to build all targets and optionally upload the tarballs via ssh, plus create a README.txt listing packages and versions used.
Mon, 03 Nov 2008 22:25:16 -0600 Rob Landley Display tweak. (When the build window is minimized, all it shows is "Building...")
Mon, 03 Nov 2008 22:14:41 -0600 Rob Landley Add a C++ hello world program.
Mon, 03 Nov 2008 21:33:34 -0600 Rob Landley Add C++ support to native compiler, based on uClibc++.
Mon, 03 Nov 2008 21:00:46 -0600 Rob Landley Teach emulator-build.sh to fsck the root filesystem before running it.
Mon, 03 Nov 2008 04:31:07 -0600 Rob Landley On arm, gcc has an internal compiler error building dwarf2 exceptions in mini-native. (Yes, it dies builing _itself_.) Switch to setjmp/longjmp excpetions.
Mon, 03 Nov 2008 01:21:57 -0600 Rob Landley Add uClibc++ to download list, minor cleanup.
Mon, 03 Nov 2008 00:52:09 -0600 Rob Landley Build libsupc++.a in preparation for building uClibc++.
Sun, 02 Nov 2008 22:53:21 -0600 Rob Landley Add basic c++ support to the cross compiler. (No headers or libraries, but enough to cross compile uClibc++ in mini-native and use distcc with the cross compiler for C++.)
Sun, 02 Nov 2008 22:49:42 -0600 Rob Landley Upgrade --print-file-name to search $WRAPPER_DIR/lib, to print the directories it's trying when WRAPPER_DEBUG=1, and a few in-passing cleanups.
Sat, 01 Nov 2008 21:53:23 -0500 Rob Landley Add getversion() and wait4background(), useful to build wrappers.
Sat, 01 Nov 2008 02:09:17 -0500 Rob Landley Next round of wrapper cleanups: give C++ includes a sane path, prefix environment variables with WRAPPER_, don't set pointers to a char '\0' value.
Fri, 31 Oct 2008 17:52:42 -0500 Rob Landley Teach wrapper about libgcc_eh.a for static linking.
Fri, 31 Oct 2008 05:24:38 -0500 Rob Landley Current busybox svn disabled inotifyd and taskset in defconfig.
Fri, 31 Oct 2008 03:47:49 -0500 Rob Landley Slightly improved display.
Fri, 31 Oct 2008 00:45:57 -0500 Rob Landley Clean out some of the old uClibc build dir stuff nothing uses anymore.
Thu, 30 Oct 2008 13:52:01 -0500 Rob Landley Replace variable "n" with something greppable.
Thu, 30 Oct 2008 04:46:53 -0500 Rob Landley Smallish wrapper cleanups, more to come.
Thu, 30 Oct 2008 04:46:08 -0500 Rob Landley Use the wrapper for g++, and clean up compiler install slightly better.
Thu, 30 Oct 2008 01:41:57 -0500 Rob Landley Use nightly busybox and uClibc snapshots for unstable versions (to prepare for automated nightly builds).
Wed, 29 Oct 2008 21:51:25 -0500 Rob Landley Default config shouldn't set anything, just show how to set it.
Wed, 29 Oct 2008 21:23:29 -0500 Rob Landley Tweak patch to be more correct, and add alt-busybox symlink.
Wed, 29 Oct 2008 21:05:50 -0500 Rob Landley Split function definitions out from include.sh.
Wed, 29 Oct 2008 21:02:35 -0500 Rob Landley Symlink alt-linux miniconfigs to the stable linux miniconfigs.
Wed, 29 Oct 2008 17:55:06 -0500 Rob Landley chroot-setup.sh should also set HOME=/home
Wed, 29 Oct 2008 17:28:36 -0500 Rob Landley Cleanup after chroot-setup.sh, and set nameserver.
Tue, 28 Oct 2008 23:32:03 -0500 Rob Landley Install uClibc and kernel .config files into src directory of mini-native.
Tue, 28 Oct 2008 02:34:22 -0500 Rob Landley Split out BUILD_NOTOOLS from BUILD_SHORT.
Tue, 28 Oct 2008 02:33:53 -0500 Rob Landley Ok, uclibc is fixed, switch back from MALLOC_SIMPLE.
Tue, 28 Oct 2008 01:46:08 -0500 Rob Landley Don't create distcc symlinks, instead set the $PATH to point to the existing subdirectory with unwrapped toolchain components with the right names.
Tue, 28 Oct 2008 01:43:41 -0500 Rob Landley Checkpoint the unstable packages I'm actually testing.
Mon, 27 Oct 2008 03:54:05 -0500 Rob Landley Fix cleanup to zap alt-packages properly, and have setupfor set window title bar to the stage name and package name it's building.
Sun, 26 Oct 2008 18:23:54 -0500 Rob Landley uClibc svn 23660 broke MALLOC=y for arm, switch to MALLOC_SIMPLE instead.
Sun, 26 Oct 2008 17:51:14 -0500 Rob Landley No shipping package should ever use -Werror, no idea what new gcc versions will decide to warn on. (Fixes build on ubuntu 8.10.)
Sun, 26 Oct 2008 16:12:24 -0500 Rob Landley Fix broken links pointed out by Stacey Sheldon.
Mon, 20 Oct 2008 18:02:21 -0500 Rob Landley Make setup script reentrant, don't require preset PATH. Based on changes by Vladimir Dronnikov.
Sun, 19 Oct 2008 02:47:44 -0500 Rob Landley Save the expanded .config files for uClibc and linux in each build/temp-$ARCH dir after the build.
Sun, 19 Oct 2008 02:46:37 -0500 Rob Landley Don't build distcc if it's not in $PATH but we already built it.
Thu, 16 Oct 2008 01:44:22 -0500 Rob Landley Now that uClibc-0.9.30-rc2 is out, switch to testing that.
Sun, 12 Oct 2008 03:08:39 -0500 Rob Landley Update Busybox to 1.12.1.
Sun, 12 Oct 2008 03:07:31 -0500 Rob Landley Binutils 2.18 needs a patch to build without makeinfo.
Sat, 11 Oct 2008 04:28:06 -0500 Rob Landley Fix old uClibc build.
Sat, 11 Oct 2008 00:27:54 -0500 Rob Landley Forgot to re-add the 2.6.25 version of the noperl patch.
Fri, 10 Oct 2008 02:43:44 -0500 Rob Landley Use unstable infrastructure to back off non-unstable kernel to 2.6.25 (where powerpc works) and bring back binutils 2.18 build as unstable version.
Wed, 08 Oct 2008 01:10:12 -0500 Rob Landley Tweak --fork display to show package being built.
Wed, 08 Oct 2008 00:01:21 -0500 Rob Landley Update run-with-distcc.sh to reliably kill distccd daemon on exit (even if killed by a signal), and vary port number so multiple targets can run in parallel.
Tue, 07 Oct 2008 22:37:06 -0500 Rob Landley Remove two patches current uClibc svn no longer needs.
Tue, 07 Oct 2008 15:05:40 -0500 Rob Landley Fix wrapper so static build doesn't look for libgcc_s.a.
Mon, 06 Oct 2008 21:56:53 -0500 Rob Landley Downloading from PREFERRED_MIRROR shouldn't calculate sha1sum twice.
Wed, 01 Oct 2008 16:35:56 -0500 Rob Landley Make the m68k internal compiler error go away.
Sun, 28 Sep 2008 12:18:40 -0500 Rob Landley Teach build to use recent uClibc snapshot when USE_UNSTABLE=uClibc
Sun, 28 Sep 2008 05:45:13 -0500 Rob Landley Break config out from include.sh, so environment variables users can edit to affect the build are collected together in one place with nothing else in it.
Thu, 25 Sep 2008 01:21:56 -0500 Rob Landley Implement unstable package download logic, with examples. (Try "USE_UNSTABLE=uClibc,linux ./download.sh" for example.)
Tue, 23 Sep 2008 13:12:41 -0500 Rob Landley Minor cleanup, prepare for unstable package logic.
Tue, 23 Sep 2008 13:02:18 -0500 Rob Landley Minor cleanups.
Mon, 15 Sep 2008 18:24:27 -0500 Rob Landley Upgrade BUILD_SHORT to make a small busybox+uClibc system in /usr, with top level symlinks (/bin, /lib, etc) and adjustments to boot script and run-emulator.
Tue, 26 Aug 2008 17:48:32 -0500 Rob Landley Binutils 2.18 isn't usable under GPLv2 anymore, revert to 2.17.
Tue, 26 Aug 2008 17:40:39 -0500 Rob Landley Fix RECORD_COMMANDS log path so the report_recorded_command.sh works.
Tue, 26 Aug 2008 17:38:25 -0500 Rob Landley Side effect of moving UML build to packaging: RECORD_COMMANDS doesn't snapshot
Mon, 25 Aug 2008 12:22:39 -0500 Rob Landley Move User Mode Linux build to package-mini-native.sh, since that's the only
Sun, 24 Aug 2008 19:29:20 -0500 Rob Landley Teach the wrapper script to do the libgcc_s --as-needed stuff when
Fri, 15 Aug 2008 14:29:14 -0500 Rob Landley Add USE_TOYBOX option (enabled by default), to use toybox commands where
Tue, 12 Aug 2008 18:53:09 -0500 Rob Landley Add project summary page to website, moving news to its own page.
Tue, 12 Aug 2008 02:33:29 -0500 Rob Landley Convert sources/configs/$ARCH files to sources/targets/$ARCH directories.
Mon, 11 Aug 2008 03:54:24 -0500 Rob Landley Upgrade kernel to 2.6.26.2. (Note: powerpc might need more work.)
Mon, 11 Aug 2008 03:17:08 -0500 Rob Landley Upgrade binutils to 2.18 (needed to work around powerpc linking bug in 2.6.26).
Sun, 10 Aug 2008 22:08:09 -0500 Rob Landley Fix thinko. (I run a mirror of my website on my laptop's loopback address,