diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 16:31:06 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 19:45:58 +0200 |
| commit | f9c4fd0b31a28c5a79bf00d2ac5ff5e9f872ecd2 (patch) | |
| tree | ce999c9aac72e602c990cd8789fa8183b1235361 /meta-oe/recipes-connectivity/uhd | |
| parent | 11549e58097f9dda730bb142da768c897fbbc5ae (diff) | |
| download | meta-openembedded-f9c4fd0b31a28c5a79bf00d2ac5ff5e9f872ecd2.tar.gz | |
udh-firmware: sync with OE .dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd')
3 files changed, 12 insertions, 11 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc b/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc index 763aa6ca56..40ef590bab 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc | |||
| @@ -6,9 +6,9 @@ INC_PR = "r0" | |||
| 6 | 6 | ||
| 7 | PACKAGE_ARCH = "all" | 7 | PACKAGE_ARCH = "all" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.ettus.com/downloads/uhd_images/UHD-images-${PV}/UHD-images-${PV}-Linux.tar.gz" | 9 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${PV}/images-only/UHD-images-${PVdots}.tar.gz" |
| 10 | 10 | ||
| 11 | S = ${WORKDIR}/UHD-images-${PV}-Linux | 11 | S = "${WORKDIR}/UHD-images-${PVdots}" |
| 12 | 12 | ||
| 13 | do_install() { | 13 | do_install() { |
| 14 | install -d ${D}${datadir}/uhd/images | 14 | install -d ${D}${datadir}/uhd/images |
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_0001.20101124013843.905f426.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_0001.20101124013843.905f426.bb deleted file mode 100644 index 7fc8dde335..0000000000 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_0001.20101124013843.905f426.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require uhd-firmware.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga.bin;md5=38e997b0ea38503d7d7f389ba76d39df" | ||
| 4 | |||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "6db20f93e3c4646395bd6e8260e2261f" | ||
| 8 | SRC_URI[sha256sum] = "4c73655519cd9f4e49e5727f094b463850b03db13d91a8b0429b789e74a9deea" | ||
| 9 | |||
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.001.000.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.001.000.bb new file mode 100644 index 0000000000..549445e5af --- /dev/null +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.001.000.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require uhd-firmware.inc | ||
| 2 | LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga.bin;md5=f4e787828ebe5a886be67fe9fb71cc61" | ||
| 3 | |||
| 4 | PV = "003_001_000" | ||
| 5 | PVdots = "003.001.000" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "0d6a6792c6b98e9163d67cb62bf29dce" | ||
| 9 | SRC_URI[sha256sum] = "3b25726946026c6d25061403e3343d72b34cc41e7e44026b272510379d01233a" | ||
| 10 | |||
