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-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb') diff --git a/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb index 74974eb..5420d34 100644 --- a/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo-hmi/cluster-dashboard/cluster-dashboard_git.bb @@ -14,7 +14,7 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 qtwebsockets qlibwindowmanager" +DEPENDS += "qtquickcontrols2 qtwebsockets qlibwindowmanager libqtappfw glib-2.0" inherit pkgconfig cmake_qt5 aglwgt @@ -24,6 +24,6 @@ RDEPENDS_${PN} += " \ qtquickcontrols-qmlplugins \ qtquickcontrols2 \ qtquickcontrols2-qmlplugins \ - qtwebsockets \ - qtwebsockets-qmlplugins \ + libqtappfw \ + agl-service-signal-composer \ " -- cgit 1.2.3-korg