[oe-commits] Michael 'Mickey' Lauer : firmware-ti-wl1251: new recipe

git version control git at git.openembedded.org
Wed Apr 7 12:06:45 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Apr  7 14:10:37 2010 +0200

firmware-ti-wl1251: new recipe

---

 recipes/firmwares/firmware-ti-wl1251.bb     |   21 +++++++++++++++++++++
 recipes/firmwares/firmware-ti-wl1251/README |    9 +++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/recipes/firmwares/firmware-ti-wl1251.bb b/recipes/firmwares/firmware-ti-wl1251.bb
new file mode 100644
index 0000000..dd374b8
--- /dev/null
+++ b/recipes/firmwares/firmware-ti-wl1251.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Firmware for Texas Instruments WL1251 wifi chipset"
+LICENCE = "closed"
+
+SRC_URI = "file://*"
+S = "${WORKDIR}"
+
+do_install() {
+	install -d ${D}${base_libdir}/firmware
+	install -m 0644 README ${D}${base_libdir}/firmware/README.ti-wl1251
+	for file in wl1251-fw.bin wl1251-nvs.bin
+	do
+		if test -e $file; then install -m 0644 $file ${D}${base_libdir}/firmware; fi
+	done
+}
+
+# NOTE: This package is an empty stub, see firmware-ti-wl1251/README
+ALLOW_EMPTY = "1"
+PACKAGES = "${PN}"
+FILES_${PN} += "${base_libdir}/firmware"
+
+PACKAGE_ARCH = "all"
diff --git a/recipes/firmwares/firmware-ti-wl1251/README b/recipes/firmwares/firmware-ti-wl1251/README
new file mode 100644
index 0000000..8a5522e
--- /dev/null
+++ b/recipes/firmwares/firmware-ti-wl1251/README
@@ -0,0 +1,9 @@
+TI WL1251 firmware is not redistributable. Please download from your device.
+You need the following files, which should reside in /etc/firmware or /lib/firmware.
+ * wl1251-fw.bin   (firmware)
+ * wl1251-nvs.bin  (calibration data)
+Note that the calibration data is device specific, so you are not supposed
+to just grab it from any location but your device.
+
+:M:
+





More information about the Openembedded-commits mailing list