blob: 42f5513284d333f450873c31c3cbad67ae58f0c4 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Simple program to read & write to a pci device from userspace"
2HOMEPAGE = "https://github.com/billfarrow/pcimem"
3BUGTRACKER = "https://github.com/billfarrow/pcimem/issues"
4SECTION = "devel"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
Andrew Geisslereff27472021-10-29 15:35:00 -05008COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b"
11SRC_URI = "git://github.com/billfarrow/pcimem.git "
12
13S = "${WORKDIR}/git"
14
15do_install() {
16 install -D -m 0755 ${B}/pcimem ${D}${bindir}/pcimem
17}