mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 23:38:38 +00:00
linux-firmware-rpidistro: Guard the recipe under a license flag
We do this as a result of an upstream issue[1].
Some of the firmware blobs are provided under the 'Synapse' license
including a clause that can (at least theoretically) be used as a
'killswitch'. To make sure users are aware of this, we guard this
behind a license flag.
Users of this recipe will need to add to their configuration:
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
[1] https://github.com/RPi-Distro/firmware-nonfree/issues/29
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
1b4215d5d0
commit
7c31b9b4b5
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "\
|
||||
# license files will be copied from the fetched source.
|
||||
NO_GENERIC_LICENSE[binary-redist-Cypress-rpidistro] = "debian/config/brcm80211/copyright"
|
||||
NO_GENERIC_LICENSE[Synaptics-rpidistro] = "debian/config/brcm80211/copyright"
|
||||
LICENSE_FLAGS = "synaptics-killswitch"
|
||||
|
||||
SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=bullseye;protocol=https"
|
||||
SRCREV = "541e5a05d152e7e6f0d9be45622e4a3741e51c02"
|
||||
|
||||
Reference in New Issue
Block a user