diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-17 17:18:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-17 17:18:46 -0400 |
commit | a33b1ccc388386e71acd74232bc6f2518ebbb95b (patch) | |
tree | bb0a3f5e9efe2527266fe548b7bfb54b23bfbdaa /meta-agl-flutter/conf/include | |
parent | b7193ff2e251b9d4edb86be91149cd69c6d4ce64 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I40f0619a161c4ebe1f37dc840caf9bbd6bc95947
Diffstat (limited to 'meta-agl-flutter/conf/include')
-rw-r--r-- | meta-agl-flutter/conf/include/agl-flutter.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc index fc7ad35e..ed5ffa6d 100644 --- a/meta-agl-flutter/conf/include/agl-flutter.inc +++ b/meta-agl-flutter/conf/include/agl-flutter.inc @@ -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 = "" |