From 9b1a9d8fd143fdab0a169dfda77a5309d52f76a4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 9 Aug 2010 17:26:00 +0200 Subject: firmware: Add recipe to work with the marvell-sdio-tf-fw --- recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.bb 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" -- cgit 1.2.3-korg