[oe-commits] Koen Kooi : uhd: update to 3.3.1 to match kernel and FPGA firmware

git at git.openembedded.org git at git.openembedded.org
Sat Nov 19 15:28:17 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 83429a16a98d4aeea5ce2f41b084c33fd1ec5326
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=83429a16a98d4aeea5ce2f41b084c33fd1ec5326

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Nov 19 12:33:43 2011 +0100

uhd: update to 3.3.1 to match kernel and FPGA firmware

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-connectivity/uhd/uhd.inc    |   20 +++++++++++---------
 meta-oe/recipes-connectivity/uhd/uhd_git.bb |    4 ++--
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc
index b08d1a0..466a19c 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd.inc
+++ b/meta-oe/recipes-connectivity/uhd/uhd.inc
@@ -7,20 +7,22 @@ DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-nativ
 RDEPENDS_${PN} += "uhd-firmware"
 
 PE = "1"
-INC_PR = "r0"
+INC_PR = "r1"
 
 inherit cmake
 
-PACKAGES =+ "${PN}-tests ${PN}-examples"
+PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx"
 
-FILES_${PN} += "${libdir}/libuhd.so"
-FILES_${PN} += "${datadir}/uhd/utils/*"
+INSANE_SKIP_${PN} = "dev-so"
+
+FILES_${PN} += "${libdir}/libuhd.so \
+                ${datadir}/uhd/utils/*"
 FILES_${PN}-tests += "${datadir}/uhd/tests/*"
-FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug \
-                    ${datadir}/uhd/utils/.debug \
-                    ${datadir}/uhd/tests/.debug \
-                    ${datadir}/uhd/usrp_e_utils/.debug \
-                   "
+FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*"
+FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \
+"                   ${datadir}/uhd/utils/.debug/* \
+                    ${datadir}/uhd/tests/.debug/* \
+                    ${datadir}/uhd/usrp_e_utils/.debug/*"
 FILES_${PN}-examples = "${datadir}/uhd/examples/*"
 
 OECMAKE_BUILDPATH = "${S}/build"
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index 329a395..cd9c554 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -1,10 +1,10 @@
 require uhd.inc
 
-PV = "3.2.1"
+PV = "3.3.1"
 PR = "${INC_PR}.0"
 
 SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \
            file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2"
 S = "${WORKDIR}/git/host"
 
-SRCREV = "fc349d30507620baca935e75e68a9554b40d427c"
+SRCREV = "f8d66fcfb14062283cdb0d0cbe4f77e2964ceb82"





More information about the Openembedded-commits mailing list