aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uhd
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-12-07 13:39:00 -0500
committerPhilip Balister <philip@balister.org>2010-12-07 13:40:15 -0500
commit546536b483149679f4e4e0392de253a4852e8dfe (patch)
tree8209b7728ca7ecd106ba248608bb1d2d91c48ffa /recipes/uhd
parent906426179140156347adb366726287e9ae0f9682 (diff)
downloadopenembedded-546536b483149679f4e4e0392de253a4852e8dfe.tar.gz
uhd : Add support for the USRP-E100.
Diffstat (limited to 'recipes/uhd')
-rw-r--r--recipes/uhd/uhd.inc2
-rw-r--r--recipes/uhd/uhd_git.bb4
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index d2e7903fc1..e40c405374 100644
--- a/recipes/uhd/uhd.inc
+++ b/recipes/uhd/uhd.inc
@@ -22,4 +22,6 @@ FILES_${PN}-examples = "${datadir}/uhd/examples/*"
OECMAKE_BUILDPATH = "${S}/build"
OECMAKE_SOURCEPATH = "${S}"
+EXTRA_OECMAKE = "-DENABLE_USRP_E100=TRUE"
+
EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
diff --git a/recipes/uhd/uhd_git.bb b/recipes/uhd/uhd_git.bb
index 15d88a21c8..0cc9cc859d 100644
--- a/recipes/uhd/uhd_git.bb
+++ b/recipes/uhd/uhd_git.bb
@@ -1,8 +1,8 @@
require recipes/uhd/uhd.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git"
S = "${WORKDIR}/git/host"
-SRCREV = "816a07bee54e998e4fb25beeb44b9ac3888189bf"
+SRCREV = "a51fb2ed133f5550265d32e49d601d6d90e0e277"