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

Signed-off-by: Franklin S. Cooper Jr <fcoo...@ti.com>
---
 .../recipes-benchmark/stream/stream_git.bb         |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb 
b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
index 75955da..6a86dc9 100644
--- a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
@@ -4,21 +4,26 @@ LICENSE = "Stream_Benchmark_License"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bca8cbe07976fe64c8946378d08314b0"
 SECTION = "system"
 
-PR = "r1"
+PR = "r2"
 
 BRANCH ?= "master"
-SRCREV = "bd474633b7b0352211b48d84065bf7b7e166e4c2"
+SRCREV = "b66f2bab5d6d0b35732ef8406ae03873725a3306"
 
 SRC_URI = "git://git.ti.com/sitara-linux/stream.git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
+PACKAGES =+ "${PN}-openmp"
+
 do_compile() {
        # build the release version
-       oe_runmake stream_linux
+       oe_runmake
 }
 
 do_install() {
        install -d ${D}/${bindir}
        install -m 0755 ${S}/stream_c ${D}/${bindir}/
+       install -m 0755 ${S}/stream_c_openmp ${D}/${bindir}/
 }
+
+FILES_${PN}-openmp = "${bindir}/stream_c_openmp"
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to