mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
uhd: update to 3.3.1 to match kernel and FPGA firmware
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user