Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Simple program to read & write to a pci device from userspace" |
| 2 | HOMEPAGE = "https://github.com/billfarrow/pcimem" |
| 3 | BUGTRACKER = "https://github.com/billfarrow/pcimem/issues" |
| 4 | SECTION = "devel" |
| 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | |
| 8 | COMPATIBLE_HOST = "(x86_64|aarch64|arm)" |
| 9 | |
| 10 | SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" |
| 11 | SRC_URI = "git://github.com/billfarrow/pcimem.git " |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | do_install() { |
| 16 | install -D -m 0755 ${B}/pcimem ${D}${bindir}/pcimem |
| 17 | } |