uhd-firmware: import from OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-01-13 21:04:40 +01:00
parent 3e2ce6c26a
commit 8646a3ecf9
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,20 @@
DESCRIPTION = "Universal Hardware Driver Firmware"
HOMEPAGE = "http://www.ettus.com"
LICENSE = "GPLv3"
INC_PR = "r0"
PACKAGE_ARCH = "all"
SRC_URI = "http://www.ettus.com/downloads/uhd_images/UHD-images-${PV}/UHD-images-${PV}-Linux.tar.gz"
S = ${WORKDIR}/UHD-images-${PV}-Linux
do_install() {
install -d ${D}${datadir}/uhd/images
install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
}
PACKAGES = "${PN}"
FILES_${PN} = ${datadir}/uhd/images

View File

@ -0,0 +1,9 @@
require uhd-firmware.inc
LIC_FILES_CHKSUM = "file://share/uhd/images/usrp_e100_fpga.bin;md5=38e997b0ea38503d7d7f389ba76d39df"
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "6db20f93e3c4646395bd6e8260e2261f"
SRC_URI[sha256sum] = "4c73655519cd9f4e49e5727f094b463850b03db13d91a8b0429b789e74a9deea"