[oe-commits] Philip Balister : uhd : Add support for the USRP-E100.

git version control git at git.openembedded.org
Tue Dec 7 18:40:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 546536b483149679f4e4e0392de253a4852e8dfe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=546536b483149679f4e4e0392de253a4852e8dfe

Author: Philip Balister <philip at balister.org>
Date:   Tue Dec  7 13:39:00 2010 -0500

uhd : Add support for the USRP-E100.

---

 recipes/uhd/uhd.inc    |    2 ++
 recipes/uhd/uhd_git.bb |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index d2e7903..e40c405 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 15d88a2..0cc9cc8 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"





More information about the Openembedded-commits mailing list