firmware

log

age author description
9 months ago Rob Landley Should have removed this when the version got bumped to 0.1.0.0.9.9
9 months ago Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
9 months ago Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
9 months ago Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
9 months ago Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
9 months ago 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.
9 months ago Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
9 months ago Rob Landley Tweak sequencing to build cross-static properly.
9 months ago Rob Landley Use killtree instead of mysetsid.
9 months ago Rob Landley Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa.
9 months ago Rob Landley Fix e2fsprogs on uClibc build.
9 months ago Rob Landley Split busybox and toybox builds, update toybox and linux package versions.
9 months ago Rob Landley Deleting the gcc build directory has to happen from the right current working directory.
9 months ago Rob Landley Make setsid work if system-image.sh run standalone.
9 months ago Rob Landley Remove old USE_COLOR code, superceded by set_titlebar.
9 months ago Rob Landley Split out linux-headers, uClibc, and uClibc++ as their own sections.
9 months ago Rob Landley Break up sources/sections/binutils-gcc.sh into binutils, gcc, and ccwrap, plus more gcc->cc cleanup.
9 months ago Rob Landley Fix path_search to actually use the pattern argument.
9 months ago Rob Landley Genericize search path traversal logic with pattern and command to apply to each file found.
9 months ago Rob Landley Make buildall.sh do less host-specific work before allowing parallel builds to start.
9 months ago Rob Landley Fix FAQ links pointed out by by wangji.
9 months ago Rob Landley If there's enough memory (half a gig per processor), use 1.5x as many CPUs to try to keep 'em busy.
9 months ago 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.
9 months ago Rob Landley Fix hw-target builds so prerequisites build if they don't already exist.
9 months ago 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.
9 months ago Rob Landley New FAQ entry, comment updates.
9 months ago Rob Landley Change shell prompt in system image to start with ($HOST)
9 months ago Rob Landley Add index to HTML version of Ohio LinuxFest presentation.
9 months ago Rob Landley Split out kernel_cmdline from qemu-defaults.
9 months ago Rob Landley Ben Zanin converted the Ohio LinuxFest presentation slides to html.
9 months ago Rob Landley Upgrades to uClibc: add shm support (Coleman Brumley backported this) and futimes (patch by me).
9 months ago Rob Landley Update www/header.html to include more information.
9 months ago Rob Landley Add a FAQ.
9 months ago Rob Landley Lots of comments.
9 months ago Rob Landley Add a clean.sh script, to "rm -rf build/*-*".
9 months ago Rob Landley Update screenshot index, and check in script to generate each architecture's section.
9 months ago Rob Landley Add MANIFEST file to buildall.sh output.
9 months ago Rob Landley Jean spotted that the c++ symlinks were screwed up. Fixed now.
9 months ago Rob Landley Fix a [ -z $test ] that produced multiple words for the $test part, but didn't have "$test" in quotes. I'm not sure how that ever worked.
9 months ago Rob Landley More stuff to make running a guest user potentially useful.
9 months ago Rob Landley Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
9 months ago Rob Landley Some packages build differently as root than as a normal user, so add a "guest" account giving a non-root user option. Tweak mdev so it's vaguely useful. (Thanks to Vladimir Dronnikov for the idea.)
9 months ago Rob Landley Release notes for 0.9.8.
9 months ago Rob Landley Update lots of descriptions, switch tct-hammer to EABI, and make sparc static again.
10 months ago Rob Landley Added tag 0.9.8 for changeset 563c1abb06d0
10 months ago Rob Landley The export command won't allow environment variable names to have dashes in them, and ccwrap.c already converts - into _ when checking ${ARCH}_WRAPPER_TOPDIR. But apparently I didn't remember to do that when _setting_ the variable. Oops.0.9.8
10 months ago Rob Landley m68k isn't a soft-float target.
10 months ago Rob Landley Quick and dirty port of uClibc's readelf.c to build against glibc as well. Not used at the moment, just "so I have a copy when it goes away".
10 months ago Rob Landley Catch if the native compiler build dies (probably means uClibc is horked on i686).
10 months ago Rob Landley Mike Frysinger decided that the readelf Erik Anderson wrote was too hard for him to understand, so he removed it from uClibc-git. So we allow the utils rename to fail if components aren't there, and perhaps I'll fork my own copy of readelf and maintain it myself.
10 months ago Rob Landley Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
10 months ago Rob Landley Now that we cross compile busybox statically by default, remove it from native build.
10 months ago Rob Landley setup-native-static-build.sh shouldn't blank cron-temp if hdc.sqf already there.
10 months ago Rob Landley The mips build broke, this fixes it but isn't in the -stable series yet.
10 months ago Rob Landley Unfinished update of history.html.
10 months ago Rob Landley Fix path so the logs are actually saved.
10 months ago Rob Landley Build busybox static by default (but not for host-tools.sh, since static glibc is buggy, and let .config to switch it off).
10 months ago Rob Landley Make system-image.sh write out dev-environment.sh from a here document.
10 months ago Rob Landley Largeish refactoring/simplification of run-emulator.sh and associated code. Now automatically sets up the distcc trick if the appropriate $ARCH-cc toolchain is in the $PATH (or the current directory).
10 months ago Rob Landley Now that qemu 0.11.0 works, remove the "build a qemu snapshot" logic. QEMU goes back to being something the host has installed on it if you want to use it.