From 04d305fc532c6bc7c0d2b923fa51737009d7dd5f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 25 Jun 2024 10:53:28 -0400 Subject: meta-agl-flutter: rework agl-image-flutter Rework agl-image-flutter to serve more as an example of including a Flutter application into a production image, while also keeping it being somewhat of a bit of a build smoketest for meta-flutter integration. Changes: - Switch agl-image-flutter over to using the release version of the Flutter engine, and dropping the SDK, dev, and test packages. - Re-enable having the gallery application get auto-started. - Add a "-debug" version of the image that keeps most of the dev bits from the previous agl-image-flutter, and bakes in stuff like package management and debug tools. This keeps an example of how such an image can be built, and will still work in the standalone case when agl-devel is not used. Bug-AGL: SPEC-5182 Change-Id: Ib6abecc678dcebc52ad0bc4e67bcc07278fe57ed Signed-off-by: Scott Murray --- .../recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps') diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc index 4be748d1..f738cdb0 100644 --- a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc @@ -12,11 +12,6 @@ do_install:append() { install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service } -#FILES:${PN} += "${systemd_system_unitdir}" - RDEPENDS:${PN} += "agl-flutter-env" SYSTEMD_SERVICE:${PN} = "flutter-gallery.service" -# Explicitly disable auto-start to avoid interferring with Toyota workspace -# tooling usecase. -SYSTEMD_AUTO_ENABLE:${PN} = "disable" -- cgit 1.2.3-korg