Update vehicle signal using app recipes 13/27613/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 7 Jun 2022 20:12:25 +0000 (16:12 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 7 Jun 2022 20:22:44 +0000 (16:22 -0400)
commit0536b1b7eaadc6a20540757c9b19350f83820279
treeff9b05ffd7df36d64bca941dc6dcc8a0e9bd9866
parent848adc2f0ff01e1dd4b758b947c47657a0a05dc6
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
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: Ia87b9f16b8db0eb43863da3e9656d9d1f094fe20
16 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/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