diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2021-11-15 09:32:07 -0800 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2021-12-09 05:44:17 +0000 |
commit | 11def03ba2ed03580729a2077de82e090cf58ca2 (patch) | |
tree | ec9f44b21f6467729d1cc581347b7599b43cbdbb /templates/feature/agl-flutter/50_local.conf.inc | |
parent | cfd0c5768ad0fb69810f3c067cbd60c116428f05 (diff) |
Add meta-agl-flutter layer
- agl-image-flutter
baseline agl-compositor based image that includes:
ivi-homescreen - Toyota Flutter Embedder
flutter gallery - Flutter Demo Application
flutter_homescreen - Igalia Demo Application
- flutter-app-homescreen - Igalia flutter_homescreen app
- ivi-homescreen bbappend to lock SRCREV
Bug-AGL: SPEC-3852
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: I58779ab093e9d23a88005e60ef28b9133eca2479
Diffstat (limited to 'templates/feature/agl-flutter/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-flutter/50_local.conf.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/feature/agl-flutter/50_local.conf.inc b/templates/feature/agl-flutter/50_local.conf.inc new file mode 100644 index 00000000..23bb0ebc --- /dev/null +++ b/templates/feature/agl-flutter/50_local.conf.inc @@ -0,0 +1,8 @@ +# Set Flutter Channel +FLUTTER_CHANNEL = "dev" + +# Build engine with runtime=release +PACKAGECONFIG:pn-flutter-engine = "embedder-for-target disable-desktop-embeddings fontconfig mode-release" + +# Include Flutter SDK in SDK +TOOLCHAIN_HOST_TASK:append = " nativesdk-flutter-sdk" |