From 486735a5e6caf79493597c95eab45f39e25ba871 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 18 Jul 2025 12:00:19 +0200 Subject: stress-ng: upgrade 0.18.12 -> 0.19.02 Changelog: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog (From OE-Core rev: 67169214af753c7dac4e9d0aff0a1c684125fc9e) Signed-off-by: Gyorgy Sarvari Signed-off-by: Richard Purdie --- .../stress-ng/stress-ng_0.18.12.bb | 35 ---------------------- .../stress-ng/stress-ng_0.19.02.bb | 34 +++++++++++++++++++++ 2 files changed, 34 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb create mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb deleted file mode 100644 index 85a0d6a709..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "System load testing utility" -DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ -imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." -HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV} \ - " -SRCREV = "d4eef982dc98fe915aa82303c0a24070d0a51b00" - -DEPENDS = "coreutils-native libbsd" - -PROVIDES = "stress" -RPROVIDES:${PN} = "stress" -RREPLACES:${PN} = "stress" -RCONFLICTS:${PN} = "stress" - -inherit bash-completion - -EXTRA_OEMAKE = "VERBOSE=1" - -do_configure() { - mkdir -p configs - touch configs/HAVE_APPARMOR - oe_runmake makeconfig -} - -do_install() { - oe_runmake DESTDIR=${D} BINDIR=${bindir} install - ln -s stress-ng ${D}${bindir}/stress -} - -# upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315 -DEBUG_BUILD = "0" diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb b/meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb new file mode 100644 index 0000000000..dd8d3a8406 --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb @@ -0,0 +1,34 @@ +SUMMARY = "System load testing utility" +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." +HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV}" +SRCREV = "8d5399b282225f758606cd2b522382f65d947a8d" + +DEPENDS = "coreutils-native libbsd" + +PROVIDES = "stress" +RPROVIDES:${PN} = "stress" +RREPLACES:${PN} = "stress" +RCONFLICTS:${PN} = "stress" + +inherit bash-completion + +EXTRA_OEMAKE = "VERBOSE=1" + +do_configure() { + mkdir -p configs + touch configs/HAVE_APPARMOR + oe_runmake makeconfig +} + +do_install() { + oe_runmake DESTDIR=${D} BINDIR=${bindir} install + ln -s stress-ng ${D}${bindir}/stress +} + +# upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315 +DEBUG_BUILD = "0" -- cgit v1.2.3-54-g00ecf