Roll meta-flutter 50/27850/6
authorJoel Winarske <joel.winarske@gmail.com>
Sat, 30 Jul 2022 00:21:37 +0000 (17:21 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 4 Aug 2022 21:16:25 +0000 (21:16 +0000)
- Roll ivi-homescreen
  Makes default window type Background. No-op in case of desktop.
- Remove ivi-homescreen system service logic in favor of
  using bbappend for a given platform
- add recipe for flutter-auto
  this points to the `agl` branch on https://github.com/toyota-connected/ivi-homescreen
  this renames homescreen to flutter-auto
- Replaces explicit recipe names with bbclass implementations
  `release` becomes `runtimerelease`
  `profile` becomes `runtimeprofile`
  `debug` becomes `runtimedebug`
- tools/setup_flutter_workspace.py
  job aid that setups a FLUTTER_WORKSPACE based on configuration file
- adds flutter_sdk.version file to engine_sdk.zip.
  This allows querying runtimedebug target to get flutter SDK commit
- Backend selection for ivi-homescreen
  defaults to backend-egl unless DISTRO_FEATURES includes vulkan
- Localization test app

Bug-AGL: SPEC-4326

Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: I366fe6881d4c4896995e46686585cbb2939d572e

default.xml

index 668cd85..4016b6f 100644 (file)
@@ -60,7 +60,8 @@
   <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
 
   <!-- meta-flutter -->
-  <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="090231ac1d9c8745cf08997fa7e09bc810b7897c" upstream="kirkstone"/>
+  <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" 
+revision="0655f2eb220d2a929157643f542f8f980986442c" upstream="kirkstone"/>
 
   <!-- BSPs -->