agl-image-weston: fix weston regression 95/9495/3
authorMartin Kelly <mkelly@xevo.com>
Tue, 23 May 2017 18:59:38 +0000 (11:59 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 25 May 2017 12:53:36 +0000 (12:53 +0000)
After 6ca247d (which changed how weston services work) services using
weston in agl-image-weston no longer start, saying "Display not found".
With this patch, they work again.

Change-Id: I7441ce2ece079db8f46a41b2ad3997951d5e18ba
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9495
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl/recipes-graphics/images/agl-image-weston.bb
meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb

index bc44979..427132e 100644 (file)
@@ -7,3 +7,6 @@ LICENSE = "MIT"
 IMAGE_INSTALL_append = "\
     packagegroup-agl-image-weston \
     "
+
+DISTRO_FEATURES_append = " agl-core-image-profile"
+IMAGE_INSTALL_append = " agl-desktop-config"
index fb7af0a..dcf21bc 100644 (file)
@@ -10,6 +10,7 @@ PACKAGES = "\
 ALLOW_EMPTY_${PN} = "1"
 
 RDEPENDS_${PN} += "weston weston-init weston-ini-conf weston-examples"
+RDEPENDS_${PN} += "agl-login-manager"
 
 RDEPENDS_${PN} += "\
     packagegroup-agl-image-minimal \