From: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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=refs%2Fchanges%2F52%2F25052%2F2;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 <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>
---

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 \
 	"
-