Add agl-ivi-demo-platform-flutter-simple 70/29470/2
authorScott Murray <scott.murray@konsulko.com>
Fri, 24 Nov 2023 03:02:45 +0000 (22:02 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 24 Nov 2023 09:32:31 +0000 (09:32 +0000)
Add agl-ivi-demo-platform-flutter-simple image recipe that is
equivalent to the previous agl-ivi-demo-platform-flutter before
switching to using flutter-ics-homescreen.  This allows testing
with the previous flutter-homescreen, flutter-hvac, and
flutter-dashboard applications.  Per the 11/23 developer call,
this is desirable for Quillback since it will be a LTS release.

Bug-AGL: SPEC-4982

Change-Id: If4ae33ef25e986fe32802a9e6ca299f941e5ef2f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29470
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb [new file with mode: 0644]

diff --git a/recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb b/recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb
new file mode 100644 (file)
index 0000000..f1932df
--- /dev/null
@@ -0,0 +1,20 @@
+require agl-ivi-demo-base-flutter.bb
+
+DESCRIPTION = "AGL Flutter Demo Platform image"
+
+AGL_APPS_INSTALL += " \
+    flutter-homescreen \
+    flutter-dashboard \
+    flutter-hvac \
+    ondemandnavi \
+    settings \
+    mediaplayer \
+    messaging \
+    phone \
+    radio \
+"
+
+IMAGE_INSTALL += " \
+    qtquickcontrols2-agl \
+    qtquickcontrols2-agl-style \
+"