| Message ID | 20260804154012.2309012-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED | expand |
meta-ti / na / 20260804154012.2309012-1-reatmon
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED
WARN: Commit message does not include file/recipe name: meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED.
meta-ti-test (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 4 Aug 2026 10:40:12 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 98f898d4a992d5fbd5b77923d17d744bc382ecf1
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED
- Commit SHA: 7ba80e354fcafc1b351c5eea01d7aa0a0374fe13
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
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"
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(-)