blob: bb8c4625d5bd3d84e0481a99c936c07d1aa0157d [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
2HOMEPAGE = "http://github.com/raas/mbw"
3SECTION = "console/tests"
Patrick Williams8e7b46e2023-05-01 14:19:06 -05004LICENSE = "GPL-3.0-or-later"
5LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=9ead6bd5826678fcfe229a3cf7257c56"
Patrick Williams213cb262021-08-07 19:21:33 -05006
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https"
Patrick Williams213cb262021-08-07 19:21:33 -05008
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009SRCREV = "c3155b544a5065e8235508059c6512af6c46bd4d"
Patrick Williams213cb262021-08-07 19:21:33 -050010
11S = "${WORKDIR}/git"
12
13do_install() {
14 install -d ${D}${bindir}
15 install -m 0755 ${B}/mbw ${D}${bindir}
16}