aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-03 18:03:05 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-03 23:07:17 +0000
commit728764b79d6027b7d91cbb80e0ea690ba3c737d2 (patch)
treeebb815cf818758751eae1169004eca062c4c16e6 /conf
parent46a5c08387cb501cb2b70e7cffb6d7518cbf0cbe (diff)
Add support for CAN driven speeds for the demo dashboardicefish_8.99.5icefish/8.99.58.99.5
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 <scott.murray@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/include/agl-cluster-demo-preload.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/include/agl-cluster-demo-preload.inc b/conf/include/agl-cluster-demo-preload.inc
new file mode 100644
index 0000000..dd6cc15
--- /dev/null
+++ b/conf/include/agl-cluster-demo-preload.inc
@@ -0,0 +1 @@
+DISTRO_FEATURES_append = " agl-cluster-demo-preload"