diff --git a/README.md b/README.md index 10037f3..13f2de3 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 ?= "36335019a8eab588c3c2ea783c618d90505be233" +ENGINE_VERSION ?= "db49896cf25ceabc44096d5f088d86414e05a7aa" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [36335019a8eab588c3c2ea783c618d90505be233](https://github.com/flutter/engine/commit/36335019a8eab588c3c2ea783c618d90505be233) | [3.24.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.3) | +| [36335019a8eab588c3c2ea783c618d90505be233](https://github.com/flutter/engine/commit/db49896cf25ceabc44096d5f088d86414e05a7aa) | [3.24.4 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.4) | 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 572c533..b8d6e6c 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.24.3 (stable channel) -ENGINE_VERSION ?= "36335019a8eab588c3c2ea783c618d90505be233" +# Flutter 3.24.4 (stable channel) +ENGINE_VERSION ?= "db49896cf25ceabc44096d5f088d86414e05a7aa" # 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 d44c950..8e1b438 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 = "63b57ca74991ce6782736a1adb8b63928797272f" +SRCREV = "9d0ff07b5e1cccbead808ddff0f13f1c5ceeae52" S = "${WORKDIR}/git"