[meta-rockchip][PATCH v2 2/3] bsp: rkbin-native: use SPDX LicenseRef for Rockchip proprietary firmware
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Martin Herren <[email protected]> OE-Core now parses LICENSE as an SPDX expression and warns on legacy non-SPDX names such as "Proprietary". Switch rockchip-rkbin-native to a recipe-specific LicenseRef backed by NO_GENERIC_LICENSE. References: oe-core e9d424738d6f ("classes/conf/lib: Parse LICENSE as SPDX Expression") Reviewed-by: Quentin Schulz <[email protected]> AI-Generated: Z.ai:GLM-5.2 OpenCode Go Signed-off-by: Martin Herren <[email protected]> --- Changes in v2: - Added Reviewed-by tag - Added AI-Generated tag recipes-bsp/rkbin/rockchip-rkbin-native_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb b/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb index 71d4246..d470a3d 100644 --- a/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb +++ b/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb @@ -2,8 +2,9 @@ DESCRIPTION = "Rockchip native tools related to their rkbin blobs, e.g. ddrbin_t SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master" SRCREV = "f43a462e7a1429a9d407ae52b4745033034a6cf9" -LICENSE = "Proprietary" +LICENSE = "LicenseRef-Rockchip-rkbin" LIC_FILES_CHKSUM = "file://../LICENSE;md5=11e3673115959bf596feaaa6ea7ce9a5" +NO_GENERIC_LICENSE[Rockchip-rkbin] = "../LICENSE" inherit native
signature.asc
(application/pgp-signature, 322 B)
-----BEGIN PGP SIGNATURE----- Version: ProtonMail wqsEARYIAF0Fgmp0/7wJEIiu+thqKlAPNRQAAAAAABwAEHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmcQOz/IlzU1IYCPiPqJn8xpFiEEJgeVlthQxcLg gu1biK762GoqUA8AACi0AQCRalN8FMTzah3VDXwF+8ed10Tz7stlU0VYZaZ8 SLhcaQD/cEt3EY2gK7s5IiEsvIbMirpmpRyqW0nXF6hDW3/P2AU= =rNrj -----END PGP SIGNATURE-----