Skip to content

Commit

Permalink
bblayers: fix build errors
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
apalos committed Nov 19, 2019
1 parent ef09ba6 commit 8cb9355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ BSPLAYERS ?= " \
EXTRALAYERS ?= " \
${OEROOT}/layers/meta-linaro/meta-linaro \
${OEROOT}/layers/meta-linaro/meta-linaro-toolchain \
${OEROOT}/layers/meta-linaro/meta-aarch64 \
${OEROOT}/layers/meta-linaro/meta-optee \
${OEROOT}/layers/meta-updater/ \
${OEROOT}/layers/meta-selinux/ \
Expand All @@ -46,7 +45,7 @@ EXTRALAYERS ?= " \
${OEROOT}/layers/meta-cloud-services/meta-openstack \
${OEROOT}/layers/meta-security/meta-tpm \
${OEROOT}/layers/meta-openembedded/meta-perl \
${OEROOT}/layers/meta-openembedded/meta-filesystems \
${OEROOT}/layers/meta-96boards \
"

BBLAYERS = " \
Expand Down

0 comments on commit 8cb9355

Please sign in to comment.