summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2025-08-30 13:02:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 14:05:10 +0100
commit01a220e1a79a2c60abaff7e4e72930c226d884e1 (patch)
tree5f9de505d6c8037be39d50c69384298bdc21df79
parent7cab6f4f0048b2a1cf15721a2ec53433731a5c9d (diff)
downloadpoky-01a220e1a79a2c60abaff7e4e72930c226d884e1.tar.gz
stress-ng: upgrade 0.19.02 -> 0.19.03
Improvements More progress feedback when sending ^C (SIGINT) Clean up manual Improved portability Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.19.03 Re-enable DEBUG_BUILDs since the upstream defect: https://github.com/ColinIanKing/stress-ng/issues/315 is resolved by: 6e62dc1fb 2023-08-31 Makefile: force vnni to be built with at least -O2 (From OE-Core rev: 2da1f23049721278ce70d64b807b4dd86178d39e) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.19.03.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb)5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb b/meta/recipes-extended/stress-ng/stress-ng_0.19.03.bb
index dd8d3a8406..96b68f4653 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.19.02.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.19.03.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV}" 8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV}"
9SRCREV = "8d5399b282225f758606cd2b522382f65d947a8d" 9SRCREV = "20e0f48cf0ca9cc96ed150c3dfa96f8e8a2f964b"
10 10
11DEPENDS = "coreutils-native libbsd" 11DEPENDS = "coreutils-native libbsd"
12 12
@@ -29,6 +29,3 @@ do_install() {
29 oe_runmake DESTDIR=${D} BINDIR=${bindir} install 29 oe_runmake DESTDIR=${D} BINDIR=${bindir} install
30 ln -s stress-ng ${D}${bindir}/stress 30 ln -s stress-ng ${D}${bindir}/stress
31} 31}
32
33# upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315
34DEBUG_BUILD = "0"