From: Scott Murray Date: Tue, 5 Jan 2021 23:25:34 +0000 (-0500) Subject: packagegroup-agl-image-ivi: restore agl-login-manager dependency X-Git-Tag: 10.92.0~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=30be619f5790ae99c4597fc47df22f3ff86d6cb4;p=AGL%2Fmeta-agl-demo.git packagegroup-agl-image-ivi: restore agl-login-manager dependency Restore the agl-login-manager RDEPENDS to packagegroup-agl-image-ivi so that it will get pulled into agl-image-ivi(-crosssdk) images. This was removed during the layer reorganization done for SPEC-3723, but is required so that afm-user-session and its dependencies will be started for boot. This will restore CI functionality while further post layer reorganization cleanup to rationalize where the dependency should go is considered. Bug-AGL: SPEC-3753 Signed-off-by: Scott Murray Change-Id: I2ef8a5bf05e5c29267643ca93748ae7dad42c8fa --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb index d04c72fa7..19cf0e6a0 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb @@ -20,3 +20,7 @@ RDEPENDS_${PN} += "\ packagegroup-agl-ivi-multimedia \ packagegroup-agl-ivi-navigation \ " + +RDEPENDS_${PN} += "\ + agl-login-manager \ + "