From: Scott Murray Date: Fri, 24 Nov 2023 03:02:45 +0000 (-0500) Subject: Add agl-ivi-demo-platform-flutter-simple X-Git-Tag: 16.91.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=520b184f7209572bcce951a9afb68aa9360d517f 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 --- 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 000000000..f1932df5b --- /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 \ +"