diff mbox series

[meta-oe,1/2] Revert "cyclictest: add real-time latency measurement recipe"

Message ID 20260902012611.448874-1-dmitry.baryshkov@oss.qualcomm.com
State Under Review
Headers show
Series [meta-oe,1/2] Revert "cyclictest: add real-time latency measurement recipe" | expand

Commit Message

Dmitry Baryshkov Sept. 2, 2026, 1:26 a.m. UTC
cyclictest is a part of the rt-tests suite which has the recipe in
OE-Core since prehistoric times. Revert the commit 1253fb84313b
("cyclictest: add real-time latency measurement recipe") which
duplicated a part of OE-Core recipe.

Cc: Vaibhav Jindal <vaibjind@qti.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 .../cyclictest/cyclictest_git.bb              | 26 -------------------
 .../packagegroups/packagegroup-meta-oe.bb     |  1 -
 2 files changed, 27 deletions(-)
 delete mode 100644 meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb

Comments

Khem Raj Sept. 2, 2026, 6:17 a.m. UTC | #1
Thanks Dmitry, I should have noticed it but It completely fell through
cracks.

On Tue, Sep 1, 2026 at 6:26 PM Dmitry Baryshkov via lists.openembedded.org
<dmitry.baryshkov=oss.qualcomm.com@lists.openembedded.org> wrote:

> cyclictest is a part of the rt-tests suite which has the recipe in
> OE-Core since prehistoric times. Revert the commit 1253fb84313b
> ("cyclictest: add real-time latency measurement recipe") which
> duplicated a part of OE-Core recipe.
>
> Cc: Vaibhav Jindal <vaibjind@qti.qualcomm.com>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
>  .../cyclictest/cyclictest_git.bb              | 26 -------------------
>  .../packagegroups/packagegroup-meta-oe.bb     |  1 -
>  2 files changed, 27 deletions(-)
>  delete mode 100644 meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
>
> diff --git a/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
> b/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
> deleted file mode 100644
> index d3fbcf6394e7..000000000000
> --- a/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -SUMMARY = "Real-time latency measurement tool"
> -DESCRIPTION = "Cyclictest is a tool for measuring real-time latency and
> jitter on Linux systems. It measures the latency of the kernel scheduler."
> -HOMEPAGE = "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git"
> -LICENSE = "GPL-2.0-only"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> -
> -SRC_URI = "git://
> git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;protocol=https;branch=main
> "
> -SRCREV = "7aca81171ea05a03d0e8698af4ae53c5177f5f83"
> -
> -UPSTREAM_CHECK_COMMITS = "1"
> -
> -DEPENDS = "numactl"
> -
> -# Filter out unsupported compiler flags
> -CFLAGS:remove = "-fcanon-prefix-map"
> -
> -do_configure[noexec] = "1"
> -
> -do_compile() {
> -    oe_runmake NUMA=1 CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
> cyclictest
> -}
> -
> -do_install() {
> -    install -d ${D}${bindir}
> -    install -m 0755 ${B}/cyclictest ${D}${bindir}/cyclictest
> -}
> diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> index 8f32706ef9ab..0320021d6550 100644
> --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> @@ -54,7 +54,6 @@ RDEPENDS:packagegroup-meta-oe-benchmarks = "\
>      bonnie++ \
>      coremark-pro \
>      cpupower \
> -    cyclictest \
>      dbench \
>      dhrystone \
>      fio \
> --
> 2.47.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#129628):
> https://lists.openembedded.org/g/openembedded-devel/message/129628
> Mute This Topic: https://lists.openembedded.org/mt/121044832/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb b/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
deleted file mode 100644
index d3fbcf6394e7..000000000000
--- a/meta-oe/recipes-benchmark/cyclictest/cyclictest_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@ 
-SUMMARY = "Real-time latency measurement tool"
-DESCRIPTION = "Cyclictest is a tool for measuring real-time latency and jitter on Linux systems. It measures the latency of the kernel scheduler."
-HOMEPAGE = "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-
-SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;protocol=https;branch=main"
-SRCREV = "7aca81171ea05a03d0e8698af4ae53c5177f5f83"
-
-UPSTREAM_CHECK_COMMITS = "1"
-
-DEPENDS = "numactl"
-
-# Filter out unsupported compiler flags
-CFLAGS:remove = "-fcanon-prefix-map"
-
-do_configure[noexec] = "1"
-
-do_compile() {
-    oe_runmake NUMA=1 CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" cyclictest
-}
-
-do_install() {
-    install -d ${D}${bindir}
-    install -m 0755 ${B}/cyclictest ${D}${bindir}/cyclictest
-}
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 8f32706ef9ab..0320021d6550 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -54,7 +54,6 @@  RDEPENDS:packagegroup-meta-oe-benchmarks = "\
     bonnie++ \
     coremark-pro \
     cpupower \
-    cyclictest \
     dbench \
     dhrystone \
     fio \