From: Martin Kelly Date: Tue, 23 May 2017 18:59:38 +0000 (-0700) Subject: agl-image-weston: fix weston regression X-Git-Tag: 3.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77e55a2113167d3fe0d7c8cecbab5365b2512216;p=AGL%2Fmeta-agl.git agl-image-weston: fix weston regression 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9495 Reviewed-by: Matt Ranostay Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-agl/recipes-graphics/images/agl-image-weston.bb b/meta-agl/recipes-graphics/images/agl-image-weston.bb index bc449795d..427132ed6 100644 --- a/meta-agl/recipes-graphics/images/agl-image-weston.bb +++ b/meta-agl/recipes-graphics/images/agl-image-weston.bb @@ -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" diff --git a/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb b/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb index fb7af0a45..dcf21bcfb 100644 --- a/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb +++ b/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb @@ -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 \