diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 20:10:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-20 08:38:12 +0000 |
commit | bf8fc5765e1c4cff367447c4e7b67b98565f1da2 (patch) | |
tree | 8542168ee2b6cdf08c9e1eb1afc7ba18f24b6458 /templates/feature | |
parent | bf169df3f483264385555de1ccb691e8904ec8c7 (diff) |
Remove meta-python2 usage
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
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 5 |
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 25504241f..37b44ec46 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 \ -" |