[meta-rockchip][PATCH 1/3] bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware
[email protected] Wed, 05 Aug 2026 12:14:20 +0000
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------34f92f0b860adc60a7323f15c5639210b290dbdc25701ae9b2fd5483d5bfa229 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 1/3] bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware Date: Wed, 5 Aug 2026 14:13:25 +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 the rkbin family (rockchip-rkbin.inc, used by -ddr, -optee-os and -tf-a) to a recipe-specific LicenseRef backed by NO_GENERIC_LICENSE, so the SPDX manifest references the real Rockchip LICENSE at the repo root. 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.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/rkbin/rockchip-rkbin.inc b/recipes-bsp/rkbin/roc= kchip-rkbin.inc index 9ddd54f..d715b44 100644 --- a/recipes-bsp/rkbin/rockchip-rkbin.inc +++ b/recipes-bsp/rkbin/rockchip-rkbin.inc @@ -1,7 +1,8 @@ SRC_URI =3D "git://github.com/rockchip-linux/rkbin;protocol=3Dhttps;bran= ch=3Dmaster" SRCREV =3D "f43a462e7a1429a9d407ae52b4745033034a6cf9" -LICENSE =3D "Proprietary" +LICENSE =3D "LicenseRef-Rockchip-rkbin" LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3D11e3673115959bf596feaaa6ea7ce= 9a5" +NO_GENERIC_LICENSE[Rockchip-rkbin] =3D "LICENSE" =20 inherit bin_package deploy =20 --------34f92f0b860adc60a7323f15c5639210b290dbdc25701ae9b2fd5483d5bfa229 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wqsEARYIAF0FgmpzKRwJEIiu+thqKlAPNRQAAAAAABwAEHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmdU2RWzIVRAbSpmLEGm/KiAFiEEJgeVlthQxcLg gu1biK762GoqUA8AAOTZAQDyhUIyYD6CH/H+hm2CH1b+7x5ecf31phGWGfIY q8pYAAEAk+JaON5FWQ3kSQEetOGCUMhmTcJIRO6SEKdBqlajNwQ= =1srq -----END PGP SIGNATURE----- --------34f92f0b860adc60a7323f15c5639210b290dbdc25701ae9b2fd5483d5bfa229--