From: Stefan Schmidt Date: Mon, 9 Aug 2010 15:26:00 +0000 (+0200) Subject: firmware: Add recipe to work with the marvell-sdio-tf-fw X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1a9d8fd143fdab0a169dfda77a5309d52f76a4;p=openembedded.git firmware: Add recipe to work with the marvell-sdio-tf-fw --- diff --git a/recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.bb b/recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.bb new file mode 100644 index 0000000000..ff4272a58b --- /dev/null +++ b/recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.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 sd8686tf.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"