summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/dynamic-layers
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24meta-agl-flutter: rework agl-image-flutterricefish_17.92.0ricefish/17.92.017.92.0Scott Murray1-5/+0
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: I8e59fe71f8739ae67dd9f8c743a7024fd4f52b84 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2024-06-20meta-agl-flutter: fix up agl-image-flutterScott Murray1-1/+1
Changes: - Update flutter-gallery systemd unit with new bundle path. - Update texture test application name to fix image build. Bug-AGL: SPEC-5182 Change-Id: I7c216a82c2e53968b7cbeef2b10670a72a9b4479 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2024-03-21Update meta-flutterJoel Winarske3-0/+32
-renames meta-flutter to flutter-layer -adds meta-flutter-apps named flutter-apps-layer -moves flutter-gallery to dynamic layer Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I273ca820b86273e7e7de11cc25c57fca295643fc