uhd : Add support for the USRP-E100.
authorPhilip Balister <philip@balister.org>
Tue, 7 Dec 2010 18:39:00 +0000 (13:39 -0500)
committerPhilip Balister <philip@balister.org>
Tue, 7 Dec 2010 18:40:15 +0000 (13:40 -0500)
recipes/uhd/uhd.inc
recipes/uhd/uhd_git.bb

index d2e7903..e40c405 100644 (file)
@@ -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}"
index 15d88a2..0cc9cc8 100644 (file)
@@ -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"