Remove meta-python2 usage 50/29750/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 20 Mar 2024 00:10:08 +0000 (20:10 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 20 Mar 2024 08:38:12 +0000 (08:38 +0000)
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

scripts/run-yocto-check-layer.sh
templates/feature/agl-demo/50_bblayers.conf.inc

index 378df20..e7f324d 100755 (executable)
@@ -56,7 +56,6 @@ yocto-check-layer --no-auto-dependency \
        $AGLROOT/external/meta-flutter \
        $AGLROOT/external/meta-qt5 \
        $AGLROOT/external/meta-clang \
-       $AGLROOT/external/meta-python2 \
        -- \
        $AGLROOT/meta-agl-demo
 
index 2550424..37b44ec 100644 (file)
@@ -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 \
-"