| Message ID | 20260721185822.3510959-1-reatmon@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master,v2] recipes: Convert to SPDX license strings | expand |
meta-arago / na / 20260721185822.3510959-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][master][PATCH v2] recipes: Convert to SPDX license strings
WARN: Commit message does not include file/recipe name: recipes: Convert to SPDX license strings. (COMMIT-MESSAGE-2)
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-arago][master][PATCH v2] recipes: Convert to SPDX license strings
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 21 Jul 2026 13:58:22 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 7afcad4e66d71e7171dceeafa3f31bc9a1dd234a
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-next
- Commit Author: Yogesh Hegde <y-hegde@ti.com>
- Commit Subject: systemd: drop 15-eth.network and consolidate eth interfaces in 10-eth.network
- Commit SHA: 32996cd717cb9126e3265016be8b8d711f13948b
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Multiple recipes found for mesa-demos
oe-core/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
meta-arago/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb
diff --git a/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb b/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb index 62cb0ee6..8dab581b 100644 --- a/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb +++ b/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb @@ -4,7 +4,7 @@ These applications can be used for Mesa validation and benchmarking." HOMEPAGE = "http://mesa3d.org" BUGTRACKER = "https://bugs.freedesktop.org" -LICENSE = "MIT & PD" +LICENSE = "MIT AND LicenseRef-PD" LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=a481fbdb2ac800ecb12405c33bcfacae \ file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb index 09937483..add422c7 100644 --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb @@ -1,6 +1,6 @@ SUMMARY = "Statistics collector application" -LICENSE = "TI-TSPA" +LICENSE = "LicenseRef-TI-TSPA" LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0" PV = "1.0.4+git" diff --git a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb index 8afe7def..811ee398 100644 --- a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb +++ b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb @@ -1,7 +1,7 @@ SUMMARY = "A GStreamer NNstreamer pipelines real-time profiling plugin" HOMEPAGE = "https://github.com/nnstreamer/nnshark" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LICENSE = "GPL-2.0-only AND LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97 \ file://COPYING.LESSER;md5=66c40c88533cd228b5b85936709801c8"
Converts all LICENSE strings to SPDX licenses expressions License-Update: No change, just reformatting to SPDX syntax Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- v2: Add License-Update meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb | 2 +- meta-arago-extras/recipes-devtools/statcol/statcol.bb | 2 +- meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)