[oe-commits] Andreas Oberritter : linux-firmware: package Marvell SD8797 firmware

git at git.openembedded.org git at git.openembedded.org
Tue Jan 21 10:50:20 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 8fcd5accbe8ffca9e0c5233419c1571741c76c03
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8fcd5accbe8ffca9e0c5233419c1571741c76c03

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Jan 20 15:55:36 2014 +0100

linux-firmware: package Marvell SD8797 firmware

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 123da65..3b5c7eb 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() {
 
 
 PACKAGES =+ "${PN}-ralink \
-             ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 \
+             ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8787 ${PN}-sd8797 \
              ${PN}-wl12xx ${PN}-vt6656 \
              ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
              ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
@@ -120,6 +120,12 @@ FILES_${PN}-sd8787 = " \
 "
 RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license"
 
+LICENSE_${PN}-sd8797 = "Firmware-Marvell"
+FILES_${PN}-sd8797 = " \
+  /lib/firmware/mrvl/sd8797_uapsta.bin \
+"
+RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license"
+
 FILES_${PN}-rtl-license = " \
   /lib/firmware/LICENCE.rtlwifi_firmware.txt \
 "



More information about the Openembedded-commits mailing list