summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux-firmware/linux-firmware_%.bbappend15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
index 8157d25..8deac40 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
+++ b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
@@ -3,15 +3,6 @@
3# https://github.com/RPi-Distro/firmware-nonfree 3# https://github.com/RPi-Distro/firmware-nonfree
4# https://github.com/RPi-Distro/bluez-firmware 4# https://github.com/RPi-Distro/bluez-firmware
5 5
6LICENSE_append_rpi = "\
7 & Firmware-cypress \
8"
9
10LIC_FILES_CHKSUM_append_rpi = "\
11 file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \
12"
13NO_GENERIC_LICENSE[Firmware-cypress] = "LICENCE.cypress"
14
15SRC_URI_append_rpi = " \ 6SRC_URI_append_rpi = " \
16 git://github.com/RPi-Distro/firmware-nonfree;destsuffix=raspbian-nf;name=raspbian-nf \ 7 git://github.com/RPi-Distro/firmware-nonfree;destsuffix=raspbian-nf;name=raspbian-nf \
17 git://github.com/RPi-Distro/bluez-firmware;destsuffix=raspbian-bluez;name=raspbian-bluez \ 8 git://github.com/RPi-Distro/bluez-firmware;destsuffix=raspbian-bluez;name=raspbian-bluez \
@@ -41,7 +32,6 @@ do_install_append_rpi() {
41# the roll-up package which precedes them. 32# the roll-up package which precedes them.
42PACKAGES_prepend_rpi = "\ 33PACKAGES_prepend_rpi = "\
43 ${PN}-bcm43455 \ 34 ${PN}-bcm43455 \
44 ${PN}-cypress-license \
45 ${PN}-bcm43430a1-hcd \ 35 ${PN}-bcm43430a1-hcd \
46 ${PN}-bcm4345c0-hcd \ 36 ${PN}-bcm4345c0-hcd \
47" 37"
@@ -58,11 +48,6 @@ FILES_${PN}-bcm43455 = " \
58 48
59RDEPENDS_${PN}-bcm43455 += "${PN}-broadcom-license" 49RDEPENDS_${PN}-bcm43455 += "${PN}-broadcom-license"
60 50
61# For additional Cypress
62FILES_${PN}-cypress-license = "\
63 ${nonarch_base_libdir}/firmware/LICENCE.cypress \
64"
65
66LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress" 51LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress"
67LICENSE_${PN}-bcm4345c0-hcd = "Firmware-cypress" 52LICENSE_${PN}-bcm4345c0-hcd = "Firmware-cypress"
68 53