[oe-commits] Petr Štetiar : firmware-atheros-ar9271: add new recipe

git version control git at git.openembedded.org
Sat Nov 27 12:55:43 UTC 2010


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

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sat Nov 20 17:20:48 2010 +0100

firmware-atheros-ar9271: add new recipe

Signed-off-by: Petr Štetiar <ynezz at true.cz>

---

 recipes/firmwares/firmware-atheros-ar9271.bb |   11 +++++++++++
 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 0000000..fdfb3ce
--- /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
+}





More information about the Openembedded-commits mailing list