From f886d0c9a0e3496ed65b7279086901a2283d1ec3 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 17 Nov 2023 00:07:43 +0900 Subject: flutter-ics-homescreen: update recipe and make default Update SRCREV in flutter-ics-homescreen to pick up: 94b78fd Update Kuksa databroker configuration scheme ca2ba80 Re enable background animation. 4db7a1d Rename config directory to avoid collisions 17b4bf6 Fix hybrid animation. As well, the patch to change the databroker port has been removed, and the configuration yaml file updated to give the same effect. Lastly, the agl-ivi-demo-platform-flutter image recipe has been updated to use flutter-ics-homescreen. Bug-AGL: SPEC-4969 Change-Id: I8a2999d09e38a22df01a27ce6ed52cf4dc0b551f Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29437 Reviewed-by: Justin Noel ci-image-build: Jenkins Job builder account Reviewed-by: Lisandro Perez Meyer Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-boot-test: Jenkins Job builder account --- recipes-platform/images/agl-ivi-demo-platform-flutter.bb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'recipes-platform') diff --git a/recipes-platform/images/agl-ivi-demo-platform-flutter.bb b/recipes-platform/images/agl-ivi-demo-platform-flutter.bb index dfebce0d..82e32887 100644 --- a/recipes-platform/images/agl-ivi-demo-platform-flutter.bb +++ b/recipes-platform/images/agl-ivi-demo-platform-flutter.bb @@ -3,19 +3,5 @@ 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 \ + flutter-ics-homescreen \ " - -IMAGE_INSTALL += " \ - qtquickcontrols2-agl \ - qtquickcontrols2-agl-style \ -" - -- cgit 1.2.3-korg