diff options
author | Philip Balister <philip@opensdr.com> | 2012-04-11 23:11:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-12 09:01:09 +0200 |
commit | 41ac017f6c365a41ddeec886c0b62f3ff66cc5dd (patch) | |
tree | 9df4a0f200a3cb411af56060d619b38c4c855521 /meta-oe/recipes-connectivity | |
parent | ac30ec5e59db373d7194c5d4f02e1b7cf76c5508 (diff) | |
download | meta-openembedded-41ac017f6c365a41ddeec886c0b62f3ff66cc5dd.tar.gz |
uhd-firmware : Update to version 003.004.000.
Yes, Josh changed the paths again. They are much saner now, and if he touches
them again, I will beat him with a ping pong paddle.
Signed-off-by: Philip Balister <philip@opensdr.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb (renamed from meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb index 1d7817dce..b4453075e 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb | |||
@@ -4,15 +4,15 @@ 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=52f5a4b60aca734da1b0e78078aeea71" | 7 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=d8a4f8958d3b56a11bbb1bb134826b28" |
8 | 8 | ||
9 | inherit allarch | 9 | inherit allarch |
10 | 10 | ||
11 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${@'${PV}'.replace('.', '_')}/images-only/UHD-images-${PV}.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] = "84ec78ec03699a96d64210b93019f782" | 12 | SRC_URI[md5sum] = "4269fac82df1fe593ba76206773ce551" |
13 | SRC_URI[sha256sum] = "53712db43b324adad1b83617f99f7b73682bcd0078bbc9915d0a376f4ca41289" | 13 | SRC_URI[sha256sum] = "4b80ebf90079a823212d3b77e5311ef1b467497a4a3585c2cfb4fe65bff71acf" |
14 | 14 | ||
15 | S = "${WORKDIR}/UHD-images-${PV}-59f407f" | 15 | S = "${WORKDIR}/uhd-images_${PV}-release" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | install -d ${D}${datadir}/uhd/images | 18 | install -d ${D}${datadir}/uhd/images |