Update scripts/run-yocto-check-layer 14/28514/4
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 17 Feb 2023 22:09:56 +0000 (23:09 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 27 Feb 2023 13:36:55 +0000 (13:36 +0000)
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>
meta-agl-core/scripts/run-yocto-check-layer.sh

index 3af61bc..4f11752 100755 (executable)
@@ -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