aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-18 16:34:56 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-18 16:34:56 +0100
commit5fe2271f2472c39d02c8e2e263ef9660a83327e7 (patch)
tree509f739033ba0a5ca4ee22821a18267e1dff70d6 /contrib
parent0acbb40cf199275819d8b2a76c33f38b9afdc859 (diff)
downloadopenembedded-5fe2271f2472c39d02c8e2e263ef9660a83327e7.tar.gz
angstrom contrib: check in local.conf used on autobuilders
Diffstat (limited to 'contrib')
-rw-r--r--contrib/angstrom/local.conf28
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"
+