[oe-commits] [openembedded-core] 03/38: linux-firmware: package firmware for Marvell 88W8688

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 21:50:47 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5a5a6cab382e003cc5debb0b9af18d5f0ea3ce39
Author: Jens Rehsack <rehsack at gmail.com>
AuthorDate: Wed Mar 16 10:35:18 2016 +0100

    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.
    
    Signed-off-by: Jens Rehsack <sno at netbsd.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 9792686..f4a3230 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() {
 
 PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
              ${PN}-radeon-license ${PN}-radeon \
-             ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 ${PN}-sd8797 \
+             ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 \
              ${PN}-ti-connectivity-license ${PN}-wl12xx ${PN}-wl18xx \
              ${PN}-vt6656-license ${PN}-vt6656 \
              ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
@@ -254,6 +254,7 @@ RDEPENDS_${PN}-radeon += "${PN}-radeon-license"
 
 # For marvell
 LICENSE_${PN}-sd8686 = "Firmware-Marvell"
+LICENSE_${PN}-sd8688 = "Firmware-Marvell"
 LICENSE_${PN}-sd8787 = "Firmware-Marvell"
 LICENSE_${PN}-sd8797 = "Firmware-Marvell"
 
@@ -262,6 +263,10 @@ FILES_${PN}-sd8686 = " \
   /lib/firmware/libertas/sd8686_v9* \
   /lib/firmware/sd8686* \
 "
+FILES_${PN}-sd8688 = " \
+  /lib/firmware/libertas/sd8688* \
+  /lib/firmware/mrvl/sd8688* \
+"
 FILES_${PN}-sd8787 = " \
   /lib/firmware/mrvl/sd8787_uapsta.bin \
 "
@@ -270,6 +275,7 @@ FILES_${PN}-sd8797 = " \
 "
 
 RDEPENDS_${PN}-sd8686 += "${PN}-marvell-license"
+RDEPENDS_${PN}-sd8688 += "${PN}-marvell-license"
 RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license"
 RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list