firmware-ti-wl1251: new recipe
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 7 Apr 2010 12:10:37 +0000 (14:10 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 7 Apr 2010 12:12:38 +0000 (14:12 +0200)
recipes/firmwares/firmware-ti-wl1251.bb [new file with mode: 0644]
recipes/firmwares/firmware-ti-wl1251/README [new file with mode: 0644]

diff --git a/recipes/firmwares/firmware-ti-wl1251.bb b/recipes/firmwares/firmware-ti-wl1251.bb
new file mode 100644 (file)
index 0000000..dd374b8
--- /dev/null
@@ -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 (file)
index 0000000..8a5522e
--- /dev/null
@@ -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:
+