From ee6873ad9024399cc69f81bab2745eb3a0bb3649 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Tue, 6 Sep 2022 17:02:55 -0700 Subject: meta-agl-flutter updates -layer README -flutter workspace configuration file -consolidation of gallery json files -remove flutter sdk version pin; now happens upstream -add engine_sdk.zip to all images (non-production) -add SSH server to debug and profile images -factor out flutter-auto xdg-shell-app-id patch Signed-off-by: Joel Winarske Change-Id: I6fdf1277bb4011126103f74eda5e230f34f497d7 --- meta-agl-flutter/conf/include/agl-flutter.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-flutter/conf') diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc index a24400c8..7d6fce6d 100644 --- a/meta-agl-flutter/conf/include/agl-flutter.inc +++ b/meta-agl-flutter/conf/include/agl-flutter.inc @@ -1,5 +1,5 @@ AGL_FEATURES += "agl-flutter" -# Over-ride Flutter SDK tag to ensure reproducible builds. -# This should be updated as required to match meta-flutter updates. -FLUTTER_SDK_TAG = "3.0.5" +######################################### +# FLUTTER_SDK_TAG is now Pinned upstream +######################################### -- cgit 1.2.3-korg