diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2014-01-20 15:55:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 10:45:28 +0000 |
commit | 0205603ef993024c573fac10c53ae865d3ca6fa2 (patch) | |
tree | dab631eff79d9c7496956000c8cca3505fc62d7b /meta/recipes-kernel | |
parent | ed9dca641707fe8ee109317194308b7aa87f1595 (diff) | |
download | poky-0205603ef993024c573fac10c53ae865d3ca6fa2.tar.gz |
linux-firmware: package Marvell SD8797 firmware
(From OE-Core rev: 8fcd5accbe8ffca9e0c5233419c1571741c76c03)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 123da65ed9..3b5c7ebc91 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -61,7 +61,7 @@ do_install() { | |||
61 | 61 | ||
62 | 62 | ||
63 | PACKAGES =+ "${PN}-ralink \ | 63 | PACKAGES =+ "${PN}-ralink \ |
64 | ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 \ | 64 | ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 ${PN}-sd8797 \ |
65 | ${PN}-wl12xx ${PN}-vt6656 \ | 65 | ${PN}-wl12xx ${PN}-vt6656 \ |
66 | ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \ | 66 | ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \ |
67 | ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \ | 67 | ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \ |
@@ -120,6 +120,12 @@ FILES_${PN}-sd8787 = " \ | |||
120 | " | 120 | " |
121 | RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license" | 121 | RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license" |
122 | 122 | ||
123 | LICENSE_${PN}-sd8797 = "Firmware-Marvell" | ||
124 | FILES_${PN}-sd8797 = " \ | ||
125 | /lib/firmware/mrvl/sd8797_uapsta.bin \ | ||
126 | " | ||
127 | RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license" | ||
128 | |||
123 | FILES_${PN}-rtl-license = " \ | 129 | FILES_${PN}-rtl-license = " \ |
124 | /lib/firmware/LICENCE.rtlwifi_firmware.txt \ | 130 | /lib/firmware/LICENCE.rtlwifi_firmware.txt \ |
125 | " | 131 | " |