Remove duplicate layer inclusion 52/25052/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 24 Jul 2020 10:36:56 +0000 (12:36 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 24 Jul 2020 13:16:48 +0000 (13:16 +0000)
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 <jsmoeller@linuxfoundation.org>
Change-Id: I09fe5d6691792e88f29cfa3c75e3eb014a78d244
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25052
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

templates/feature/agl-sota/50_bblayers.conf.inc

index 48655fd..f362335 100644 (file)
@@ -1,6 +1,3 @@
 BBLAYERS =+ " \
        ${METADIR}/external/meta-updater \
-       ${METADIR}/external/meta-openembedded/meta-filesystems \
-       ${METADIR}/external/meta-openembedded/meta-python \
        "
-