aboutsummaryrefslogtreecommitdiff
path: root/conf/bblayers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/bblayers.conf')
-rw-r--r--conf/bblayers.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index e32dcf6..52f55cf 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -12,9 +12,9 @@ BASELAYERS ?= " \
${OEROOT}/layers/meta-openembedded/meta-oe \
${OEROOT}/layers/meta-openembedded/meta-networking \
${OEROOT}/layers/meta-openembedded/meta-filesystems \
- ${OEROOT}/layers/meta-openembedded/meta-perl \
${OEROOT}/layers/meta-openembedded/meta-python \
${OEROOT}/layers/meta-virtualization \
+ ${OEROOT}/layers/meta-updater \
"
# These layers hold machine specific content, aka Board Support Packages
@@ -23,8 +23,8 @@ BSPLAYERS ?= " \
${OEROOT}/layers/meta-96boards \
${OEROOT}/layers/meta-freescale \
${OEROOT}/layers/meta-freescale-3rdparty \
- ${OEROOT}/layers/meta-st-cannes2 \
${OEROOT}/layers/meta-raspberrypi \
+ ${OEROOT}/layers/meta-riscv \
${OEROOT}/layers/meta-intel \
${OEROOT}/layers/meta-yocto/meta-yocto-bsp \
"
@@ -32,7 +32,6 @@ BSPLAYERS ?= " \
# Add your overlay location to EXTRALAYERS
# Make sure to have a conf/layers.conf in there
EXTRALAYERS ?= " \
- ${OEROOT}/layers/meta-linaro/meta-linaro-toolchain \
${OEROOT}/layers/meta-linaro/meta-optee \
"