From: Scott Murray Date: Wed, 20 Mar 2024 00:10:08 +0000 (-0400) Subject: Remove meta-python2 usage X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=bf8fc5765e1c4cff367447c4e7b67b98565f1da2 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 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 --- diff --git a/scripts/run-yocto-check-layer.sh b/scripts/run-yocto-check-layer.sh index 378df20ae..e7f324d97 100755 --- a/scripts/run-yocto-check-layer.sh +++ b/scripts/run-yocto-check-layer.sh @@ -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 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 \ -"