diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 12:33:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 12:33:43 +0100 |
commit | 83429a16a98d4aeea5ce2f41b084c33fd1ec5326 (patch) | |
tree | 49608c16b1207d1bbf4668b4f71cd2acc75a1549 /meta-oe | |
parent | 8c967075f04e10fc3ae83f442795548d2d6c4ce1 (diff) | |
download | meta-openembedded-83429a16a98d4aeea5ce2f41b084c33fd1ec5326.tar.gz |
uhd: update to 3.3.1 to match kernel and FPGA firmware
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 20 | ||||
-rw-r--r-- | 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 b08d1a066..466a19c8a 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 | |||
7 | RDEPENDS_${PN} += "uhd-firmware" | 7 | RDEPENDS_${PN} += "uhd-firmware" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | INC_PR = "r0" | 10 | INC_PR = "r1" |
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||
14 | PACKAGES =+ "${PN}-tests ${PN}-examples" | 14 | PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx" |
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/libuhd.so" | 16 | INSANE_SKIP_${PN} = "dev-so" |
17 | FILES_${PN} += "${datadir}/uhd/utils/*" | 17 | |
18 | FILES_${PN} += "${libdir}/libuhd.so \ | ||
19 | ${datadir}/uhd/utils/*" | ||
18 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" | 20 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" |
19 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug \ | 21 | FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*" |
20 | ${datadir}/uhd/utils/.debug \ | 22 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \ |
21 | ${datadir}/uhd/tests/.debug \ | 23 | " ${datadir}/uhd/utils/.debug/* \ |
22 | ${datadir}/uhd/usrp_e_utils/.debug \ | 24 | ${datadir}/uhd/tests/.debug/* \ |
23 | " | 25 | ${datadir}/uhd/usrp_e_utils/.debug/*" |
24 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" | 26 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" |
25 | 27 | ||
26 | OECMAKE_BUILDPATH = "${S}/build" | 28 | 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 329a39598..cd9c554ff 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | require uhd.inc | 1 | require uhd.inc |
2 | 2 | ||
3 | PV = "3.2.1" | 3 | PV = "3.3.1" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ | 6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ |
7 | file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2" | 7 | file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2" |
8 | S = "${WORKDIR}/git/host" | 8 | S = "${WORKDIR}/git/host" |
9 | 9 | ||
10 | SRCREV = "fc349d30507620baca935e75e68a9554b40d427c" | 10 | SRCREV = "f8d66fcfb14062283cdb0d0cbe4f77e2964ceb82" |