From: Marius Vlad Date: Thu, 15 Sep 2022 11:49:18 +0000 (+0300) Subject: agl-demo-platform: Do not activate by default X-Git-Tag: 14.91.0~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d0124982a6efcb3e32ed1a9293953389fcce170a;p=AGL%2Fmeta-agl-demo.git agl-demo-platform: Do not activate by default With the recent protocol changes and Qt shell client updates, we can now switch off activate by default for the agl-demo-platform. This allows a smooth transtion and allows running code side-by-side until all shell clients will transition to it. For now we'll do it for just Qt homescreen (agl-demo-platform). Bug-AGL: SPEC-4528 Signed-off-by: Marius Vlad Change-Id: I22ee07544ba664452e24adc2d83187e013e77226 --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index a8be87b8d..307c4283f 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -29,6 +29,7 @@ AGL_APPS = " \ " RDEPENDS:${PN}:append = " \ + weston-ini-conf-no-activate \ launcher \ qtquickcontrols2-agl \ qtquickcontrols2-agl-style \