[oe-commits] Stefan Schmidt : firmware: Add recipe to work with the marvell-sdio-tf-fw

git version control git at git.openembedded.org
Mon Aug 9 15:31:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9b1a9d8fd143fdab0a169dfda77a5309d52f76a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b1a9d8fd143fdab0a169dfda77a5309d52f76a4

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Mon Aug  9 17:26:00 2010 +0200

firmware: Add recipe to work with the marvell-sdio-tf-fw

---

 recipes/firmwares/marvell-sdio-tf-fw_9.0.7-p2.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

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 0000000..ff4272a
--- /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"





More information about the Openembedded-commits mailing list