@@ -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:append:ti-soc = " commercial_ffmpeg"
@@ -87,10 +87,15 @@ TI_TEST_GRAPHICS = " \
TI_TEST_MULTIMEDIA = "\
gst-devtools \
+ mpv \
v4l-utils \
yavta \
"
+TI_TEST_MULTIMEDIA:append:ti-soc = " \
+ ffmpeg \
+"
+
TI_TEST_NETWORKING = "\
bridge-utils \
ethtool \