summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2016-03-16 10:35:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-25 10:29:15 +0000
commitbf90d0ccdaf04cfed79b26297d64cdaf82e0b2be (patch)
treea075835e04964d12f7abf1a1107d26fc68984aea /meta/recipes-kernel
parentcd17ab0335df5ce9b845925a3204e260947c5d0c (diff)
downloadpoky-bf90d0ccdaf04cfed79b26297d64cdaf82e0b2be.tar.gz
linux-firmware: package firmware for Marvell 88W8688
According to error messages from guruplug [ 35.826441] btmrvl_sdio mmc0:0001:2: Direct firmware load for mrvl/sd8688_helper.bin failed with error -2 [ 35.903291] Bluetooth: request_firmware(helper) failed, error code = -2 [ 35.909942] Bluetooth: Failed to download helper! [ 36.052820] Bluetooth: Downloading firmware failed! ... [ 764.422739] libertas_sdio: Libertas SDIO driver [ 764.438213] libertas_sdio: Copyright Pierre Ossman [ 764.461186] libertas_sdio mmc0:0001:1: Direct firmware load for libertas/sd8688_helper.bin failed with error -2 [ 764.488234] libertas_sdio mmc0:0001:1: Direct firmware load for sd8688_helper.bin failed with error -2 [ 764.507382] libertas_sdio: failed to find firmware (-2) and http://wiki.beyondlogic.org/index.php?title=GuruPlug_Libertas_SD8688, package the firmware files for Marvell 88W8688, too. (From OE-Core rev: 5a5a6cab382e003cc5debb0b9af18d5f0ea3ce39) Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Ross Burton <ross.burton@intel.com> 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.bb8
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 979268670c..f4a3230f73 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -173,7 +173,7 @@ do_install() {
173 173
174PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ 174PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
175 ${PN}-radeon-license ${PN}-radeon \ 175 ${PN}-radeon-license ${PN}-radeon \
176 ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 ${PN}-sd8797 \ 176 ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 \
177 ${PN}-ti-connectivity-license ${PN}-wl12xx ${PN}-wl18xx \ 177 ${PN}-ti-connectivity-license ${PN}-wl12xx ${PN}-wl18xx \
178 ${PN}-vt6656-license ${PN}-vt6656 \ 178 ${PN}-vt6656-license ${PN}-vt6656 \
179 ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \ 179 ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
@@ -254,6 +254,7 @@ RDEPENDS_${PN}-radeon += "${PN}-radeon-license"
254 254
255# For marvell 255# For marvell
256LICENSE_${PN}-sd8686 = "Firmware-Marvell" 256LICENSE_${PN}-sd8686 = "Firmware-Marvell"
257LICENSE_${PN}-sd8688 = "Firmware-Marvell"
257LICENSE_${PN}-sd8787 = "Firmware-Marvell" 258LICENSE_${PN}-sd8787 = "Firmware-Marvell"
258LICENSE_${PN}-sd8797 = "Firmware-Marvell" 259LICENSE_${PN}-sd8797 = "Firmware-Marvell"
259 260
@@ -262,6 +263,10 @@ FILES_${PN}-sd8686 = " \
262 /lib/firmware/libertas/sd8686_v9* \ 263 /lib/firmware/libertas/sd8686_v9* \
263 /lib/firmware/sd8686* \ 264 /lib/firmware/sd8686* \
264" 265"
266FILES_${PN}-sd8688 = " \
267 /lib/firmware/libertas/sd8688* \
268 /lib/firmware/mrvl/sd8688* \
269"
265FILES_${PN}-sd8787 = " \ 270FILES_${PN}-sd8787 = " \
266 /lib/firmware/mrvl/sd8787_uapsta.bin \ 271 /lib/firmware/mrvl/sd8787_uapsta.bin \
267" 272"
@@ -270,6 +275,7 @@ FILES_${PN}-sd8797 = " \
270" 275"
271 276
272RDEPENDS_${PN}-sd8686 += "${PN}-marvell-license" 277RDEPENDS_${PN}-sd8686 += "${PN}-marvell-license"
278RDEPENDS_${PN}-sd8688 += "${PN}-marvell-license"
273RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license" 279RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license"
274RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license" 280RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license"
275 281