| Message ID | 20260708173235.1390439-1-reatmon@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master/wrynose] firmware: Update license path | expand |
meta-ti / na / 20260708173235.1390439-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master/wrynose][PATCH] firmware: Update license path
WARN: Commit message does not include file/recipe name: firmware: Update license path. (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-ti][master/wrynose][PATCH] firmware: Update license path
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 8 Jul 2026 12:32:35 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 88f7d6082c506e9a70476dbaaf70a8fda1e61aa2
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: firmware: Update license path
- Commit SHA: 34f7f5a57a7687968eb4369f5da5562bdeaef379
Patches
----------------------------------------
All patches applied
wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] firmware: Update license path
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 8 Jul 2026 12:32:35 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 88f7d6082c506e9a70476dbaaf70a8fda1e61aa2
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607081115
- Commit SHA: d3cc22fcccef9fc4d1af0e122817e16184443b71
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
master
=====================
PASS
wrynose
=====================
FAIL
WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff --git a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb index 97363b2e..b25e04d2 100644 --- a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb @@ -3,7 +3,7 @@ SUMMARY = "Cadence MHDP DP bridge firmware" require recipes-bsp/ti-linux-fw/ti-linux-fw.inc LICENSE = "BSD-3-Clause | Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0" +LIC_FILES_CHKSUM = "file://LICENSES/LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0" PV = "${CADENCE_MHDP_FW_VERSION}" PR = "${INC_PR}.0" diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index 95bfd01a..e2909014 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb @@ -5,7 +5,7 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc inherit update-alternatives LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENCE.cnm;md5=df3992006621b797e36de43f36336e36" +LIC_FILES_CHKSUM = "file://LICENSES/LICENCE.cnm;md5=df3992006621b797e36de43f36336e36" PV = "${CNM_WAVE521_FW_VERSION}" PR = "${INC_PR}.1"
The licenses were moved into a sub directory in the upstream linux-firmware repository. License-Update: Fix paths to new location. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 +- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)