From: Marcin Juszkiewicz Date: Tue, 8 Sep 2009 15:37:44 +0000 (-0400) Subject: marvel-sdio-fw: added firmware for WiFi powered BUGBase X-Git-Tag: Release-2010-05/1~2493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ee201981bbdb939bd1c4081962dff3f118167c;p=openembedded.git marvel-sdio-fw: added firmware for WiFi powered BUGBase --- diff --git a/recipes/firmwares/marvell-gspi-fw/Marvell-Licence.txt b/recipes/firmwares/files/Marvell-Licence.txt similarity index 100% rename from recipes/firmwares/marvell-gspi-fw/Marvell-Licence.txt rename to recipes/firmwares/files/Marvell-Licence.txt diff --git a/recipes/firmwares/marvell-sdio-fw/9.70.3-p37.tar.gz b/recipes/firmwares/marvell-sdio-fw/9.70.3-p37.tar.gz new file mode 100644 index 0000000000..3efd73fdb5 Binary files /dev/null and b/recipes/firmwares/marvell-sdio-fw/9.70.3-p37.tar.gz differ diff --git a/recipes/firmwares/marvell-sdio-fw_9.70.3-p37.bb b/recipes/firmwares/marvell-sdio-fw_9.70.3-p37.bb new file mode 100644 index 0000000000..c3ccaf78c5 --- /dev/null +++ b/recipes/firmwares/marvell-sdio-fw_9.70.3-p37.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Firmware for Marvel 8686 gspi wifi chipset" +LICENCE = "closed" + +SRC_URI = "file://${PV}.tar.gz \ + file://Marvell-Licence.txt" + +S = "${WORKDIR}/${PV}/FwImage" + +do_install() { + + install -d ${D}${base_libdir}/firmware + install -m 0644 sd8686.bin sd8686_helper.bin ${D}${base_libdir}/firmware + install -m 0644 ${WORKDIR}/Marvell-Licence.txt ${D}${base_libdir}/firmware +} + +PACKAGES = "${PN}" +FILES_${PN} += "${base_libdir}/firmware" + +PACKAGE_ARCH = "all"