mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
linux-firmware: add NO_GENERIC_LICENSE for all licenses
An alternative approach with NO_GENERIC_LICENSE has been added in license.bbclass to allow copying non-generic license, add it for all firmware licenses. (From OE-Core rev: f2e92c741bde70753163afe3839ff8d35ae5380e) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
865128959b
commit
927bc7148c
@@ -79,6 +79,45 @@ LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.radeon;md5=07b0c31777bd686d8e1609c6940b5e74 \
|
||||
"
|
||||
|
||||
# These are not common licenses, set NO_GENERIC_LICENSE for them
|
||||
# so that the license files will be copied from fetched source
|
||||
NO_GENERIC_LICENSE[Firmware-Abilis] = "LICENCE.Abilis"
|
||||
NO_GENERIC_LICENSE[Firmware-agere] = "LICENCE.agere"
|
||||
NO_GENERIC_LICENSE[Firmware-atheros_firmware] = "LICENCE.atheros_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx] = "LICENCE.broadcom_bcm43xx"
|
||||
NO_GENERIC_LICENSE[Firmware-ca0132] = "LICENCE.ca0132"
|
||||
NO_GENERIC_LICENSE[Firmware-chelsio_firmware] = "LICENCE.chelsio_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-cw1200] = "LICENCE.cw1200"
|
||||
NO_GENERIC_LICENSE[Firmware-ene_firmware] = "LICENCE.ene_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-fw_sst_0f28] = "LICENCE.fw_sst_0f28"
|
||||
NO_GENERIC_LICENSE[Firmware-go7007] = "LICENCE.go7007"
|
||||
NO_GENERIC_LICENSE[Firmware-i2400m] = "LICENCE.i2400m"
|
||||
NO_GENERIC_LICENSE[Firmware-ibt_firmware] = "LICENCE.ibt_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-it913x] = "LICENCE.it913x"
|
||||
NO_GENERIC_LICENSE[Firmware-iwlwifi_firmware] = "LICENCE.iwlwifi_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-Marvell] = "LICENCE.Marvell"
|
||||
NO_GENERIC_LICENSE[Firmware-mwl8335] = "LICENCE.mwl8335"
|
||||
NO_GENERIC_LICENSE[Firmware-myri10ge_firmware] = "LICENCE.myri10ge_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-OLPC] = "LICENCE.OLPC"
|
||||
NO_GENERIC_LICENSE[Firmware-phanfw] = "LICENCE.phanfw"
|
||||
NO_GENERIC_LICENSE[Firmware-qat_dh895xcc_firmware] = "LICENCE.qat_dh895xcc_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-qla2xxx] = "LICENCE.qla2xxx"
|
||||
NO_GENERIC_LICENSE[Firmware-r8a779x_usb3] = "LICENCE.r8a779x_usb3"
|
||||
NO_GENERIC_LICENSE[Firmware-ralink_a_mediatek_company_firmware] = "LICENCE.ralink_a_mediatek_company_firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-ralink-firmware] = "LICENCE.ralink-firmware.txt"
|
||||
NO_GENERIC_LICENSE[Firmware-rtlwifi_firmware] = "LICENCE.rtlwifi_firmware.txt"
|
||||
NO_GENERIC_LICENSE[Firmware-tda7706-firmware] = "LICENCE.tda7706-firmware.txt"
|
||||
NO_GENERIC_LICENSE[Firmware-ti-connectivity] = "LICENCE.ti-connectivity"
|
||||
NO_GENERIC_LICENSE[Firmware-ueagle-atm4-firmware] = "LICENCE.ueagle-atm4-firmware"
|
||||
NO_GENERIC_LICENSE[Firmware-via_vt6656] = "LICENCE.via_vt6656"
|
||||
NO_GENERIC_LICENSE[Firmware-wl1251] = "LICENCE.wl1251"
|
||||
NO_GENERIC_LICENSE[Firmware-xc4000] = "LICENCE.xc4000"
|
||||
NO_GENERIC_LICENSE[Firmware-xc5000] = "LICENCE.xc5000"
|
||||
NO_GENERIC_LICENSE[Firmware-xc5000c] = "LICENCE.xc5000c"
|
||||
NO_GENERIC_LICENSE[Firmware-amd-ucode] = "LICENSE.amd-ucode"
|
||||
NO_GENERIC_LICENSE[Firmware-dib0700] = "LICENSE.dib0700"
|
||||
NO_GENERIC_LICENSE[Firmware-radeon] = "LICENSE.radeon"
|
||||
|
||||
SRCREV = "0e5f63771d0df6d7859f7c4100a74d737c62ac88"
|
||||
PE = "1"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user