log sources/functions.sh @ 1839:c8293b3ab81f draft default tip

age author description
Sat, 28 Nov 2015 16:44:52 -0600 Rob Landley KEEP_STAGEDIR still needs to create directory if it doesn't exist. draft
Sun, 22 Nov 2015 14:54:16 -0600 Rob Landley Teach system-image.sh to handle its own dependencies, rebuilding kernel and draft
Sat, 21 Nov 2015 16:44:39 -0600 Rob Landley Collate site-local variables under "MY_XXX" prefix: MY_PATCH_DIR, draft
Thu, 12 Nov 2015 07:55:05 -0600 Rob Landley Add CROSS_COMPILER_PATH and CC_PREFIX knobs. draft
Sun, 06 Sep 2015 21:25:56 -0500 Rob Landley More verbose output for filesystem image creation. draft
Sun, 22 Feb 2015 16:53:37 -0600 Rob Landley add NO_CLEANUP=temp to delete build/temp-$ARCH but not output directory. draft
Fri, 20 Feb 2015 13:13:36 -0600 Rob Landley Don't add /dev/console to the native-compiler squashfs. draft
Fri, 20 Feb 2015 13:12:45 -0600 Rob Landley Switch from bz2 to gz tarball output. draft
Fri, 06 Feb 2015 01:51:54 -0600 Rob Landley Giant redo to put simple-root-filesystem in initmpfs. draft
Thu, 03 Oct 2013 15:06:01 -0500 Guenter Roeck Fix ext2/ext3 build failures
Mon, 05 Aug 2013 22:58:06 -0500 Rob Landley Accept cpio or initramfs as synonyms for root filesystem generation.
Wed, 03 Jul 2013 22:51:41 -0500 Rob Landley Move image creation logic into sources/functions.sh so we can create cpio and squashfs in the same build.
Sun, 17 Feb 2013 22:25:00 -0600 Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
Thu, 01 Nov 2012 23:35:09 -0500 Rob Landley Add ability to check out repositories in packages, IGNORE_REPOS to build from tarballs anyway, a FAQ entry on it, and more/repo.sh to set up/update some of the common ones.
Tue, 30 Oct 2012 19:55:35 -0500 Rob Landley Remove USE_ALT option, I have a better idea (upcoming patch).
Sun, 15 Apr 2012 00:44:14 -0500 Rob Landley Bug fix: DEBUG_PACKAGE shouldn't pollute NO_CLEANUP.
Thu, 20 Oct 2011 02:07:10 -0500 Rob Landley Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.
Mon, 27 Jun 2011 06:40:25 -0500 Rob Landley Add base_architecture, make base architectures and extra targets work, and move i586 virtio stuff to new i686-kvm target.
Sun, 26 Jun 2011 20:09:37 -0500 Rob Landley Remove one more "settings" dependency from functions.sh, and convert lots of architecture configurations from directory to file.
Sun, 26 Jun 2011 17:44:02 -0500 Rob Landley Replace read_arch_dir with load_target, which understands that sources/targets/$TARGET can be a file or a directory.
Fri, 17 Jun 2011 13:00:17 -0500 Rob Landley Fix BINARY_PACKAGE_TARBALLS generation: some packages produce no output (zlib used to build dropbear for example), and thus check for an empty list before trying to make a tarball.
Fri, 17 Jun 2011 12:42:12 -0500 Rob Landley Remove FWL debris and rename do_rename to do_manifest while we're at it. (Based on prompting from Alessio Bogani).
Fri, 17 Jun 2011 12:15:34 +0200 Alessio Igor Bogani Update MANIFEST file
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Sat, 25 Sep 2010 14:10:23 -0500 Rob Landley Break out download_functions.sh into their own file.
Tue, 24 Aug 2010 03:08:47 -0500 Rob Landley Remove toybox.
Fri, 13 Aug 2010 15:41:03 -0500 Rob Landley Fix case where build/packages/alt-package exists but tarball doesn't, and EXTRACT_ALL=1 ./download.sh gets called.
Tue, 10 Aug 2010 11:40:42 -0500 Rob Landley In the presence of multiple tarballs, use the newest one, so downloading a new version and extracting it before running cleanup_oldfiles should work now.
Tue, 10 Aug 2010 00:04:30 -0500 Rob Landley Add DEBUG_PACKAGE config variable to build just one package with CPUS=1.
Sat, 31 Jul 2010 21:49:01 -0500 Rob Landley Make extract_package directly callable, and do so where necessary.