summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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-kernel
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-kernel')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-ar_git.bb2
-rw-r--r--recipes-kernel/skmm-host/skmm-host_git.bb2
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"
2DESCRIPTION = "Kernel module providing QorIQ SEC auto-response control." 2DESCRIPTION = "Kernel module providing QorIQ SEC auto-response control."
3HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/auto-resp" 3HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/auto-resp"
4SECTION = "kernel" 4SECTION = "kernel"
5LICENSE = "GPL-2.0-only & BSD" 5LICENSE = "BSD-3-Clause OR GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
7 7
8inherit module 8inherit 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"
2DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" 2DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application"
3HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/skmm-host" 3HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/skmm-host"
4SECTION = "c293-skmm-host" 4SECTION = "c293-skmm-host"
5LICENSE = "BSD & GPL-2.0-or-later" 5LICENSE = "BSD-3-Clause OR GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" 6LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813"
7 7
8inherit module qoriq_build_64bit_kernel 8inherit module qoriq_build_64bit_kernel