| Message ID | 20260303180607.396737-2-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,v3,1/2] ti-test: Break into multiple packagegroups | expand |
diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf index ea0a3398..7e8bf1ab 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:append:ti-soc = " 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..8067f4c1 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -91,6 +91,11 @@ TI_TEST_MULTIMEDIA = "\ yavta \ " +TI_TEST_MULTIMEDIA:append:ti-soc = " \ + mpv \ + ffmpeg \ +" + TI_TEST_NETWORKING = "\ bridge-utils \ ethtool \