mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
uhd-firmware: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
|
||||||
Reference in New Issue
Block a user