firmware-atheros-ar9271: add new recipe
authorPetr Štetiar <ynezz@true.cz>
Sat, 20 Nov 2010 16:20:48 +0000 (17:20 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 27 Nov 2010 12:53:41 +0000 (13:53 +0100)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
recipes/firmwares/firmware-atheros-ar9271.bb [new file with mode: 0644]

diff --git a/recipes/firmwares/firmware-atheros-ar9271.bb b/recipes/firmwares/firmware-atheros-ar9271.bb
new file mode 100644 (file)
index 0000000..fdfb3ce
--- /dev/null
@@ -0,0 +1,11 @@
+require linux-firmware.inc
+
+DESCRIPTION = "Firmware for Atheros HTC devices ar9271"
+
+SRCREV = "a3ffb1a98408f713ff82d59ae1fd203d650974c4"
+
+do_install() {
+       install -d ${D}${base_libdir}/firmware
+       install -m 0644 ar9271.fw ${D}${base_libdir}/firmware
+       install -m 0644 LICENCE.atheros_firmware ${D}${base_libdir}/firmware/LICENCE_ar9271.txt
+}