summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-07-19 18:21:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-07-19 18:21:30 +0200
commit8dbe053ce80dbd21e97d343218ee77daab0e5487 (patch)
tree5cf70ccac2dfa36a55d19c2e54abd0ce9840d9d9 /buildconf/bblayers.conf
parentd56fb97c859bb85caaf09890ab89b6e6128ea8cf (diff)
build configuration files
Diffstat (limited to 'buildconf/bblayers.conf')
-rw-r--r--buildconf/bblayers.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
new file mode 100644
index 0000000..6909a3e
--- /dev/null
+++ b/buildconf/bblayers.conf
@@ -0,0 +1,30 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "4"
+
+BBFILES ?= ""
+
+# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
+BASELAYERS ?= " \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-oe \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-efl \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-gpe \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-gnome \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-xfce \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-initramfs \
+ ${TOPDIR}/../stuff/oe-tworaz/meta-lxde \
+ ${TOPDIR}/../stuff/meta-browser \
+"
+
+# These layers hold machine specific content, aka Board Support Packages
+BSPLAYERS ?= " \
+ ${TOPDIR}/../stuff/meta-toradex \
+"
+
+
+BBLAYERS ?= " \
+ ${TOPDIR}/../stuff/meta-angstrom \
+ ${BASELAYERS}\
+ ${BSPLAYERS} \
+ ${TOPDIR}/../stuff/openembedded-core/meta \
+ "