From 77e55a2113167d3fe0d7c8cecbab5365b2512216 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 23 May 2017 11:59:38 -0700 Subject: 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 --- meta-agl/recipes-graphics/images/agl-image-weston.bb | 3 +++ .../recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb | 1 + 2 files changed, 4 insertions(+) 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 \ -- cgit 1.2.3-korg