From bff7fe2541c525c46d5df9f6281bacc6ab5d8624 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 25 Sep 2023 10:45:08 -0400 Subject: flutter-cluster-dashboard: update SRCREV Update flutter-clutter-dashboard SRCREV to pick up KUKSA.val databroker gRPC API changes, update its YAML configuration files to match, and add the JWT authorization token the configuration requires. Bug-AGL: SPEC-4762 Change-Id: I294b1b26e596fe650d194dca78adde7394d30d75 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29244 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo (limited to 'recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo') diff --git a/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo b/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo new file mode 100644 index 00000000..bab0a6bb --- /dev/null +++ b/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.demo @@ -0,0 +1,3 @@ +hostname: 192.168.10.2 +authorization : "/etc/xdg/AGL/cluster-dashboard/cluster-dashboard.token" +use-tls : true -- cgit 1.2.3-korg