From 520b184f7209572bcce951a9afb68aa9360d517f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 23 Nov 2023 22:02:45 -0500 Subject: Add agl-ivi-demo-platform-flutter-simple 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 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 --- .../images/agl-ivi-demo-platform-flutter-simple.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb (limited to 'recipes-platform') 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 index 00000000..f1932df5 --- /dev/null +++ b/recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb @@ -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 \ +" -- cgit 1.2.3-korg