From 65e6910f05a65aff631187ff8576e471b5798bf1 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Fri, 6 Sep 2024 08:02:09 -0700 Subject: flutter SDK 3.24.2 -update flutter-ics-homescreen and flutter-instrument-cluster Change-Id: I28ceb1999f79c1b2889a9f2b9e900fe825b12d77 Signed-off-by: Joel Winarske (Updated flutter-cluster-dashboard systemd unit file) Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30267 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../files/flutter-cluster-dashboard.service | 2 +- .../files/flutter_cluster_dashboard_on_bg.json | 10 ---------- .../files/flutter_cluster_dashboard_on_bg.toml | 5 +++++ 3 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.json create mode 100644 recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.toml (limited to 'recipes-demo/flutter-cluster-dashboard/files') diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service b/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service index 21082e7eb..83fe23508 100644 --- a/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service +++ b/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service @@ -7,7 +7,7 @@ User=agl-driver EnvironmentFile=/etc/default/flutter EnvironmentFile=-/etc/default/flutter-cluster-dashboard Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/flutter_cluster_dashboard/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --j=/usr/share/flutter/flutter-cluster-dashboard.json +ExecStart=/usr/bin/flutter-auto -b /usr/share/flutter/flutter_cluster_dashboard/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} Restart=on-failure [Install] diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.json deleted file mode 100644 index c90e5e3ae..000000000 --- a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "view": [ - { - "window_type": "BG", - "width": 1920, - "height": 1080, - "fullscreen": true - } - ] -} diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.toml b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.toml new file mode 100644 index 000000000..cb78ab0cd --- /dev/null +++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg.toml @@ -0,0 +1,5 @@ +[view] +window_type = "BG" +width = 1080 +height = 1920 +fullscreen = true -- cgit