diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2023-05-31 18:37:12 -0700 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-06-01 19:00:13 -0400 |
commit | de1dccae31b3c7c62f0e19102b7223d747f413ed (patch) | |
tree | 475006ad03e45aca7c5d456e8af3ee2795341596 /recipes-platform/images | |
parent | 72b82ba156081172f6d3638a1139980a094e87a0 (diff) |
Flutter bbclass refactor
-Removes use of flutter bbclass runtime modes
Installed modes are determined by flutter-engine package config flags.
Default modes are debug, profile, and release.
-Single json file based on runtime=release. If additional
parameters are needed this happens as part of workspace
automation.
Scott Murray:
- update packagegroup-agl-demo-platform-flutter
Bug-AGL: SPEC-4819
Change-Id: I58fc1b30ea3367ec5f47f52b60951cf0be31dcbc
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-platform/images')
-rw-r--r-- | recipes-platform/images/agl-cluster-demo-platform-flutter.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-cluster-demo-platform-flutter.bb b/recipes-platform/images/agl-cluster-demo-platform-flutter.bb index 1467c3157..bf3820aa9 100644 --- a/recipes-platform/images/agl-cluster-demo-platform-flutter.bb +++ b/recipes-platform/images/agl-cluster-demo-platform-flutter.bb @@ -39,7 +39,7 @@ IMAGE_INSTALL:append = "\ flutter-cluster-dashboard \ ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "flutter-cluster-dashboard-conf-demo", "flutter-cluster-dashboard-conf", d)} \ cluster-demo-config-flutter \ - flutter-auto-runtimerelease \ + flutter-auto \ " CLANGSDK = "1" |