| Message ID | 20260805121327.3946788-4-sputnik@on-the-web.ch |
|---|---|
| State | New |
| Headers | show |
| Series | rkbin: convert LICENSE to SPDX expressions | expand |
Hi Martin, On 8/5/26 2:14 PM, Martin Herren via lists.yoctoproject.org wrote: > From: Martin Herren <sputnik@on-the-web.ch> > > OE-Core now deprecates `LICENSE = "CLOSED"` in favour of a LicenseRef > backed by NO_GENERIC_LICENSE. > > This recipe pins an older rkbin revision whose tree ships no LICENSE > file, which is probably why it historically used CLOSED as well as > pointing its LIC_FILES_CHKSUM at the README. > > References: oe-core e9d424738d6f ("classes/conf/lib: Parse LICENSE as SPDX Expression") > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/recipes-bsp/rkbin/rk3308-rkbin_git.bb b/recipes-bsp/rkbin/rk3308-rkbin_git.bb index 7307e66..2ee173c 100644 --- a/recipes-bsp/rkbin/rk3308-rkbin_git.bb +++ b/recipes-bsp/rkbin/rk3308-rkbin_git.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Rockchip Firmware and Tool Binaries" -LICENSE = "CLOSED" +LICENSE = "LicenseRef-rk3308-rkbin-CLOSED" LIC_FILES_CHKSUM:rk3308 = "file://README;md5=39cc9df955478b8df2 6158d489fdcc95" +NO_GENERIC_LICENSE[rk3308-rkbin-CLOSED] = "README" SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master"