diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 20:10:08 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-21 10:51:24 +0000 |
commit | 5bb465ef396b66616bc18a116aba3257f0430670 (patch) | |
tree | 188707a6682cad08e0d78eb47851f1696281b8ad /scripts | |
parent | bd50101b94b71d0eee1740dfaf2c427bf2b780aa (diff) |
Remove meta-python2 usagequillback_17.0.1quillback/17.0.117.0.1
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 'scripts')
-rwxr-xr-x | scripts/run-yocto-check-layer.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |