From 7e0e397f3c6c91f3cdaae237f9e0d37046cabbd8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 27 Jul 2022 19:41:59 -0400 Subject: Add agl-ivi-demo-platform-flutter image Add an image for testing Flutter applications. At present it uses the Qt demo homescreen and launcher until they can be replaced with a Flutter homescreen with equivalent functionality. To allow testing agl-compositor behavior, the packagegroup for the image includes the demo Qt HVAC and dashboard apps in addition to the Flutter "gallery" demo application packaged for launching with applaunchd. The "agl-flutter" build feature has been added as a dependency of "agl-demo" in order for the above to be buildable by default. Bug-AGL: SPEC-4485 Signed-off-by: Scott Murray Change-Id: Idf2daa189a15e9cc4bfe2030ac6aa3f5b0331c0c --- recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc (limited to 'recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc') diff --git a/recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc b/recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc new file mode 100644 index 000000000..4a7d3652a --- /dev/null +++ b/recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc @@ -0,0 +1,5 @@ +inherit agl-app + +AGL_APP_TEMPLATE = "agl-app-flutter" +AGL_APP_ID = "gallery" +AGL_APP_NAME = "Gallery" -- cgit 1.2.3-korg