diff --git a/README.md b/README.md index 7a2cde0..6d776f8 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 ?= "a18df97ca57a249df5d8d68cd0820600223ce262" +ENGINE_VERSION ?= "83bacfc52569459a4a654727cad2546820cb0d6a" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [a18df97ca57a249df5d8d68cd0820600223ce262](https://github.com/flutter/engine/commit/a18df97ca57a249df5d8d68cd0820600223ce262) | [3.24.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.5) | +| [83bacfc52569459a4a654727cad2546820cb0d6a](https://github.com/flutter/engine/commit/83bacfc52569459a4a654727cad2546820cb0d6a) | [3.27.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.27.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 791530e..2024986 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.24.5 (stable channel) -ENGINE_VERSION ?= "a18df97ca57a249df5d8d68cd0820600223ce262" +# Flutter 3.27.0 (stable channel) +ENGINE_VERSION ?= "83bacfc52569459a4a654727cad2546820cb0d6a" # 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 8e1b438..df68ddb 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 = "9d0ff07b5e1cccbead808ddff0f13f1c5ceeae52" +SRCREV = "61b90d507d68b1db2ec891bf06537def68fc3ab8" S = "${WORKDIR}/git"