diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-17 23:09:56 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-27 13:36:55 +0000 |
commit | ac4fed9040280e687e45b38b4e59940fcf2121b3 (patch) | |
tree | 4a05c1d98d9abaf941a38bb7912b17b7adb0fd75 | |
parent | 1cb8084a871a4cad7225f0c774536e72d4ed02b6 (diff) |
Update scripts/run-yocto-check-layer
The added dependency to meta-oe masked the dependency issue. Remove it.
Bug-AGL: SPEC-4707
Change-Id: Ia9740769ea99fcd3c4ddeb66e497fc91ed9816e1
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28514
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
-rwxr-xr-x | meta-agl-core/scripts/run-yocto-check-layer.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-agl-core/scripts/run-yocto-check-layer.sh b/meta-agl-core/scripts/run-yocto-check-layer.sh index 3af61bc19..4f1175241 100755 --- a/meta-agl-core/scripts/run-yocto-check-layer.sh +++ b/meta-agl-core/scripts/run-yocto-check-layer.sh @@ -20,7 +20,7 @@ AGL_EXTRA_IMAGE_FSTYPES ?= "" # important settings imported from poky-agl.conf # we do not import -DISTRO_FEATURES:append = " systemd" +DISTRO_FEATURES:append = " systemd wayland pam" DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" @@ -28,8 +28,6 @@ EOF yocto-check-layer \ - --dependency \ - $AGLROOT/external/meta-openembedded/meta-oe \ -- \ $AGLROOT/meta-agl/meta-agl-core |