diff options
| author | Antoine Gouby <antoine.gouby@toradex.com> | 2026-07-21 16:25:10 +0200 |
|---|---|---|
| committer | Antoine Gouby <antoine.gouby@toradex.com> | 2026-07-22 09:23:33 +0200 |
| commit | 35c73febb784d798ea254f051c216701ed44c5ac (patch) | |
| tree | 7c95676be3e8f02a09fe93e2a20f467811cc8e75 /recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb | |
| parent | d3a0fa106f30e4f4fcfe9b5941168a9767369737 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 5 | DESCRIPTION = "System Controller Unit (SCU) firmware for i.MX8 QuadMax/QuadXPlus SoCs." | 5 | DESCRIPTION = "System Controller Unit (SCU) firmware for i.MX8 QuadMax/QuadXPlus SoCs." |
| 6 | HOMEPAGE = "https://www.nxp.com/" | 6 | HOMEPAGE = "https://www.nxp.com/" |
| 7 | SECTION = "bsp" | 7 | SECTION = "bsp" |
| 8 | LICENSE = "Proprietary" | 8 | LICENSE = "LicenseRef-Proprietary" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
| 10 | 10 | ||
| 11 | inherit fsl-eula-unpack pkgconfig deploy | 11 | inherit fsl-eula-unpack pkgconfig deploy |
