From: Jan-Simon Möller Date: Fri, 24 Jul 2020 10:36:56 +0000 (+0200) Subject: Remove duplicate layer inclusion X-Git-Tag: 9.99.2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dc487a0aa685cd6ba3ab18384140604405cb7c7c;p=AGL%2Fmeta-agl.git Remove duplicate layer inclusion meta-filesystem and meta-python are already part of the base system dependencies (default bblayers included). A duplicate inclusion will fail the build, thus remove. Bug-AGL: SPEC-3511 Signed-off-by: Jan-Simon Möller Change-Id: I09fe5d6691792e88f29cfa3c75e3eb014a78d244 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25052 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/templates/feature/agl-sota/50_bblayers.conf.inc b/templates/feature/agl-sota/50_bblayers.conf.inc index 48655fdcb..f3623354c 100644 --- a/templates/feature/agl-sota/50_bblayers.conf.inc +++ b/templates/feature/agl-sota/50_bblayers.conf.inc @@ -1,6 +1,3 @@ BBLAYERS =+ " \ ${METADIR}/external/meta-updater \ - ${METADIR}/external/meta-openembedded/meta-filesystems \ - ${METADIR}/external/meta-openembedded/meta-python \ " -