firmware

log

age author description
2 months Rob Landley Largeish refactoring and cleanup of compiler build:
2 months 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.
2 months Rob Landley Oops, local changes I didn't mean to check in leaked. Fix it.
2 months Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
2 months Rob Landley Actually remove functions that got moved to utility_functions.sh.
2 months Rob Landley Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH.
2 months 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.
2 months Rob Landley Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
2 months Rob Landley Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
3 months Marc Andre Tanner Silence compiler warnings: unused variable ?ignore?
2 months Rob Landley Update version numbers (oops).
2 months Rob Landley Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway.
2 months Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.
3 months Marc Andre Tanner Remove UCLIBC_GCC_{INC,LIB}
3 months Rob Landley Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig.
3 months Rob Landley New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32.
3 months Rob Landley Update downloads/binaries/README
3 months Rob Landley Announce release 0.9.9.
3 months Rob Landley Added tag 0.9.9 for changeset d7485ceb119f
3 months Rob Landley Remove leftover debris from mysetsid->killtree switch.
3 months Rob Landley Comment typo spotted by Joe Perches.
3 months 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.)
3 months Rob Landley Tweak buildall.sh to run smoketest.sh out of the correct directory.
3 months Rob Landley Should have removed this when the version got bumped to 0.1.0.0.9.9
3 months Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
3 months Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
3 months Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
3 months Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
3 months 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.
3 months Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
3 months Rob Landley Tweak sequencing to build cross-static properly.
3 months Rob Landley Use killtree instead of mysetsid.
3 months Rob Landley Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa.
3 months Rob Landley Fix e2fsprogs on uClibc build.
3 months Rob Landley Split busybox and toybox builds, update toybox and linux package versions.
3 months Rob Landley Deleting the gcc build directory has to happen from the right current working directory.
3 months Rob Landley Make setsid work if system-image.sh run standalone.
3 months Rob Landley Remove old USE_COLOR code, superceded by set_titlebar.
3 months Rob Landley Split out linux-headers, uClibc, and uClibc++ as their own sections.
3 months Rob Landley Break up sources/sections/binutils-gcc.sh into binutils, gcc, and ccwrap, plus more gcc->cc cleanup.
3 months Rob Landley Fix path_search to actually use the pattern argument.
3 months Rob Landley Genericize search path traversal logic with pattern and command to apply to each file found.
3 months Rob Landley Make buildall.sh do less host-specific work before allowing parallel builds to start.
3 months Rob Landley Fix FAQ links pointed out by by wangji.
3 months Rob Landley If there's enough memory (half a gig per processor), use 1.5x as many CPUs to try to keep 'em busy.
3 months Rob Landley Remove old RECORD_COMMANDS debris from host-tools.sh and simplify result (lots of white-noise from de-intenting the "else" case of an if/else), factor out wrap_path from sources/more/record-commands.sh, fix the "build host tools first, then wrap it afterwards" case.
3 months Rob Landley Fix hw-target builds so prerequisites build if they don't already exist.
3 months Rob Landley Redo command recording: no longer RECORD_COMMMANDS config entry, now sources/more/record-commands.sh run to set up the wrapper (either before or after host-tools.sh). General cleanup and simplification of code this interacted with, plus clean up bit rot in the reporting.
3 months Rob Landley New FAQ entry, comment updates.
3 months Rob Landley Change shell prompt in system image to start with ($HOST)
3 months Rob Landley Add index to HTML version of Ohio LinuxFest presentation.
3 months Rob Landley Split out kernel_cmdline from qemu-defaults.
3 months Rob Landley Ben Zanin converted the Ohio LinuxFest presentation slides to html.
3 months Rob Landley Upgrades to uClibc: add shm support (Coleman Brumley backported this) and futimes (patch by me).
3 months Rob Landley Update www/header.html to include more information.
3 months Rob Landley Add a FAQ.
3 months Rob Landley Lots of comments.
3 months Rob Landley Add a clean.sh script, to "rm -rf build/*-*".
3 months Rob Landley Update screenshot index, and check in script to generate each architecture's section.
3 months Rob Landley Add MANIFEST file to buildall.sh output.