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 /scripts | |
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 '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 |