Skip to content

Commit 8cb9355

Browse files
committed
bblayers: fix build errors
remove duplicate meta-filesystems, remove unneeded meta-aarch64 and add missing meta-96boards in layers config Fixes: 89b1ab2("default.xml: add dependant layer 96boards") Signed-off-by: Ilias Apalodimas <[email protected]>
1 parent ef09ba6 commit 8cb9355

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf/bblayers.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ BSPLAYERS ?= " \
3434
EXTRALAYERS ?= " \
3535
${OEROOT}/layers/meta-linaro/meta-linaro \
3636
${OEROOT}/layers/meta-linaro/meta-linaro-toolchain \
37-
${OEROOT}/layers/meta-linaro/meta-aarch64 \
3837
${OEROOT}/layers/meta-linaro/meta-optee \
3938
${OEROOT}/layers/meta-updater/ \
4039
${OEROOT}/layers/meta-selinux/ \
@@ -46,7 +45,7 @@ EXTRALAYERS ?= " \
4645
${OEROOT}/layers/meta-cloud-services/meta-openstack \
4746
${OEROOT}/layers/meta-security/meta-tpm \
4847
${OEROOT}/layers/meta-openembedded/meta-perl \
49-
${OEROOT}/layers/meta-openembedded/meta-filesystems \
48+
${OEROOT}/layers/meta-96boards \
5049
"
5150

5251
BBLAYERS = " \

0 commit comments

Comments
 (0)