diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 10:52:22 -0800 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 10:55:24 -0800 |
commit | fe4ee1cabc3efe1528f0783882cc5f41ba90bc5e (patch) | |
tree | 9dfe059b700ded039e1a2e8587291b2d37b8a60f /default.xml | |
parent | 1eee8d0570501ee6dd841513483a7f4c334fa8bd (diff) |
Update meta-flutter
- meta-flutter updates
Deprecate FLUTTER_CHANNEL in favor of FLUTTER_SDK_TAG
Remove need for TARGET_GCC_VERSION and FLUTTER_CLANG_VERSION variables
Enable building for private engine branches
vk-flutter-engine recipes (temporary till Vulkan PR is merged to master)
ivi-homescreen package parameters for setting EGL GLES 2/3, EGL Context version, EGL Transparency flag.
separate package for flutter engine_sdk. Allows optional install to target image
default FLUTTER_CHANNEL = "stable", opposed to "beta".
FLUTTER_APPLICATION_PATH variable to support monolithic flutter app repos. Allows setting project path from base repo.
FLUTTER_EXTRA_BUILD_ARGS to pass parameters to 'flutter build bundle'.
Add build dependency libxbcommon required for text plugin support
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: Ie362b6b9669940500d930543cf5262b8f9d15c09
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 92d5dee8..90dae62c 100644 --- a/default.xml +++ b/default.xml @@ -61,7 +61,7 @@ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/> <!-- meta-flutter --> - <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="4d484dea63c527da1c435efb45ed20d1ab0dadc3" upstream="dunfell"/> + <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/> <!-- BSPs --> |