mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
uhd-firmware: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
3e2ce6c26a
commit
8646a3ecf9
20
recipes-connectivity/uhd/uhd-firmware.inc
Normal file
20
recipes-connectivity/uhd/uhd-firmware.inc
Normal 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
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user