summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-01-30 16:36:41 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-02-02 12:16:48 +0000
commit4d8f8b5303e776bd304d5a086049c0c4f80f8942 (patch)
treeb1191032bf58bcaa3b523da81cf645a4c50a6350 /recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml
parented344ae0d62b25f73c8816a2c8fb6e8168424425 (diff)
flutter-ics-homescreen: update SRCREV
Update SRCREV to pick up: 5587c6a Improve background disabling 6046300 Fix TLS server name parsing cc99d4d Connect audio settings button ee592b5 Rotate dashboard gauges 31438c5 Configurable units fixes 5588d1d Tweak idle speed in hybrid animation logic 2d395f4 Initial mediaplayer implementation 4742fde Initial radio implementation fcd868b Fix late initialization warning a445ffb Add application launcher support 4ae68f5 Implement audio settings dda6c85 Hybrid animation from env variable As well, the configuration yaml file has been updated to work with the changes, and a radio presets configuration yaml file has been added. Bug-AGL: SPEC-4971, SPEC-5001, SPEC-5026, SPEC-5027, SPEC-5028, SPEC-5029, SPEC-5030, SPEC-5031, SPEC-5032, SPEC-5043, SPEC-5053, SPEC-5054 Change-Id: I0820ab2c7eaba8cbdc8df6fb05e6244df70622d2 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29640 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml')
-rw-r--r--recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml
index eb29ea73..f8e400b3 100644
--- a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml
+++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml
@@ -1,3 +1,4 @@
-port : 55555
-authorization : "/etc/xdg/AGL/ics-homescreen/ics-homescreen.token"
-use-tls : true
+kuksa:
+ port : 55555
+ authorization : "/etc/xdg/AGL/ics-homescreen/ics-homescreen.token"
+ use-tls : true