Update vehicle signal using app recipes 38/27738/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 7 Jun 2022 20:12:25 +0000 (16:12 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 6 Jul 2022 18:32:43 +0000 (14:32 -0400)
commitfa8b62e148ec1f2be0494d6f899940913d49704f
treef96d057ef4744c5b45c61ac33ffbf340a122dc0c
parent074e2c5eb63cd7dafd9d48326c8fadb8da30e9b2
Update vehicle signal using app recipes

Update the recipes for the Qt demo applications that were previously
using signal-composer either directly or indirectly to work with the
new VehicleSignals API in libqtappfw.  For most of them this means
updating their SRCREV to pick up the application changes, and
installing the new configuration file and associated JSON web token
file for KUKSA.val authorization.  At present all the apps are using
one of the default read-write tokens from the KUKSA.val install, but
ideally this will end up migrated to app specific tokens with
appropriate permissions JSON down the road, potentially obtained
via OAuth or similar mechanism.

Additionally, the tbtnavi recipe has been updated to install a
systemd unit to start it at boot.

Bug-AGL: SPEC-4409, SPEC-4426

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I46be098fc31be02852e7888ba0ffd14674efa12b
22 files changed:
recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.conf [new file with mode: 0644]
recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.token [new file with mode: 0644]
recipes-demo/cluster-dashboard/cluster-dashboard_git.bb
recipes-demo/dashboard/dashboard/dashboard.conf [new file with mode: 0644]
recipes-demo/dashboard/dashboard/dashboard.token [new file with mode: 0644]
recipes-demo/dashboard/dashboard_git.bb
recipes-demo/homescreen/files/homescreen.conf [new file with mode: 0644]
recipes-demo/homescreen/files/homescreen.token [new file with mode: 0644]
recipes-demo/homescreen/homescreen_git.bb
recipes-demo/hvac/hvac/hvac.conf [new file with mode: 0644]
recipes-demo/hvac/hvac/hvac.token [new file with mode: 0644]
recipes-demo/hvac/hvac_git.bb
recipes-demo/mediaplayer/mediaplayer/mediaplayer.conf [new file with mode: 0644]
recipes-demo/mediaplayer/mediaplayer/mediaplayer.token [new file with mode: 0644]
recipes-demo/mediaplayer/mediaplayer_git.bb
recipes-demo/navigation/ondemandnavi/navigation.conf [new file with mode: 0644]
recipes-demo/navigation/ondemandnavi/navigation.token [new file with mode: 0644]
recipes-demo/navigation/ondemandnavi_git.bb
recipes-demo/navigation/tbtnavi/tbtnavi.conf [new file with mode: 0644]
recipes-demo/navigation/tbtnavi/tbtnavi.service [new file with mode: 0644]
recipes-demo/navigation/tbtnavi/tbtnavi.token [new file with mode: 0644]
recipes-demo/navigation/tbtnavi_git.bb