diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-09-19 08:02:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-09-20 17:06:46 +0000 |
commit | d4d6744afb63b822a31c683b6510c54f7bcd74bf (patch) | |
tree | 0cb14642353b71cd6adcbbe780b21e9c5708d352 /recipes-demo/flutter-dashboard/files/dashboard.yaml | |
parent | 55ecd266150ce3613c50304dc2476e81ae0a0f1c (diff) |
flutter-dashboard: update SRCREV
Update flutter-dashboard SRCREV to pick up KUKSA.val databroker gRPC
API changes, update its YAML configuration file to match, and add the
JWT authorization token the configuration requires.
Bug-AGL: SPEC-4762
Change-Id: I8a2e2da5bf5a03c9e935b91b9b25c1aa0610c399
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29231
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-demo/flutter-dashboard/files/dashboard.yaml')
-rw-r--r-- | recipes-demo/flutter-dashboard/files/dashboard.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo/flutter-dashboard/files/dashboard.yaml b/recipes-demo/flutter-dashboard/files/dashboard.yaml new file mode 100644 index 000000000..e54c469e8 --- /dev/null +++ b/recipes-demo/flutter-dashboard/files/dashboard.yaml @@ -0,0 +1,2 @@ +authorization : "/etc/xdg/AGL/dashboard/dashboard.token" +use-tls : true |