diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2018-08-28 14:27:42 +1000 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
commit | 2e23bf56616007f4519bf11158f19d87b3c574b2 (patch) | |
tree | 634644ce0e74b65be521d88c91f140366cf14aa8 | |
parent | 040f8ee5d3ebee463a99a3d421905914fa280278 (diff) | |
download | meta-xilinx-2e23bf56616007f4519bf11158f19d87b3c574b2.tar.gz |
meta-xilinx-contrib/linux-firmware_%.bbappend: Remove license setup
The cypress license setup and packaging is now available in the base
recipe and does not need to be appended.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index 7655cafc..b34eea34 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | |||
@@ -1,11 +1,3 @@ | |||
1 | LICENSE_append_minized-zynq7 = "\ | ||
2 | & Firmware-cypress \ | ||
3 | " | ||
4 | |||
5 | LIC_FILES_CHKSUM_append_minized-zynq7 = "\ | ||
6 | file://LICENCE.cypress;md5=cbc5f665d04f741f1e006d2096236ba7 \ | ||
7 | " | ||
8 | NO_GENERIC_LICENSE[Firmware-cypress] = "LICENCE.cypress" | ||
9 | 1 | ||
10 | SRC_URI_append_minized-zynq7 = " \ | 2 | SRC_URI_append_minized-zynq7 = " \ |
11 | git://github.com/murata-wireless/cyw-fmac-nvram;protocol=git;branch=orga;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \ | 3 | git://github.com/murata-wireless/cyw-fmac-nvram;protocol=git;branch=orga;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \ |
@@ -28,7 +20,6 @@ do_install_append_minized-zynq7() { | |||
28 | } | 20 | } |
29 | 21 | ||
30 | PACKAGES_prepend_minized-zynq7 = "\ | 22 | PACKAGES_prepend_minized-zynq7 = "\ |
31 | ${PN}-cypress-license \ | ||
32 | ${PN}-bcm43430a1-hcd \ | 23 | ${PN}-bcm43430a1-hcd \ |
33 | ${PN}-mfgtest \ | 24 | ${PN}-mfgtest \ |
34 | " | 25 | " |
@@ -41,11 +32,6 @@ FILES_${PN}-bcm43430_append_minized-zynq7 = " \ | |||
41 | ${nonarch_base_libdir}/firmware/brcm/ brcmfmac43430-sdio.txt \ | 32 | ${nonarch_base_libdir}/firmware/brcm/ brcmfmac43430-sdio.txt \ |
42 | " | 33 | " |
43 | 34 | ||
44 | # For additional Cypress | ||
45 | FILES_${PN}-cypress-license = "\ | ||
46 | ${nonarch_base_libdir}/firmware/LICENCE.cypress \ | ||
47 | " | ||
48 | |||
49 | LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress" | 35 | LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress" |
50 | 36 | ||
51 | FILES_${PN}-bcm43430a1-hcd = " \ | 37 | FILES_${PN}-bcm43430a1-hcd = " \ |