[meta-rockchip][PATCH 2/3] bsp: rkbin-native: use SPDX LicenseRef for Rockchip proprietary firmware
[email protected] Wed, 05 Aug 2026 12:14:24 +0000
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------331537f7c39fbb8942511db77c75f39af7cf324a18b30eb4f382918449051e4c Content-Type: text/plain; charset=UTF-8 From: [email protected] To: [email protected] Cc: Trevor Woerner <[email protected]>, Martin Herren <[email protected]> Subject: [meta-rockchip][PATCH 2/3] bsp: rkbin-native: use SPDX LicenseRef for Rockchip proprietary firmware Date: Wed, 5 Aug 2026 14:13:26 +0200 Message-ID: <[email protected]> X-Mailer: git-send-email 2.55.0 In-Reply-To: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 SPD= X Expression") Signed-off-by: Martin Herren <[email protected]> --- 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 =3D "Rockchip native tools related to their r= kbin blobs, e.g. ddrbin_t =20 SRC_URI =3D "git://github.com/rockchip-linux/rkbin;protocol=3Dhttps;bran= ch=3Dmaster" SRCREV =3D "f43a462e7a1429a9d407ae52b4745033034a6cf9" -LIC ENSE =3D "Proprietary" +LICENSE =3D "LicenseRef-Rockchip-rkbin" LIC_FILES_CHKSUM =3D "file://../LICENSE;md5=3D11e3673115959bf596feaaa6ea= 7ce9a5" +NO_GENERIC_LICENSE[Rockchip-rkbin] =3D "../LICENSE" =20 inherit native =20 --------331537f7c39fbb8942511db77c75f39af7cf324a18b30eb4f382918449051e4c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wqsEARYIAF0FgmpzKSAJEIiu+thqKlAPNRQAAAAAABwAEHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmeDr1UpBtJdvC747ZalrIHHFiEEJgeVlthQxcLg gu1biK762GoqUA8AAEOeAQCbrIJth0NQWiTx9a6/siG+J7KIJF+yr2zdqlef 2IDG8QD/WoH0olgsJNEWIrYz6DPTBqCWVdsGmtKfPwo+uodUwQc= =5Koi -----END PGP SIGNATURE----- --------331537f7c39fbb8942511db77c75f39af7cf324a18b30eb4f382918449051e4c--