summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-10 11:32:38 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:24:09 -0700
commite9f35175cd976b9d3b2f941e0db49d5bfbb85bb2 (patch)
tree0eb9d2174de6f9e82c5114b57817af694686c161
parente0b9734741703ba3d5230d2b24ff26cf16ef6cc2 (diff)
downloadmeta-openembedded-e9f35175cd976b9d3b2f941e0db49d5bfbb85bb2.tar.gz
iotop: upgrade 1.29 -> 1.30
Changelog: ============ - kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels - show zero current values for exited processes - flush stdout after each batch run Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_1.30.bb (renamed from meta-oe/recipes-extended/iotop/iotop_1.29.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.29.bb b/meta-oe/recipes-extended/iotop/iotop_1.30.bb
index fc1251a899..7d04a3b17b 100644
--- a/meta-oe/recipes-extended/iotop/iotop_1.29.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_1.30.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9"
5DEPENDS = "ncurses" 5DEPENDS = "ncurses"
6 6
7SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" 7SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}"
8SRCREV = "dd0f4ad5ec03b9fd642f54144f6465cf6d2c1d12" 8SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11