Message ID | 20230206220437.936-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master/kirkstone] stream: Enable stream benchmark again | expand |
meta-arago / na / 20230206220437.936-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: FAIL ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master/kirkstone][PATCH] stream: Enable stream benchmark again - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Mon, 6 Feb 2023 16:04:37 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: f0ac698e07f87f5ec94cf49a735d12283ec63741 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202508010100 - Commit SHA: 644f8b47f0eef26bda636717f5838871ec67d138 Patches ---------------------------------------- FAIL - [meta-arago][master/kirkstone][PATCH] stream: Enable stream benchmark again error: patch failed: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb:45 error: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb: patch does not apply error: meta-arago-distro/recipes-core/packagegroups/ti-test.bb: does not exist in index error: meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb: does not exist in index Applying: stream: Enable stream benchmark again Patch failed at 0001 stream: Enable stream benchmark again kirkstone ===================== Summary: - Patch Series: [meta-arago][master/kirkstone][PATCH] stream: Enable stream benchmark again - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Mon, 6 Feb 2023 16:04:37 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: f0ac698e07f87f5ec94cf49a735d12283ec63741 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: kirkstone - Commit Author: Judith Mendez <jm@ti.com> - Commit Subject: ti-test: Add rng-tools - Commit SHA: f8ad2232a4e52b50aecc6c847ee7cfa24fc84070 Patches ---------------------------------------- FAIL - [meta-arago][master/kirkstone][PATCH] stream: Enable stream benchmark again error: patch failed: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb:45 error: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb: patch does not apply error: meta-arago-distro/recipes-core/packagegroups/ti-test.bb: does not exist in index error: meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb: does not exist in index Applying: stream: Enable stream benchmark again Patch failed at 0001 stream: Enable stream benchmark again
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"
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(-)