diff --git a/README.md b/README.md index f26ae61..7cffa93 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file. ``` -ENGINE_VERSION ?= "f6344b75dcf861d8bf1f1322780b8811f982e31a" +ENGINE_VERSION ?= "55eae6864b296dd9f43b2cc7577ec256e5c32a8d" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [f6344b75dcf861d8bf1f1322780b8811f982e31a](https://github.com/flutter/engine/commit/f6344b75dcf861d8bf1f1322780b8811f982e31a) | [3.22.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.0) | +| [55eae6864b296dd9f43b2cc7577ec256e5c32a8d](https://github.com/flutter/engine/commit/55eae6864b296dd9f43b2cc7577ec256e5c32a8d) | [3.22.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.1) | If you want to change the version of the Flutter engine, change to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`: ``` diff --git a/conf/flutter-engine.conf b/conf/flutter-engine.conf index b3e92cc..deb7f18 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.22.0 (stable channel) -ENGINE_VERSION ?= "f6344b75dcf861d8bf1f1322780b8811f982e31a" +# Flutter 3.22.1 (stable channel) +ENGINE_VERSION ?= "55eae6864b296dd9f43b2cc7577ec256e5c32a8d" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode" diff --git a/recipes-graphics/flutter-embedded-linux/repository.inc b/recipes-graphics/flutter-embedded-linux/repository.inc index 16ad783..e4aacd5 100644 --- a/recipes-graphics/flutter-embedded-linux/repository.inc +++ b/recipes-graphics/flutter-embedded-linux/repository.inc @@ -6,5 +6,5 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=d45359c88eb146940e4bede4f08c821a" SRC_URI = "git://github.com/sony/flutter-embedded-linux.git;protocol=https;branch=master" -SRCREV = "f296db8ed6c75cf5b0bb5c1bc1414038f43a1ef3" +SRCREV = "97438621dbd6b5899859c052ad2ef55843373de4" S = "${WORKDIR}/git"