From cd9f8d3f550a0a7c2f41f5261b1618409430ce28 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 8 Jul 2026 12:32:35 -0500 Subject: [PATCH] firmware: Update license path 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 --- 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(-) 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"