From ac4fed9040280e687e45b38b4e59940fcf2121b3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 17 Feb 2023 23:09:56 +0100 Subject: 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 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 --- meta-agl-core/scripts/run-yocto-check-layer.sh | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit 1.2.3-korg