From: Scott Murray Date: Thu, 4 Aug 2022 21:09:14 +0000 (-0400) Subject: meta-app-framework: update Flutter app template X-Git-Tag: 13.93.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b3e3c322dc64dae763fe892929f61e5841baf113;p=AGL%2Fmeta-agl.git meta-app-framework: update Flutter app template 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 Change-Id: Icb03775f379929a852d3b270d52b3e88277aa3cc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27862 Reviewed-by: Jan-Simon Moeller ci-image-boot-test: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service index 7802bb240..c69c1862e 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service @@ -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