summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-24 12:36:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-24 13:16:48 +0000
commitdc487a0aa685cd6ba3ab18384140604405cb7c7c (patch)
tree43cadf9e0ea1636527c5f2af80ba2722d9008251 /templates
parent5523dac8dbc789cc0e8de44dce723f6be2ecfa5c (diff)
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-sota/50_bblayers.conf.inc3
1 files changed, 0 insertions, 3 deletions
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 \
"
-