diff --git a/README.md b/README.md index 5ace2e9..475d1b8 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 ?= "3316dd8728419ad3534e3f6112aa6291f587078a" +ENGINE_VERSION ?= "b24591ed328a2d4ce6505819e2f5898a78132f7f" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [3316dd8728419ad3534e3f6112aa6291f587078a](https://github.com/flutter/engine/commit/3316dd8728419ad3534e3f6112aa6291f587078a) | [3.3.10 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.3.10) | +| [b24591ed328a2d4ce6505819e2f5898a78132f7f](https://github.com/flutter/engine/commit/b24591ed328a2d4ce6505819e2f5898a78132f7f) | [3.7.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.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 eda98fe..aca82ad 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.3.10 (stable channel) -ENGINE_VERSION ?= "3316dd8728419ad3534e3f6112aa6291f587078a" +# Flutter 3.7.0 (stable channel) +ENGINE_VERSION ?= "b24591ed328a2d4ce6505819e2f5898a78132f7f" # 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 40fe177..6dc834a 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 = "bfb616a0f74d2f7f4c2884b48b7ed18046bc064c" +SRCREV = "a03e1861f806e2bb459789d1075fb47eb9f64258" S = "${WORKDIR}/git"