diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 09:19:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 10:06:05 +0100 |
commit | 8c967075f04e10fc3ae83f442795548d2d6c4ce1 (patch) | |
tree | 64dc6f4f89dfa6a7c801e69b4503bce3b6359e49 /meta-oe | |
parent | 12cf4fa8d23badbf55a018db0f821909294de34e (diff) | |
download | meta-openembedded-8c967075f04e10fc3ae83f442795548d2d6c4ce1.tar.gz |
uhd-firmware: update to 3.3.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd-firmware_003.002.001.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb (renamed from meta-oe/recipes-connectivity/uhd/uhd-firmware.inc) | 12 |
2 files changed, 8 insertions, 14 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.002.001.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.002.001.bb deleted file mode 100644 index 0c70e19c6..000000000 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.002.001.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require uhd-firmware.inc | ||
2 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=ea9a4b4421aeeca7c864fd8ca6dd73dd" | ||
3 | |||
4 | PV = "003_002_001" | ||
5 | PVdots = "003.002.001" | ||
6 | PR = "${INC_PR}.0" | ||
7 | |||
8 | SRC_URI[md5sum] = "1894391da027884e5eed474606250be9" | ||
9 | SRC_URI[sha256sum] = "c194d9e30bb02225de623400bdba9be9200f70a57c6220506bc0b051eed8fae8" | ||
10 | |||
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb index 24dfae40f..97dab1c46 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb | |||
@@ -1,14 +1,18 @@ | |||
1 | DESCRIPTION = "Universal Hardware Driver Firmware" | 1 | DESCRIPTION = "Universal Hardware Driver Firmware" |
2 | HOMEPAGE = "http://www.ettus.com" | 2 | HOMEPAGE = "http://www.ettus.com" |
3 | LICENSE = "GPLv3" | ||
4 | 3 | ||
5 | INC_PR = "r0" | 4 | PE = "1" |
5 | |||
6 | LICENSE = "GPLv3" | ||
7 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=52f5a4b60aca734da1b0e78078aeea71" | ||
6 | 8 | ||
7 | inherit allarch | 9 | inherit allarch |
8 | 10 | ||
9 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${PV}/images-only/UHD-images-${PVdots}.tar.gz" | 11 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${@'${PV}'.replace('.', '_')}/images-only/UHD-images-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "84ec78ec03699a96d64210b93019f782" | ||
13 | SRC_URI[sha256sum] = "53712db43b324adad1b83617f99f7b73682bcd0078bbc9915d0a376f4ca41289" | ||
10 | 14 | ||
11 | S = "${WORKDIR}/UHD-images-${PVdots}" | 15 | S = "${WORKDIR}/UHD-images-${PV}-59f407f" |
12 | 16 | ||
13 | do_install() { | 17 | do_install() { |
14 | install -d ${D}${datadir}/uhd/images | 18 | install -d ${D}${datadir}/uhd/images |