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 <[email protected]> --- .../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 --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" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14198): https://lists.yoctoproject.org/g/meta-arago/message/14198 Mute This Topic: https://lists.yoctoproject.org/mt/96702363/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
