From: Petr Štetiar Date: Sat, 20 Nov 2010 16:20:48 +0000 (+0100) Subject: firmware-atheros-ar9271: add new recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e00365922cbf1409d2a621ecba94d9547528637;p=openembedded.git firmware-atheros-ar9271: add new recipe Signed-off-by: Petr Štetiar --- 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 +}