From a33b1ccc388386e71acd74232bc6f2518ebbb95b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 17 Apr 2022 17:18:46 -0400 Subject: meta-agl-flutter: Initial Kirkstone updates Changes: - Unpin Flutter SDK tag and ivi-homescreen SRCREV to track the upstream development against kirkstone for now. This at least gets us to building an image. It seems likely that when the Needlefish release happens these may need to be pinned again for reproducibility. - Added a remove of the "gstreamer" option from the ivi-homescreen PACKAGECONFIG in the local bbappend. This avoids needing to enable "commercial" licenses to allow ffmpeg to be pulled in. This will likely need further investigation around just what pieces are needed for upstream, as currently Flutter video playback is tied to it. It may be that an AGL feature to enable commercial licenses specifically for this becomes necessary... Note that while the above does allow building agl-image-flutter, ivi-homescreen currently fails to start, so further investigation is required. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I40f0619a161c4ebe1f37dc840caf9bbd6bc95947 --- templates/feature/agl-flutter/50_local.conf.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates') diff --git a/templates/feature/agl-flutter/50_local.conf.inc b/templates/feature/agl-flutter/50_local.conf.inc index 83ab64b3..6ca86b0c 100644 --- a/templates/feature/agl-flutter/50_local.conf.inc +++ b/templates/feature/agl-flutter/50_local.conf.inc @@ -1,6 +1,3 @@ -# Set Flutter SDK tag -FLUTTER_SDK_TAG = "2.8.0-3.3.pre" - # Include Flutter SDK in SDK TOOLCHAIN_HOST_TASK:append = " nativesdk-flutter-sdk" -- cgit 1.2.3-korg