fwl: rename build_section to build_package
[qi-bootmenu-system.git] / config
blob1f8092969cf9c4d21bb6fac26b26f790c1a5ea1c
1 # Setup
3 # This file is a place for you to set configuration values.  This entire
4 # file is optional; by default all the variables documented in this file
5 # are left blank by the build.  Feel free to replace this file with your
6 # own version, or to set these as environment variables on the command line.
8 # If this is set, the build records the command lines run by each build into
9 # log files in the build directory, ala "build/cmdlines.$PACKAGENAME"
11 # export RECORD_COMMANDS=1
13 # This may be set by the target's "details" file, but you can override it here.
14 # You can set it to ext2, initramfs, or squashfs.  It defaults to squashfs
15 # if blank.
17 # export SYSIMAGE_TYPE=ext2
19 # Set this to use symlinks instead of hard links when creating temporary copies
20 # of the source packages (in setupfor).  This is slower and uses more inodes,
21 # but allows the extracted source packages to live in a different filesystem
22 # than the build directory.
24 # export SNAPSHOT_SYMLINK=1
26 # If this is set, try downloading packages from this location first.
28 # export PREFERRED_MIRROR=http://impactlinux.com/fml/mirror
30 # Try development versions of these packages.  (Know what you're doing if
31 # you select these, it's quite possible the result won't work.)
33 # export USE_UNSTABLE=uClibc,busybox,linux
35 # Debugging option to leave source in build/temp-$ARCH after build.
36 # export NO_CLEANUP=1
38 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
39 # instead of pretty-print output.
41 # export BUILD_VERBOSE=1