summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-demo/50_bblayers.conf.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-03-19 20:10:08 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-21 10:51:24 +0000
commit5bb465ef396b66616bc18a116aba3257f0430670 (patch)
tree188707a6682cad08e0d78eb47851f1696281b8ad /templates/feature/agl-demo/50_bblayers.conf.inc
parentbd50101b94b71d0eee1740dfaf2c427bf2b780aa (diff)
Remove remaining meta-python2 layer references now that no recipes require it. Bug-AGL: SPEC-5099 Change-Id: I4ffade4ecdc50404a4729860560bacdd513764ac Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29750 ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account (cherry picked from commit d551556da9d5e05641192101ec68435349a1a45d) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29766 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-demo/50_bblayers.conf.inc')
-rw-r--r--templates/feature/agl-demo/50_bblayers.conf.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc
index 25504241..37b44ec4 100644
--- a/templates/feature/agl-demo/50_bblayers.conf.inc
+++ b/templates/feature/agl-demo/50_bblayers.conf.inc
@@ -9,8 +9,3 @@ AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
AGL_META_QT5 = "${METADIR}/external/meta-qt5"
-
-# Chromium recipes do still require python2
-BBLAYERS =+ " \
- ${METADIR}/external/meta-python2 \
-"