All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] stream: Add Stream benchmark
@ 2015-03-04 20:05 Franklin S. Cooper Jr
  2015-03-04 20:05 ` [PATCH 2/3] stream: Add append for TISDK customizations Franklin S. Cooper Jr
  2015-03-04 20:05 ` [PATCH 3/3] packagegroup-arago-tisdk-addons: Add stream benchmark Franklin S. Cooper Jr
  0 siblings, 2 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-03-04 20:05 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-benchmark/stream/stream_git.bb         |   23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-arago-extras/recipes-benchmark/stream/stream_git.bb

diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
new file mode 100644
index 0000000..56be33f
--- /dev/null
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Stream Benchmark"
+HOMEPAGE = "http://www.cs.virginia.edu/stream/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bca8cbe07976fe64c8946378d08314b0"
+SECTION = "system"
+
+PR = "r0"
+
+BRANCH ?= "master"
+SRCREV = "bd474633b7b0352211b48d84065bf7b7e166e4c2"
+
+SRC_URI = "git://git.ti.com/sitara-linux/stream.git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+do_compile() {
+	# build the release version
+	oe_runmake stream_linux
+}
+do_install() {
+	install -d ${D}/${bindir}
+	install -m 0755 ${S}/stream_c ${D}/${bindir}/
+}
+
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-04 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 20:05 [PATCH 1/3] stream: Add Stream benchmark Franklin S. Cooper Jr
2015-03-04 20:05 ` [PATCH 2/3] stream: Add append for TISDK customizations Franklin S. Cooper Jr
2015-03-04 20:20   ` Denys Dmytriyenko
2015-03-04 20:35     ` Cooper Jr., Franklin
2015-03-04 20:05 ` [PATCH 3/3] packagegroup-arago-tisdk-addons: Add stream benchmark Franklin S. Cooper Jr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.