tslib: add support for static plugins and use them
[qi-bootmenu-system.git] / config
blob81d24f453a40b7c840dca0e4e0e005e58b02728d
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 # Do not strip executables useful for debugging
39 # export NO_STRIP=1
41 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
42 # instead of pretty-print output.
44 # export BUILD_VERBOSE=1
46 # Create a tarball with the files installed by each individual package at
47 # each stage of the build.
49 # export BINARY_PACKAGE_TARBALLS=1