From 728764b79d6027b7d91cbb80e0ea690ba3c737d2 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 --- recipes-config/cluster-dashboard-demo-config/files/AGL.conf.cluster | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-config/cluster-dashboard-demo-config/files/AGL.conf.cluster (limited to 'recipes-config/cluster-dashboard-demo-config/files') diff --git a/recipes-config/cluster-dashboard-demo-config/files/AGL.conf.cluster b/recipes-config/cluster-dashboard-demo-config/files/AGL.conf.cluster new file mode 100644 index 0000000..dd8a912 --- /dev/null +++ b/recipes-config/cluster-dashboard-demo-config/files/AGL.conf.cluster @@ -0,0 +1,2 @@ +[dashboard] +animation=false -- cgit 1.2.3-korg