aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-11-20 17:20:48 +0100
committerPetr Štetiar <ynezz@true.cz>2010-11-27 13:53:41 +0100
commit6e00365922cbf1409d2a621ecba94d9547528637 (patch)
treeb4e347d2665b8b391de3922a909eb5efe8030c87
parent25c23b26e118eebf33f42e97789ecbeabd5ec0d2 (diff)
downloadopenembedded-6e00365922cbf1409d2a621ecba94d9547528637.tar.gz
firmware-atheros-ar9271: add new recipe
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--recipes/firmwares/firmware-atheros-ar9271.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/firmwares/firmware-atheros-ar9271.bb b/recipes/firmwares/firmware-atheros-ar9271.bb
new file mode 100644
index 0000000000..fdfb3ce1d3
--- /dev/null
+++ b/recipes/firmwares/firmware-atheros-ar9271.bb
@@ -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
+}