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 --- templates/feature/agl-cluster-demo-preload/50_local.conf.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/feature/agl-cluster-demo-preload/50_local.conf.inc (limited to 'templates/feature/agl-cluster-demo-preload/50_local.conf.inc') diff --git a/templates/feature/agl-cluster-demo-preload/50_local.conf.inc b/templates/feature/agl-cluster-demo-preload/50_local.conf.inc new file mode 100644 index 0000000..f15acf6 --- /dev/null +++ b/templates/feature/agl-cluster-demo-preload/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-cluster-demo/conf/include/agl-cluster-demo-preload.inc +require conf/include/agl-cluster-demo-preload.inc -- cgit 1.2.3-korg