diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-23 22:02:45 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-24 09:32:31 +0000 |
commit | 520b184f7209572bcce951a9afb68aa9360d517f (patch) | |
tree | 3cd593b5cf7fe94d6566611d635f4d3c9d7e8d0f | |
parent | 1fd481575873e66f0653608d835844d5b11c9f49 (diff) |
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 <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>
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-platform-flutter-simple.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 \ +" |