blob: 52b93995086ff243ea37f3a18879684bb3607ecd [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Patrick Williams213cb262021-08-07 19:21:33 -05005LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef"
6
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
9SRCREV = "2a15026ff65160127204881263464b1740a57198"
10
11PV = "1.4+git${SRCPV}"
12
13S = "${WORKDIR}/git"
14
15do_install() {
16 install -d ${D}${bindir}
17 install -m 0755 ${B}/mbw ${D}${bindir}
18}