summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf/bblayers.conf')
-rw-r--r--buildconf/bblayers.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
index 8d5972a..a6ac0db 100644
--- a/buildconf/bblayers.conf
+++ b/buildconf/bblayers.conf
@@ -7,6 +7,8 @@ BBFILES ?= ""
# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
BASELAYERS ?= " \
+ ${TOPDIR}/../stuff/meta-linaro/meta-linaro-toolchain \
+ ${TOPDIR}/../stuff/meta-openembedded/toolchain-layer \
${TOPDIR}/../stuff/meta-openembedded/meta-oe \
${TOPDIR}/../stuff/meta-openembedded/meta-efl \
${TOPDIR}/../stuff/meta-openembedded/meta-gpe \
@@ -14,6 +16,7 @@ BASELAYERS ?= " \
${TOPDIR}/../stuff/meta-openembedded/meta-xfce \
${TOPDIR}/../stuff/meta-openembedded/meta-initramfs \
${TOPDIR}/../stuff/meta-openembedded/meta-systemd \
+ ${TOPDIR}/../stuff/meta-openembedded/meta-networking \
${TOPDIR}/../stuff/meta-openembedded/meta-multimedia \
${TOPDIR}/../stuff/oe-tworaz/meta-lxde \
${TOPDIR}/../stuff/meta-browser \
@@ -21,6 +24,7 @@ BASELAYERS ?= " \
# These layers hold machine specific content, aka Board Support Packages
BSPLAYERS ?= " \
+ ${TOPDIR}/../stuff/meta-fsl-arm \
${TOPDIR}/../stuff/meta-toradex \
"
@@ -29,4 +33,4 @@ BBLAYERS ?= " \
${BSPLAYERS} \
${BASELAYERS}\
${TOPDIR}/../stuff/openembedded-core/meta \
- "
+"