summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-05 17:51:50 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commitb86532e03bf534caf827088b75c34aa6aec12938 (patch)
treed334f914a5e1bcfd8cd0739763fd5f0b022e81eb /buildconf/bblayers.conf
parentca762a9cbc875758652511970d0225d408be6ee3 (diff)
config changes due to oe-core update
Diffstat (limited to 'buildconf/bblayers.conf')
-rw-r--r--buildconf/bblayers.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
index 60329ee..8d5972a 100644
--- a/buildconf/bblayers.conf
+++ b/buildconf/bblayers.conf
@@ -1,7 +1,8 @@
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
-LCONF_VERSION = "4"
+LCONF_VERSION = "5"
+BBPATH = "${TOPDIR}"
BBFILES ?= ""
# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
@@ -12,6 +13,8 @@ BASELAYERS ?= " \
${TOPDIR}/../stuff/meta-openembedded/meta-gnome \
${TOPDIR}/../stuff/meta-openembedded/meta-xfce \
${TOPDIR}/../stuff/meta-openembedded/meta-initramfs \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-systemd \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-multimedia \
${TOPDIR}/../stuff/oe-tworaz/meta-lxde \
${TOPDIR}/../stuff/meta-browser \
"
@@ -21,7 +24,6 @@ BSPLAYERS ?= " \
${TOPDIR}/../stuff/meta-toradex \
"
-
BBLAYERS ?= " \
${TOPDIR}/../stuff/meta-angstrom \
${BSPLAYERS} \