diff mbox series

[meta-arago,master] cpuloadgen: Remove this utility

Message ID 20251107172409.1248314-1-afd@ti.com
State New
Headers show
Series [meta-arago,master] cpuloadgen: Remove this utility | expand

Commit Message

Andrew Davis Nov. 7, 2025, 5:24 p.m. UTC
This tool has not been updated in 10 years, and has long since
been replaced with the tool "stress-ng". Remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-core/packagegroups/ti-test.bb     |  1 -
 .../cpuloadgen/cpuloadgen_git.bb              | 21 -------------------
 2 files changed, 22 deletions(-)
 delete mode 100644 meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb

Comments

PRC Automation Nov. 7, 2025, 5:25 p.m. UTC | #1
meta-arago / na / 20251107172409.1248314-1-afd

PRC Results: FAIL

=========================================================
  check-yocto-patches: FAIL
=========================================================
Patches
----------------------------------------
FAIL - [meta-arago][master][PATCH] cpuloadgen: Remove this utility
    ERROR: Missing License-Update for change in LIC_FILES_CHKSUM. (LICENSE-UPDATE-1)
        patch
Ryan Eatmon Nov. 7, 2025, 5:30 p.m. UTC | #2
Ignore this.  I need to tweak the check to allow for removal of the 
entire file.


On 11/7/2025 11:25 AM, PRC Automation wrote:
> meta-arago / na / 20251107172409.1248314-1-afd
> 
> PRC Results: FAIL
> 
> =========================================================
>    check-yocto-patches: FAIL
> =========================================================
> Patches
> ----------------------------------------
> FAIL - [meta-arago][master][PATCH] cpuloadgen: Remove this utility
>      ERROR: Missing License-Update for change in LIC_FILES_CHKSUM. (LICENSE-UPDATE-1)
>          patch
> 
> 
>
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index cb779123..c6d1f227 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -96,7 +96,6 @@  TI_TEST_BASE:append:armv7ve = " \
 TI_TEST_TI_TOOLS = " \
     arm-benchmarks \
     arm-ddr-bandwidth \
-    cpuloadgen \
     input-utils \
     ltp-ddt \
     openssl-perf \
diff --git a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb
deleted file mode 100644
index 6f46e9fb..00000000
--- a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@ 
-SUMMARY = "Utility to generate specified CPU Load"
-HOMEPAGE = "https://github.com/ptitiano/cpuloadgen"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c6c2eb46c569d0cd7884089fea6b4f31"
-
-PV = "0.94"
-PR = "r1"
-
-BRANCH ?= "master"
-SRCREV ?= "dd2052b581ae7c2e0e06344887885fd6cd66eebb"
-
-SRC_URI = "git://github.com/ptitiano/cpuloadgen.git;protocol=https;branch=${BRANCH}"
-
-EXTRA_OEMAKE = "DESTDIR=${D}${bindir} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}""
-CFLAGS += "-fpermissive -std=gnu11"
-
-do_install () {
-    install -d ${D}${bindir}
-    oe_runmake install
-}