diff options
author | Philip Balister <philip@balister.org> | 2013-04-04 17:56:07 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-09 21:34:15 +0200 |
commit | 44a040b896c48db8701720706bdc4e56ab049d4b (patch) | |
tree | 8c610daa981b72706ebcb5f4c643575e75b9c65f /meta-oe | |
parent | caeba74096bf72d9b0f41ddaa1d92cfb8ecfc1bd (diff) | |
download | meta-openembedded-44a040b896c48db8701720706bdc4e56ab049d4b.tar.gz |
uhd : Update to version 3.5.2.
Tested on Cortex-A9 based hardware.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb (renamed from meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb) | 6 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd_git.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb index ee771fb1b..e3180d288 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb | |||
@@ -4,13 +4,13 @@ HOMEPAGE = "http://www.ettus.com" | |||
4 | PE = "1" | 4 | PE = "1" |
5 | 5 | ||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=8df143216c46b7c49804f95056c7057a" | 7 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=29260868c9484a37a7e6b61b29c57a4a" |
8 | 8 | ||
9 | inherit allarch | 9 | inherit allarch |
10 | 10 | ||
11 | SRC_URI = "http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz" | 11 | SRC_URI = "http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz" |
12 | SRC_URI[md5sum] = "dd2373263740d2d48fb39e57846bcd2a" | 12 | SRC_URI[md5sum] = "2dbb7e2fb0c774e5ea2372bac25102e5" |
13 | SRC_URI[sha256sum] = "352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18" | 13 | SRC_URI[sha256sum] = "217efa814fb031ad136bd3dcf89ca219dd6d7ee01aa7e65c56c56b77379117bd" |
14 | 14 | ||
15 | S = "${WORKDIR}/uhd-images_${PV}-release" | 15 | S = "${WORKDIR}/uhd-images_${PV}-release" |
16 | 16 | ||
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index 721182c37..b360e00f2 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | require uhd.inc | 1 | require uhd.inc |
2 | 2 | ||
3 | PV = "3.5.0" | 3 | PV = "3.5.2" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ | 6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ |
7 | " | 7 | " |
8 | S = "${WORKDIR}/git/host" | 8 | S = "${WORKDIR}/git/host" |
9 | 9 | ||
10 | SRCREV = "5cb9779da40491b06157596b06422f704a58c7d0" | 10 | SRCREV = "0cce80c1ef2bcdb5094d579a6853261cebd2ec03" |