summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb
diff options
context:
space:
mode:
authorAntoine Gouby <antoine.gouby@toradex.com>2026-07-21 16:25:10 +0200
committerAntoine Gouby <antoine.gouby@toradex.com>2026-07-22 09:23:33 +0200
commit35c73febb784d798ea254f051c216701ed44c5ac (patch)
tree7c95676be3e8f02a09fe93e2a20f467811cc8e75 /recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb
parentd3a0fa106f30e4f4fcfe9b5941168a9767369737 (diff)
downloadmeta-freescale-35c73febb784d798ea254f051c216701ed44c5ac.tar.gz
license: convert LICENSE fields to strict SPDX expressions
OE-core now parses LICENSE as an SPDX expression, so the legacy "&" and "|" operators and non-SPDX names trigger warnings/errors during parsing. - pktgen-dpdk, skmm-ep, kernel-module-ar and skmm-host actually failed parsing with a QA error (LicenseRef-BSD has no generic license file since it was dropped from oe-core). Add NO_GENERIC_LICENSE[BSD] entries pointing at their existing license text file to fix them - Prefix non-SPDX license names with "LicenseRef-" - Replace "&" with "AND" and "|" with "OR" Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb')
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb
index baee026e4..73bdc090f 100644
--- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb
+++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb
@@ -5,7 +5,7 @@ SUMMARY = "i.MX System Controller firmware"
5DESCRIPTION = "System Controller Unit (SCU) firmware for i.MX8 QuadMax/QuadXPlus SoCs." 5DESCRIPTION = "System Controller Unit (SCU) firmware for i.MX8 QuadMax/QuadXPlus SoCs."
6HOMEPAGE = "https://www.nxp.com/" 6HOMEPAGE = "https://www.nxp.com/"
7SECTION = "bsp" 7SECTION = "bsp"
8LICENSE = "Proprietary" 8LICENSE = "LicenseRef-Proprietary"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" 9LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
10 10
11inherit fsl-eula-unpack pkgconfig deploy 11inherit fsl-eula-unpack pkgconfig deploy