meta-agl-flutter: Initial Kirkstone updates
authorScott Murray <scott.murray@konsulko.com>
Sun, 17 Apr 2022 21:18:46 +0000 (17:18 -0400)
committerScott Murray <scott.murray@konsulko.com>
Sun, 17 Apr 2022 21:18:46 +0000 (17:18 -0400)
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 <scott.murray@konsulko.com>
Change-Id: I40f0619a161c4ebe1f37dc840caf9bbd6bc95947

meta-agl-flutter/conf/include/agl-flutter.inc
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc
templates/feature/agl-flutter/50_local.conf.inc

index fc7ad35..ed5ffa6 100644 (file)
@@ -1 +1,5 @@
 AGL_FEATURES += "agl-flutter"
+
+# Potentially over-ride Flutter SDK tag here when a release is done
+# and pinning is desired.
+#FLUTTER_SDK_TAG = ""
index 348171a..767637b 100644 (file)
@@ -1,5 +1,10 @@
-# Pinned SRCREV
-SRCREV = "87c5567703906cfc2acd9280b71580fb97724abe"
+# Potentially pin SRCREV here.  Use upstream's AUTOINC default for
+# development for now.
+#SRCREV = ""
+
+# For now disable gstreamer to avoid needing to enable "commercial"
+# licenses for the stated ffmpeg dependency.
+PACKAGECONFIG:remove = "gstreamer"
 
 # AGL specifics
 IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery"
index 83ab64b..6ca86b0 100644 (file)
@@ -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"