[oe-commits] Andre McCurdy : tinymembench: add initial recipe

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 11:55:15 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: d15cc3a6a84d9aa56103600cacb46a199d7661be
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d15cc3a6a84d9aa56103600cacb46a199d7661be

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Tue Mar 10 15:47:51 2015 -0700

tinymembench: add initial recipe

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../tinymembench/tinymembench_git.bb                  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
new file mode 100644
index 0000000..ae7887d
--- /dev/null
+++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A simple memory benchmark program, which tries to measure the \
+peak bandwidth of sequential memory accesses and the latency of random memory \
+accesses. Bandwidth is measured by running different assembly code for the \
+aligned memory blocks and attempting different prefetch strategies"
+HOMEPAGE = "https://github.com/ssvb/tinymembench/wiki"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://main.c;endline=22;md5=879b9bbb60851454885b5fa47eb6b345"
+
+PV = "0.3.9+git${SRCPV}"
+
+SRCREV = "95e68477588d41187b2d2e52ecf6be0e7eb06b8d"
+SRC_URI = "git://github.com/ssvb/tinymembench.git"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m755 tinymembench ${D}${bindir}/
+}



More information about the Openembedded-commits mailing list