diff --git a/README.md b/README.md index 840c7f0..ccdc818 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 ?= "1a65d409c7a1438a34d21b60bf30a6fd5db59314" +ENGINE_VERSION ?= "d44b5a94c976fbb65815374f61ab5392a220b084" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [1a65d409c7a1438a34d21b60bf30a6fd5db59314](https://github.com/flutter/engine/commit/1a65d409c7a1438a34d21b60bf30a6fd5db59314) | [3.7.11 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.11) | +| [d44b5a94c976fbb65815374f61ab5392a220b084](https://github.com/flutter/engine/commit/d44b5a94c976fbb65815374f61ab5392a220b084) | [3.10.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.10.0) | 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 233a9ed..aade1c9 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.7.11 (stable channel) -ENGINE_VERSION ?= "1a65d409c7a1438a34d21b60bf30a6fd5db59314" +# Flutter 3.10.0 (stable channel) +ENGINE_VERSION ?= "d44b5a94c976fbb65815374f61ab5392a220b084" # 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 ea28743..a4b5706 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 = "43caf24dd4a75a967f04760409bcfa3641deffed" +SRCREV = "3dedfc0b674c1c5b2e9a4ddc0a86542cfd70ba56" S = "${WORKDIR}/git"