[oe-commits] Otavio Salvador : linux-firmware: Split 'ar3k' in a linux-firmware-ar3k package

git at git.openembedded.org git at git.openembedded.org
Tue May 28 13:28:41 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: ea6a8c9b0dee89b0b25d341ac57666cf090d6ed3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ea6a8c9b0dee89b0b25d341ac57666cf090d6ed3

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu May 23 18:43:29 2013 -0300

linux-firmware: Split 'ar3k' in a linux-firmware-ar3k package

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../linux-firmware/linux-firmware_git.bb           |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 414f47a..8b27f14 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -55,7 +55,7 @@ do_install() {
 PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
              ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
              ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
-             ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k"
+             ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k"
 
 FILES_${PN}-atheros-license = "/lib/firmware/LICENCE.atheros_firmware"
 
@@ -65,6 +65,12 @@ FILES_${PN}-ar9170 = " \
 "
 RDEPENDS_${PN}-ar9170 += "${PN}-atheros-license"
 
+LICENSE_${PN}-ar3k = "Firmware-atheros_firmware"
+FILES_${PN}-ar3k = " \
+  /lib/firmware/ar3k \
+"
+RDEPENDS_${PN}-ath6k += "${PN}-atheros-license"
+
 LICENSE_${PN}-ath6k = "Firmware-atheros_firmware"
 FILES_${PN}-ath6k = " \
   /lib/firmware/ath6k \



More information about the Openembedded-commits mailing list