From: sputnik@on-the-web.ch
To: yocto-patches@lists.yoctoproject.org
Cc: Trevor Woerner <twoerner@gmail.com>,
Martin Herren <sputnik@on-the-web.ch>
Subject: [meta-rockchip][PATCH v2 0/3] rkbin: convert LICENSE to SPDX expressions
Date: Thu, 06 Aug 2026 21:42:08 +0000 [thread overview]
Message-ID: <20260806214149.714963-1-sputnik@on-the-web.ch> (raw)
In-Reply-To: <20260805121327.3946788-1-sputnik@on-the-web.ch>
[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]
From: Martin Herren <sputnik@on-the-web.ch>
Hej,
This series fixes the legacy/CLOSED LICENSE warnings coming from the
rkbin recipes by OE-Core commit e9d424738d6f ("classes/conf/lib: Parse
LICENSE as SPDX Expression"):
https://git.openembedded.org/openembedded-core/commit/?id=e9d424738d6f8411d4e745b7d872a00e10bb14ac
Patches 1 and 2 switch the rkbin family (rockchip-rkbin.inc, used by
-ddr, -optee-os and -tf-a) and its native variant from "Proprietary" to
a recipe-specific LicenseRef-Rockchip-rkbin backed by NO_GENERIC_LICENSE,
so the SPDX manifest references the real Rockchip LICENSE rather than
the generic one-line stub.
Patch 3 switches rk3308-rkbin from "CLOSED" to
"LicenseRef-rk3308-rkbin-CLOSED" + NO_GENERIC_LICENSE[...]=README.
rk3308-rkbin pins an older rkbin revision whose tree ships no LICENSE
file, which is why it used CLOSED and only pointed to the README.
A potential cleaner fix could be to reuse the current repo's LICENSE.
The rk3308-rkbin S
RCREV dates back to 2019-10-15 while the initial
LICENSE was only added 2023-07-26, which beside a typo and a
trailing newline is identical to the one used for the other rkbins
(updated 2024-10-17).
So that's an almost 4 year gap between the used SRCREV and where the
LICENSE was introduced.
So this would probably require legal validation from Rockchip's side
whether it applies retroactively as well.
This option would require adding a static LICENSE file to the recipe.
What changed since v1:
- Added Reviewed-by tag
- Added AI-Generated tag
Cheers,
Martin
Martin Herren (3):
bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware
bsp: rkbin-native: use SPDX LicenseRef for Rockchip proprietary
firmware
bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a
LicenseRef
recipes-bsp/rkbin/rk3308-rkbin_git.bb | 3 ++-
recipes-bsp/rkbin/rockchip-rkbin-native_git.bb | 3 ++-
recipes-bsp/rkbin/rockchip-rkbin.inc
| 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 322 bytes --]
next prev parent reply other threads:[~2026-08-06 21:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 12:13 [meta-rockchip][PATCH 0/3] rkbin: convert LICENSE to SPDX expressions sputnik
2026-08-05 12:14 ` [meta-rockchip][PATCH 1/3] bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware sputnik
2026-08-06 10:10 ` [yocto-patches] " Quentin Schulz
2026-08-06 16:17 ` Martin Herren
2026-08-05 12:14 ` [meta-rockchip][PATCH 2/3] bsp: rkbin-native: " sputnik
2026-08-06 10:32 ` [yocto-patches] " Quentin Schulz
2026-08-05 12:14 ` [meta-rockchip][PATCH 3/3] bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a LicenseRef sputnik
2026-08-06 10:31 ` [yocto-patches] " Quentin Schulz
2026-08-06 21:42 ` sputnik [this message]
2026-08-06 21:42 ` [meta-rockchip][PATCH v2 1/3] bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware sputnik
2026-08-06 21:42 ` [meta-rockchip][PATCH v2 2/3] bsp: rkbin-native: " sputnik
2026-08-06 21:42 ` [meta-rockchip][PATCH v2 3/3] bsp: rkbin: rk3308-rkbin: replace deprecated CLOSED license with a LicenseRef sputnik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260806214149.714963-1-sputnik@on-the-web.ch \
--to=sputnik@on-the-web.ch \
--cc=twoerner@gmail.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.