blob: 107d5a8b72499ca0bac89024a8b78c35e3d402a8 [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
8COMPATIBLE_HOST = "(x86_64|aarch64|arm)"
9
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}