From 82db42ed83c20eb019480cfc25a2e62ba12a532f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 3 Jan 2020 18:03:05 -0500 Subject: Add support for CAN driven speeds for the demo dashboard Changes include: - Update cluster-dashboard recipe to pull in libqtappfw for signal-composer support - Add signal-composer and required low-can and gps bindings to agl-cluster-demo-platform image - Add recipe to install configuration file that tells the cluster-dashboard app to use signal-composer vehicle and engine speed events instead of running the default animation loop, and a new agl-cluster-demo-preload feature template that drives adding the recipe to the image for demo purposes. Bug-AGL: SPEC-3045 Change-Id: I193f9fd764b7610eaacc4c524522552bcc1e7ccc Signed-off-by: Scott Murray --- .../packagegroups/packagegroup-agl-cluster-demo-platform.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb') diff --git a/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb index 3b0c91c..3256fb6 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb @@ -26,14 +26,21 @@ AGL_APPS = " \ AGL_APIS = " \ agl-service-windowmanager \ + agl-service-can-low-level \ + agl-service-gps \ + agl-service-signal-composer \ " +DEMO_PRELOAD = "${@bb.utils.contains("DISTRO_FEATURES", "agl-cluster-demo-preload", "cluster-dashboard-demo-config", "",d)}" + RDEPENDS_${PN}_append = " \ wayland-ivi-extension \ cluster-windowmanager-conf \ hmi-debug \ + can-utils \ libva-utils \ linux-firmware-ralink \ ${AGL_APPS} \ ${AGL_APIS} \ + ${DEMO_PRELOAD} \ " -- cgit 1.2.3-korg