diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-02 18:31:15 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-02 21:43:19 +0200 |
| commit | 83f4dd214f8f652512cec0033c3506013d845816 (patch) | |
| tree | 8bda696810e448a6a814622907799cc3b651d212 /meta-oe/recipes-connectivity/uhd | |
| parent | 31718e486d71b136e4c685d0d5da273ce7e0977f (diff) | |
| download | meta-openembedded-83f4dd214f8f652512cec0033c3506013d845816.tar.gz | |
uhd-firmare: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd')
3 files changed, 14 insertions, 11 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc b/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc index 40ef590bab..24dfae40f0 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware.inc | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPLv3" | |||
| 4 | 4 | ||
| 5 | INC_PR = "r0" | 5 | INC_PR = "r0" |
| 6 | 6 | ||
| 7 | PACKAGE_ARCH = "all" | 7 | inherit allarch |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${PV}/images-only/UHD-images-${PVdots}.tar.gz" | 9 | SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${PV}/images-only/UHD-images-${PVdots}.tar.gz" |
| 10 | 10 | ||
| @@ -12,6 +12,9 @@ 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 |
| 15 | install -d ${D}${datadir}/uhd/images/bit | ||
| 16 | install -m 0644 ${S}/share/uhd/images/bit/* ${D}${datadir}/uhd/images/bit | ||
| 17 | rm -rf ${S}/share/uhd/images/bit | ||
| 15 | install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images | 18 | install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images |
| 16 | } | 19 | } |
| 17 | 20 | ||
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 deleted file mode 100644 index 549445e5af..0000000000 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.001.000.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 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 | |||
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 new file mode 100644 index 0000000000..0c70e19c6f --- /dev/null +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.002.001.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 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 | |||
