[oe-commits] Koen Kooi : linux-firmware: update SRCREV and make the wl12xx subpackage work with a wider range of kernels

git version control git at git.openembedded.org
Mon May 9 11:03:28 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 74d3a986166e9a495d75d8bdccde0e6e7cd8af5a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=74d3a986166e9a495d75d8bdccde0e6e7cd8af5a

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May  9 13:00:53 2011 +0200

linux-firmware: update SRCREV and make the wl12xx subpackage work with a wider range of kernels

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/linux-firmware/linux-firmware_git.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/linux-firmware/linux-firmware_git.bb b/recipes/linux-firmware/linux-firmware_git.bb
index eb8cadb..d646f0e 100644
--- a/recipes/linux-firmware/linux-firmware_git.bb
+++ b/recipes/linux-firmware/linux-firmware_git.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "Firmware files for use with Linux kernel"
 
-PR = "r1"
+PR = "r2"
 PR_append = "+gitr${SRCREV}"
-SRCREV = "c2e530abf58116fbc4eb3baedeb5b3ed092b2c8a"
+SRCREV = "dbb6a54ba8c8d6e6673a3b86ea4c4aac78c808f0"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git"
 
@@ -17,11 +17,12 @@ do_install() {
 	cp -RpP * ${D}/lib/firmware/
 
 	# fixup wl12xx location
-	mv ${D}/lib/firmware/ti-connectivity/* ${D}/lib/firmware 
+	( cd ${D}/lib/firmware
+	ln -sf ti-connectivity/* . )
 }
 
 PACKAGES =+ "${PN}-wl12xx"
-FILES_${PN}-wl12xx = "/lib/firmware/wl12*"
+FILES_${PN}-wl12xx = "/lib/firmware/wl12* /lib/firmware/TI* /lib/firmware/ti-connectivity"
 
 FILES_${PN} += "/lib/firmware/*"
 PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list