FFMPEG and MPV are required during automated testing. Explicitly add these to ti-test.
Also add the commercial_ffmpeg setting to LICENSE_FLAGS_ACCEPTED for the layer. Signed-off-by: Brandon Brnich <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-test/conf/layer.conf | 5 +++++ meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 2 files changed, 7 insertions(+) diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf index ea0a3398..00b845ae 100644 --- a/meta-arago-test/conf/layer.conf +++ b/meta-arago-test/conf/layer.conf @@ -26,3 +26,8 @@ LAYERDEPENDS_meta-arago-test = " \ BBFILES_DYNAMIC += " \ qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/recipes*/*/*.bbappend \ " + +# Codecs in ffmpeg with questionable patent status are not included by +# default. As this entire layer is purely optional for testing purposes only +# and not meant to be shipped, add support for the ffmpeg commercial license. +LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg" diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index d3458b9d..deaf28c4 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -86,7 +86,9 @@ TI_TEST_GRAPHICS = " \ " TI_TEST_MULTIMEDIA = "\ + ffmpeg \ gst-devtools \ + mpv \ v4l-utils \ yavta \ " -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17201): https://lists.yoctoproject.org/g/meta-arago/message/17201 Mute This Topic: https://lists.yoctoproject.org/mt/118116781/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
