1 # This file is a place for you to set configuration values. This entire
2 # file is optional; by default all the variables documented in this file
3 # are left blank by the build. Feel free to replace this file with your
4 # own version, or to set these as environment variables on the command line.
6 # Specify Openmoko device to build for (GTA01 or GTA02 which is the default).
10 # Link all executables (busybox, kexec, dropbear statically)
14 # Link qi-bootmenu against shared libraries
16 # export QI_BOOTMENU_SHARED=1
18 # Build with debug flags
22 # Leave source in build/temp-$ARCH after build.
26 # Do not strip executables useful for debugging
30 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
31 # instead of pretty-print output.
33 # export BUILD_VERBOSE=1
35 # If this is set, try downloading packages from this location first.
37 # export PREFERRED_MIRROR=http://impactlinux.com/fml/mirror
39 # Set this to use symlinks instead of hard links when creating temporary copies
40 # of the source packages (in setupfor). This is slower and uses more inodes,
41 # but allows the extracted source packages to live in a different filesystem
42 # than the build directory.
44 # export SNAPSHOT_SYMLINK=1