From dda49e50dc45fe6e96e8a7b570020d867986d895 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 29 Jul 2021 08:18:06 +0900 Subject: [PATCH] Upgrade 2.4.0-4.2.pre (beta channel) (#13) See also: https://github.com/sony/flutter-embedded-linux/releases/tag/844c29f42a --- README.md | 3 ++- recipes-graphics/flutter-engine/flutter-engine.bb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93a90ae..273e42c 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,14 @@ The default build target is fixed to Linux and Arm64, and the Flutter Engine ver #### Flutter Engine version ``` -ENGINE_VERSION ?= "9d517f475ba1282b619477bde8e708d6a34287cf" +ENGINE_VERSION ?= "844c29f42a614420b2205c178f22d30b43a8b0bb" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | +| [844c29f42a614420b2205c178f22d30b43a8b0bb](https://github.com/flutter/engine/commit/844c29f42a614420b2205c178f22d30b43a8b0bb) | [2.4.0-4.2.pre (beta channel)](https://github.com/flutter/flutter/releases/tag/2.4.0-4.2.pre) | | [9d517f475ba1282b619477bde8e708d6a34287cf](https://github.com/flutter/engine/commit/9d517f475ba1282b619477bde8e708d6a34287cf) | [2.3.0-24.1.pre (beta channel)](https://github.com/flutter/flutter/releases/tag/2.3.0-24.1.pre) | 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/recipes-graphics/flutter-engine/flutter-engine.bb b/recipes-graphics/flutter-engine/flutter-engine.bb index 2db35ec..3e77b62 100644 --- a/recipes-graphics/flutter-engine/flutter-engine.bb +++ b/recipes-graphics/flutter-engine/flutter-engine.bb @@ -15,8 +15,8 @@ GN_TOOLS_PYTHON2_PATH ??= "bootstrap-3.8.0.chromium.8_bin/python/bin" require gn-args-utils.inc -# Flutter 2.3.0-24.1.pre (beta channel) -ENGINE_VERSION ?= "9d517f475ba1282b619477bde8e708d6a34287cf" +# Flutter 2.4.0-4.2.pre (beta channel) +ENGINE_VERSION ?= "844c29f42a614420b2205c178f22d30b43a8b0bb" PACKAGECONFIG ?= "release-mode" PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized" PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"