diff options
Diffstat (limited to 'contrib/angstrom/local.conf')
-rw-r--r-- | contrib/angstrom/local.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/angstrom/local.conf b/contrib/angstrom/local.conf new file mode 100644 index 0000000000..76e38396cc --- /dev/null +++ b/contrib/angstrom/local.conf @@ -0,0 +1,28 @@ +# Where to store sources +DL_DIR = "/OE/downloads" + +INHERIT += " rm_work " + +# Make sure you have these installed +ASSUME_PROVIDED += "gdk-pixbuf-csource-native imagemagick-native librsvg-native" + +# Which files do we want to parse: +BBFILES := "/OE/org.openembedded.dev/packages/*/*.bb" +BBMASK = "" + +# What kind of images do we want? +IMAGE_FSTYPES += " tar.bz2 " + +# Set TMPDIR instead of defaulting it to $pwd/tmp +TMPDIR = "/OE/${DISTRO}-dev" + +# Make use of SMP and fast disks +PARALLEL_MAKE = "-j4" +BB_NUMBER_THREADS = "4" + +#tinderbox +#INHERIT += "oestats-client" +OESTATS_BUILDER = "myname" + +DISTRO = "angstrom-2008.1" + |