From 5fe2271f2472c39d02c8e2e263ef9660a83327e7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 18 Feb 2009 16:34:56 +0100 Subject: angstrom contrib: check in local.conf used on autobuilders --- contrib/angstrom/local.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contrib/angstrom/local.conf (limited to 'contrib/angstrom') 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" + -- cgit 1.2.3-korg