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 cb972078..a00d0ad5 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 @@ -45,6 +45,7 @@ UTILS:append:ti43x = " mmc-utils \ UTILS:append:omap-a15 = " mmc-utils \ switch-config \ libdrm-omap \ + stream-openmp \ pru-icss \ ti-ipc-rtos-fw \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb index ca4e254e..da52d47a 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 73b791e4..cdde9b20 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 (#14202): https://lists.yoctoproject.org/g/meta-arago/message/14202 Mute This Topic: https://lists.yoctoproject.org/mt/96794664/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
