firmware

log

age author description
2 years Rob Landley Document PREFERRED_MIRROR in include.sh
2 years Rob Landley Get busybox mdev to shut up about mdev.conf not being there. It's ok, really.
2 years Rob Landley Add "--fork 3" option to avoid overwhelming the system with parallel builds.
2 years Rob Landley Sparc and sh4 don't have sched_getaffinity() in uClibc.
2 years Rob Landley Adjust busybox defconfig to remove options that don't build under knoppix
2 years Rob Landley Bugfix for busybox 1.11.1 dealing with mercurial archives with symlinks.
2 years Rob Landley Teach qemu-setup.sh to use oneit so ctrl-c works under the emulator. Also
2 years Rob Landley 64 bit targets need more than 128 megs allocated for the emulator.
2 years Rob Landley Prevent Linux kernel from getting all confused by qemu 0.9.1 serial behavior.
2 years Rob Landley Needs to create empty /dev too.
2 years Rob Landley Switch to building defconfig busybox. (Keep trimmed config anyway.)
2 years Rob Landley Fix from Joe Soroka for uClibc static linking issue preventing gcc from
2 years Rob Landley Upgrade to busybox 1.11.1.
2 years Rob Landley Correct log message, check last $PATH element properly, and set argv[0] to path
2 years Rob Landley Bump kernel to 2.6.25.10.
2 years Rob Landley Teach cross-compiler.sh how to produce static binaries when BUILD_STATIC=1
2 years Rob Landley Teach download to fetch from $PREFERRED_MIRROR first, if set.
2 years Rob Landley Let qemu-setup.sh be called under the name chroot-setup.sh, which skips the
2 years Rob Landley Only try to build $ARCH-ldd if /usr/include exists.
2 years Rob Landley The cross-compiler.sh build needs /usr/include to build readelf and ldd.
2 years Rob Landley Update busybox from 1.2.2 to 1.11.0. Toybox i still used for oneit and patch,
2 years Rob Landley Make forkbomb.sh --fork work with RECORD_COMMANDS.
2 years Rob Landley Some scripts don't want the $PATH edited by include.sh.
2 years Rob Landley Mmove package-mini-native.sh back to using oneit, and always build toybox
2 years Rob Landley User Mode Linux found a new way to break: now when it panics, it sends a kill
2 years Rob Landley The RECORD_COMMANDS mode doesn't build toybox, thus no oneit.
2 years Rob Landley Add command logging. Set RECORD_COMMANDS=1 to log every command line run
2 years Rob Landley Reorganize include.sh to put config options at the top, minor cleanups.
2 years Rob Landley Fun _new_ breakage: using arch/arm/configs/spitz_defconfig in 2.6.25.4
2 years Rob Landley The comment removal heuristic breaks on 2.6.25.4 arch/ppc/configs/luan_defconfig
2 years Rob Landley Work around the kernel's allnoconfig trying to go nuts while shrinking
2 years Rob Landley Announce 0.4.0 release.
2 years Rob Landley Added tag 0.4.0 for changeset 1a70dfe0a436
2 years Rob Landley Quick smoke test for system image: ./smoketest.sh $ARCH | grep 'Hello world!'0.4.0
2 years Rob Landley Move to "-M malta" since CONFIG_QEMU went away in linux 2.6.25.
2 years Rob Landley More about building older versions.
2 years Rob Landley Background the distcc daemon ourselves so we can kill it at the end.
2 years Rob Landley Add a sed invocation to build the old FWL under current (broken) Ubuntu.
2 years Rob Landley Add timeout to wget, and add another mirror (impactlinux.com) so there's a
2 years Rob Landley A note about building old versions under Ubuntu 7.04 or later.
2 years Rob Landley Less verbose name that doesn't interfere with tab completion of build.sh.
2 years Rob Landley Redoing the about page, very unfinished. (About half done.)
2 years Rob Landley Fix packaging step.
2 years Rob Landley Trim busybox apps (cat, rmdir) that toybox can now provide.
2 years Rob Landley Update to linux-2.6.25.4 and toybox 0.0.6.
2 years Rob Landley Simple script to run mini-native under its emulator, with distcc hooked
2 years Rob Landley Rename qemu-image-* to system-image-*, and don't delete it after creating the
2 years Rob Landley When doing BUILD_SHORT (without development tools), use / instead of /tools.
2 years Rob Landley Tweak run-with-home.sh to have a chance of actually working.
2 years Rob Landley Minor tweak: when build.sh sets PATH to point to $HOSTTOOLS, don't add it again
2 years Rob Landley Because sysfs doesn't have a stable API, the old mdev doesn't work with 2.6.25.
2 years Rob Landley Much more elaborate thread-hello.c using mutex and event semaphores, and join.
2 years Rob Landley Redo sources/native to be "cp -ar"'d into mini-native-$ARCH/tools verbatim.
2 years Rob Landley Redo plumbing that constructs run-emulator.sh. Group common qemu command
2 years Rob Landley Get User Mode Linux boot messages to SHUT UP in the presence of "quiet".
2 years Rob Landley The hammer patch made it upstream in 2.6.26-rc1, I'll wait to get it from there.
2 years Rob Landley Use 2.6.25 release.
2 years Rob Landley Add ability to set BUILD_SHORT=headers to include header files without building
2 years Rob Landley Don't fiddle with qemu in host-tools. Andre Ruiz noticed that we were
2 years Rob Landley Typo (mine, not Andre's).