summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-05 18:25:34 -0500
committerScott Murray <scott.murray@konsulko.com>2021-01-05 18:25:34 -0500
commit30be619f5790ae99c4597fc47df22f3ff86d6cb4 (patch)
tree43e3a941b95b1f144bd6379690e646e4d085f0b8 /recipes-platform
parent796f796a2895f2bd840e2eb514532339b53be013 (diff)
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 <scott.murray@konsulko.com> Change-Id: I2ef8a5bf05e5c29267643ca93748ae7dad42c8fa
Diffstat (limited to 'recipes-platform')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb
index d04c72fa..19cf0e6a 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 \
+ "