diff mbox series

[meta-arago,master/kirkstone/dunfell] stream: Enable stream benchmark again

Message ID 20230202154942.29815-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone/dunfell] stream: Enable stream benchmark again | expand

Commit Message

Ryan Eatmon Feb. 2, 2023, 3:49 p.m. UTC
We have worked through the hosting issues and found a new home for the stream
benchmark.  Fix the SRC_URI and add the package back into the packagegroups.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bb            | 1 +
 meta-arago-distro/recipes-core/packagegroups/ti-test.bb         | 1 +
 meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb       | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 073740a2..23fae8e0 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -49,6 +49,7 @@  UTILS_append_ti43x = " mmc-utils \
 UTILS_append_omap-a15 = " mmc-utils \
                           switch-config \
                           libdrm-omap \
+                          stream-openmp \
                           pru-icss \
                           ti-ipc-rtos-fw \
                           uio-test-pruss \
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index 5c33f5aa..53a8cd47 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -37,6 +37,7 @@  ARAGO_TEST = "\
     linuxptp \
     openntpd \
     nbench-byte \
+    stream \
 "
 
 ARAGO_TEST_append_armv7a = " \
diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb b/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
index fef8eb8f..d14fc884 100644
--- a/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
@@ -9,7 +9,7 @@  PR = "r0"
 BRANCH ?= "master"
 SRCREV = "b66f2bab5d6d0b35732ef8406ae03873725a3306"
 
-SRC_URI = "git://git.ti.com/git/sitara-linux/stream.git;protocol=https;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/git/arago-project-org/stream.git;protocol=https;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"