meta-app-framework: update Flutter app template 62/27862/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 4 Aug 2022 21:09:14 +0000 (17:09 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 4 Aug 2022 22:43:49 +0000 (22:43 +0000)
Update systemd template unit for Flutter based applications for the
embedder binary rename (to flutter-auto) and a required rename of the
application id command-line option (to --xdg-shell-app-id).

Bug-AGL: SPEC-4485

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Icb03775f379929a852d3b270d52b3e88277aa3cc
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27862
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service

index 7802bb2..c69c186 100644 (file)
@@ -5,4 +5,4 @@ Description=%I
 Type=simple
 User=agl-driver
 Environment=XDG_RUNTIME_DIR=/run/user/1001/
-ExecStart=/usr/bin/flutter --b=/usr/share/flutter/%I --app-id=%I
+ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/%I --xdg-shell-app-id=%I