Comments
Patch
new file mode 100644
@@ -0,0 +1,22 @@
+DESCRIPTION = "ar9170 Wifi firmware"
+HOMEPAGE = "http://linuxwireless.org/en/users/Drivers/ar9170#open_firmware"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/mcgrof/firmware/ar9170/ar9170.fw"
+
+S = "${WORKDIR}"
+
+do_compile() {
+ :
+}
+
+do_install() {
+ install -d ${D}/lib/firmware/
+ cp -rpP *.fw ${D}/lib/firmware/
+}
+
+FILES_${PN} += "/lib/firmware/*"
+PACKAGE_ARCH = "all"
+
+SRC_URI[md5sum] = "34feec4ec0eae3bb92c7c1ea2dfb4530"
+SRC_URI[sha256sum] = "1b379c5a8d6ab3a43911f7949d6306fe2dae3afb1368be5452a8fc7d9c54e0a0"
Signed-off-by: Dvorkin Dmitry <dvorkin@tibbo.com> --- recipes/firmwares/ar9170fw.bb | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 recipes/firmwares/ar9170fw.bb