uhd: update to 3.3.1 to match kernel and FPGA firmware
authorKoen Kooi <koen@dominion.thruhere.net>
Sat, 19 Nov 2011 11:33:43 +0000 (12:33 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:16:43 +0000 (08:16 -0800)
(From meta-openembedded rev: 83429a16a98d4aeea5ce2f41b084c33fd1ec5326)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/uhd/uhd.inc
meta-openembedded/meta-oe/recipes-connectivity/uhd/uhd_git.bb

index b08d1a0..466a19c 100644 (file)
@@ -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"
index 329a395..cd9c554 100644 (file)
@@ -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"