]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-firmware: package Marvell SD8797 firmware
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 20 Jan 2014 14:55:36 +0000 (15:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2014 10:35:07 +0000 (10:35 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

index 123da65ed9581a077f15d3773bef8c3363ad08b0..3b5c7ebc9194bfda90736875a6970756fdf69d6f 100644 (file)
@@ -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 \
 "