diff --git a/README.md b/README.md index 98b646c..4e37a24 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 ?= "54a7145303f0dd9d0f93424a2e124eb4abef5091" +ENGINE_VERSION ?= "3f3e560236539b7e2702f5ac790b2a4691b32d49" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [54a7145303f0dd9d0f93424a2e124eb4abef5091](https://github.com/flutter/engine/commit/54a7145303f0dd9d0f93424a2e124eb4abef5091) | [3.16.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.16.3) | +| [3f3e560236539b7e2702f5ac790b2a4691b32d49](https://github.com/flutter/engine/commit/3f3e560236539b7e2702f5ac790b2a4691b32d49) | [3.16.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.16.5) | 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 d4c1a2d..22eea8b 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.16.3 (stable channel) -ENGINE_VERSION ?= "54a7145303f0dd9d0f93424a2e124eb4abef5091" +# Flutter 3.16.5 (stable channel) +ENGINE_VERSION ?= "3f3e560236539b7e2702f5ac790b2a4691b32d49" # 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 c9e0d91..daf5f68 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 = "c22c4ff9ebd7b79e7e8a951e9831fda2bbf8a281" +SRCREV = "28de1eb56d6afff0ae7bdc68787a0ae620ccc51d" S = "${WORKDIR}/git"