All of lore.kernel.org
 help / color / mirror / Atom feed
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>,
	Quentin Schulz <quentin.schulz@cherry.de>
Subject: [meta-rockchip][PATCH v2 1/3] bsp: rkbin: use SPDX LicenseRef for Rockchip proprietary firmware
Date: Thu, 06 Aug 2026 21:42:15 +0000	[thread overview]
Message-ID: <20260806214149.714963-2-sputnik@on-the-web.ch> (raw)
In-Reply-To: <20260805121327.3946788-1-sputnik@on-the-web.ch>

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

From: Martin Herren <sputnik@on-the-web.ch>

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 SPDX Expression")

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
AI-Generated: Z.ai:GLM-5.2 OpenCode Go
Signed-off-by: Martin Herren <sputnik@on-the-web.ch>
---
Changes in v2:
- Added Reviewed-by tag
- Added AI-Generated tag

 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/rockchip-rkbin.inc
index 9ddd54f..d715b44 100644
--- a/recipes-bsp/rkbin/rockchip-rkbin.inc
+++ b/recipes-bsp/rkbin/rockchip-rkbin.in
c
@@ -1,7 +1,8 @@
 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 bin_package deploy
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 322 bytes --]

  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 ` [meta-rockchip][PATCH v2 0/3] rkbin: convert LICENSE to SPDX expressions sputnik
2026-08-06 21:42 ` sputnik [this message]
2026-08-06 21:42 ` [meta-rockchip][PATCH v2 2/3] bsp: rkbin-native: use SPDX LicenseRef for Rockchip proprietary firmware 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-2-sputnik@on-the-web.ch \
    --to=sputnik@on-the-web.ch \
    --cc=quentin.schulz@cherry.de \
    --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.