From 18e7f90492c1bc15018ac7b20f166d54454626a9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 8 Dec 2022 11:03:34 +0900 Subject: Update Flutter demo images Changes: - Split demo image feature definitions into an include file to allow reusing them, and pull into both the Qt and Flutter demo platform images. - Remove packagegroup-agl-demo-platform dependencies from feature packagegroups so they will not break the Flutter images. - Tweak Flutter cluster demo image to have KUKSA.val related package omission be controlled by the "agl-demo-preload" feature. - Add the kuksa-vss-init package to the IVI services packagegroup so that the signal initialization expected by the Flutter cluster dashboard will always be done. This covers the usecase of using the Flutter cluster with KUKSA.val on the IVI board. - Add missing "agl-demo-preload" tweaks from the Qt demo platform image to the Flutter one. - Tweak things to leave out the Weston terminal app from images build with the "agl-demo-preload" feature. - Remove flutter-navigation and flutter-mediaplayer from the Flutter demo image for now, and add the messaging, phone, and radio Qt apps to fill out the list of apps for the demo. Bug-AGL: SPEC-4636, SPEC-4637, SPEC-4639 Change-Id: I9cde89278f0191886152f765d4fb1a893c0ea2c1 Signed-off-by: Scott Murray --- recipes-platform/images/agl-demo-features.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-platform/images/agl-demo-features.inc (limited to 'recipes-platform/images/agl-demo-features.inc') diff --git a/recipes-platform/images/agl-demo-features.inc b/recipes-platform/images/agl-demo-features.inc new file mode 100644 index 00000000..beaad0bb --- /dev/null +++ b/recipes-platform/images/agl-demo-features.inc @@ -0,0 +1,4 @@ +FEATURE_PACKAGES_agl-demo-preload = "packagegroup-agl-demo-preload" +FEATURE_PACKAGES_agl-demo-cluster-support = "packagegroup-agl-demo-cluster-support" + +IMAGE_FEATURES += "${@bb.utils.filter("AGL_FEATURES", "agl-demo-preload agl-demo-cluster-support", d)}" -- cgit 1.2.3-korg