From 029de35a172da31b083b86d93a79d787773dec11 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 12 Apr 2017 14:07:33 +0200 Subject: Use weston-init to startup weston * weston.service should not be a part of weston recipes * remove weston.service from AGL weston recipes * yocto upstream uses the recipe weston-init to startup weston * customize weston-start with sed - remove openvt - add option to weston-launch * customize weston.service with sed - add option for weston * unified the weston startup beteween AGL BSPs * remove fix on the AGL BSP Bug-AGL: SPEC-452 Bug-AGL: SPEC-310 Change-Id: I12722826abdc004214d289961e900c36528ec6e3 Signed-off-by: Ronan Le Martret --- .../recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ivi-common') diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb index 5021caa3a..c474b9fc5 100644 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb +++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-graphics.bb @@ -12,6 +12,6 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ - weston weston-ini-conf weston-examples \ + weston weston-init weston-ini-conf weston-examples \ wayland-ivi-extension \ " -- cgit 1.2.3-korg