From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Fri, 17 Feb 2023 22:09:56 +0000 (+0100)
Subject: Update scripts/run-yocto-check-layer
X-Git-Tag: 15.91.0~43
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ac4fed9040280e687e45b38b4e59940fcf2121b3;p=AGL%2Fmeta-agl.git

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>
---

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