aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2021-07-23 15:05:26 +0200
committerKhem Raj <raj.khem@gmail.com>2021-07-27 09:52:23 -0700
commitc8992dc7710c23b731a170a175c9e2bc946e907c (patch)
treed5289d88463d3979ee32942d40e78aaf6b00f106 /meta-oe/recipes-benchmark
parentea1652319f108de01de7b793dc3c3e8997478065 (diff)
downloadmeta-openembedded-contrib-c8992dc7710c23b731a170a175c9e2bc946e907c.tar.gz
mbw: add new recipe
The last release/tag is 1.4 but it's from 2014. So use current head for now. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/mbw/mbw_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/mbw/mbw_git.bb b/meta-oe/recipes-benchmark/mbw/mbw_git.bb
new file mode 100644
index 0000000000..5ed726d9b7
--- /dev/null
+++ b/meta-oe/recipes-benchmark/mbw/mbw_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
+HOMEPAGE = "http://github.com/raas/mbw"
+SECTION = "console/tests"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef"
+
+SRC_URI = "git://github.com/raas/${BPN}.git"
+
+SRCREV = "2a15026ff65160127204881263464b1740a57198"
+
+PV = "1.4+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 ${B}/mbw ${D}${bindir}
+}