[meta-oe][PATCH 01/18] atop: upgrade 2.12.1 -> 2.13.0

Khem Raj <[email protected]> Tue, 28 Jul 2026 19:44:03 -0700
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
Changes:
- Allow sorting the process list on any column via the new 'O' key
  (case-insensitive column name, ascending/descending); the 'A' automatic
  sort on the most-utilized resource is dropped.
- Show oom_score and oom_score_adj per process, and a system-wide available
  (reclaimable) memory breakdown per category in bar-graph mode.
- Improved offline/online and hotpluggable CPU detection; maximum number of
  CPUs raised from 2048 to 4096.
- Show full user and group names with the -i flag; support longer pod and
  container names in parsable/json output.
- atopgpud now also gathers graphical-use NVIDIA GPU stats, can run without
  root privileges, and uses UNIX domain sockets instead of TCP sockets.
- Raw file format is incompatible with previous versions (convert with
  atopconvert).

Signed-off-by: Khem Raj <[email protected]>
---
 meta-oe/recipes-support/atop/{atop_2.12.1.bb => atop_2.13.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/atop/{atop_2.12.1.bb => atop_2.13.0.bb} (97%)

diff --git a/meta-oe/recipes-support/atop/atop_2.12.1.bb b/meta-oe/recipes-support/atop/atop_2.13.0.bb
similarity index 97%
rename from meta-oe/recipes-support/atop/atop_2.12.1.bb
rename to meta-oe/recipes-support/atop/atop_2.13.0.bb
index d40b95ce6c..625a7b0937 100644
--- a/meta-oe/recipes-support/atop/atop_2.12.1.bb
+++ b/meta-oe/recipes-support/atop/atop_2.13.0.bb
@@ -22,7 +22,7 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \
            file://fix-permissions.patch \
            file://sysvinit-implement-status.patch \
            "
-SRC_URI[sha256sum] = "4fdbe67c5dfaf89405639e18599f4eae77978073ffa54f3c78c368ab54bd12f6"
+SRC_URI[sha256sum] = "ea182f84c9f52ca922e5af4f17dff97ff424400a4f2f92393317a6af66e6a874"
 
 UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+).tar"