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-kernel | |
| 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-kernel')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-ar_git.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb index 9303459a0..9e1d5b471 100644 --- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Auto Response Control Module" | |||
| 2 | DESCRIPTION = "Kernel module providing QorIQ SEC auto-response control." | 2 | DESCRIPTION = "Kernel module providing QorIQ SEC auto-response control." |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/auto-resp" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/auto-resp" |
| 4 | SECTION = "kernel" | 4 | SECTION = "kernel" |
| 5 | LICENSE = "GPL-2.0-only & BSD" | 5 | LICENSE = "BSD-3-Clause OR GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" |
| 7 | 7 | ||
| 8 | inherit module | 8 | inherit module |
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index 2c3cfef32..f60e607ee 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "SKMM host driver" | |||
| 2 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" | 2 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/skmm-host" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/skmm-host" |
| 4 | SECTION = "c293-skmm-host" | 4 | SECTION = "c293-skmm-host" |
| 5 | LICENSE = "BSD & GPL-2.0-or-later" | 5 | LICENSE = "BSD-3-Clause OR GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" |
| 7 | 7 | ||
| 8 | inherit module qoriq_build_64bit_kernel | 8 | inherit module qoriq_build_64bit_kernel |
