diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-01-04 19:15:58 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-01-05 16:40:12 +0000 |
commit | a2f890dae4d3b9d49d2921576b04384cef7641d3 (patch) | |
tree | 08e13c54268452fea8512bc2ffd5f604adf73ffb /recipes-platform/images | |
parent | 2136f6f3f41844ee13194bc288aac5ff04c3768f (diff) |
Use flutter-auto activation area support
With the geometry fix in place for flutter-auto's activation
area support, update the Flutter homescreen JSON configuration
files to use it, and drop the custom Flutter weston.ini that
was being used.
Bug-AGL: SPEC-5038
Change-Id: I2e5fe3b8e54f49a36c2286e1a78ffc081b90f6fa
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29582
ci-image-build: Jenkins Job builder account
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-platform/images')
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-base-flutter.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-ivi-demo-base-flutter.bb b/recipes-platform/images/agl-ivi-demo-base-flutter.bb index 70fd2c51d..ce2ea6bb2 100644 --- a/recipes-platform/images/agl-ivi-demo-base-flutter.bb +++ b/recipes-platform/images/agl-ivi-demo-base-flutter.bb @@ -4,6 +4,5 @@ DESCRIPTION = "AGL Flutter demo base image" IMAGE_INSTALL += " \ packagegroup-agl-demo-platform-flutter \ - weston-ini-conf-flutter \ ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "", "weston-terminal-conf", d)} \ " |