summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2022-07-29 17:21:37 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-04 21:16:25 +0000
commitd56f050de88cbe498ffd12d90c07dd9dcd5e7223 (patch)
treef4f96f1940a5e72fd275de3e7ceac289e0b8fdc5
parent898c403f399b2a7e7100a7f336293568cf0150f5 (diff)
Roll meta-flutter
- 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
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 668cd85e..4016b6f7 100644
--- a/default.xml
+++ b/default.xml
@@ -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 -->