diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-07-27 19:41:59 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-27 19:46:37 -0400 |
commit | 7e0e397f3c6c91f3cdaae237f9e0d37046cabbd8 (patch) | |
tree | 76259d74a9fc2cc4ab625fd7534b0162238a2edc /recipes-demo | |
parent | 731adc93b2fed74bc4410dff510fb019d10f253f (diff) |
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 <scott.murray@konsulko.com>
Change-Id: Idf2daa189a15e9cc4bfe2030ac6aa3f5b0331c0c
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/flutter-gallery/flutter-gallery-release_agldemo.inc | 5 | ||||
-rw-r--r-- | recipes-demo/flutter-gallery/flutter-gallery-release_git.bbappend | 1 |
2 files changed, 6 insertions, 0 deletions
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" diff --git a/recipes-demo/flutter-gallery/flutter-gallery-release_git.bbappend b/recipes-demo/flutter-gallery/flutter-gallery-release_git.bbappend new file mode 100644 index 000000000..6a9edecd0 --- /dev/null +++ b/recipes-demo/flutter-gallery/flutter-gallery-release_git.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'flutter-gallery-release_agldemo.inc', '', d)} |