All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED
@ 2026-08-04 15:40 Ryan Eatmon
  2026-08-04 16:18 ` PRC Automation
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2026-08-04 15:40 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

A change in meta-openembedded [1] has propagated the ffmpeg commercial
license setting through into mpv (which depends on ffmpeg).  This means
we need to add commercial_mpv to the list as well.

[1] https://git.openembedded.org/meta-openembedded/commit/?id=5f4e021e2df0cd434f9266aadb2353886e57854a

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-test/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf
index 5e370d31..39a9b6de 100644
--- a/meta-ti-test/conf/layer.conf
+++ b/meta-ti-test/conf/layer.conf
@@ -37,4 +37,4 @@ BBFILES_DYNAMIC += " \
 # 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"
+LICENSE_FLAGS_ACCEPTED:append:ti-soc = " commercial_ffmpeg commercial_mpv"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-04 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 15:40 [meta-ti][master][PATCH] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED Ryan Eatmon
2026-08-04 16:18 ` PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.