[oe-commits] Philip Balister : uhd : Update to latest release. Both source and fpga images.

git version control git at git.openembedded.org
Thu Apr 28 20:01:16 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: ce56683db5a9efe9b44ed7d1c64a88028ea87ff7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce56683db5a9efe9b44ed7d1c64a88028ea87ff7

Author: Philip Balister <philip at balister.org>
Date:   Tue Apr 26 09:08:37 2011 -0400

uhd : Update to latest release. Both source and fpga images.

---

 recipes/uhd/uhd-firmware.inc                       |    8 +++++---
 .../uhd-firmware_0001.20101124013843.905f426.bb    |    7 -------
 recipes/uhd/uhd-firmware_003.000.001.bb            |    7 +++++++
 recipes/uhd/uhd_git.bb                             |    4 ++--
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/recipes/uhd/uhd-firmware.inc b/recipes/uhd/uhd-firmware.inc
index 763aa6c..b3c24ae 100644
--- a/recipes/uhd/uhd-firmware.inc
+++ b/recipes/uhd/uhd-firmware.inc
@@ -2,13 +2,15 @@ DESCRIPTION = "Universal Hardware Driver Firmware"
 HOMEPAGE = "http://www.ettus.com"
 LICENSE = "GPLv3"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 PACKAGE_ARCH = "all"
 
-SRC_URI = "http://www.ettus.com/downloads/uhd_images/UHD-images-${PV}/UHD-images-${PV}-Linux.tar.gz"
+#PV_U = `echo ${PV} | sed 's/\./_/g'`
 
-S = ${WORKDIR}/UHD-images-${PV}-Linux
+SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${@'${PV}'.replace('.', '_')}/images-only/UHD-images-${PV}.tar.gz"
+
+S = ${WORKDIR}/UHD-images-${PV}
 
 do_install() {
 	install -d ${D}${datadir}/uhd/images
diff --git a/recipes/uhd/uhd-firmware_0001.20101124013843.905f426.bb b/recipes/uhd/uhd-firmware_0001.20101124013843.905f426.bb
deleted file mode 100644
index 74fa64e..0000000
--- a/recipes/uhd/uhd-firmware_0001.20101124013843.905f426.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require recipes/uhd/uhd-firmware.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "6db20f93e3c4646395bd6e8260e2261f"
-SRC_URI[sha256sum] = "4c73655519cd9f4e49e5727f094b463850b03db13d91a8b0429b789e74a9deea"
-
diff --git a/recipes/uhd/uhd-firmware_003.000.001.bb b/recipes/uhd/uhd-firmware_003.000.001.bb
new file mode 100644
index 0000000..59018f4
--- /dev/null
+++ b/recipes/uhd/uhd-firmware_003.000.001.bb
@@ -0,0 +1,7 @@
+require recipes/uhd/uhd-firmware.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "00bf346a4e6b8fb1f0d1633e4464cd34"
+SRC_URI[sha256sum] = "231e8e63b6a3348b36881540e3738912d082a74118fd439feeec32ed76b56ba3"
+
diff --git a/recipes/uhd/uhd_git.bb b/recipes/uhd/uhd_git.bb
index cf6e706..6c90ec3 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}.2"
+PR = "${INC_PR}.3"
 
 SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git"
 S = "${WORKDIR}/git/host"
 
-SRCREV = "cc639e876f326e958dace8438ae41b8cd9563780"
+SRCREV = "81e891f3f38259e7450b454933c979f2d8c93d65"





More information about the Openembedded-commits mailing list