summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/btop
Commit message (Collapse)AuthorAgeFilesLines
* btop: upgrade 1.3.0 -> 1.3.2Wang Mingyu2024-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========= -fix: Can't detect librocm 6.0.x -GPU: Added support for dynamic loading of ROCm v6 libraries -Increase max network interface name to 15 -Fix OpenBSD UTF-8 locale detection -Add hot-reloading of config file with CTRL+R or SIGUSR2 signal -Add battery power draw for linux and freebsd -Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz -Write newline at end of config file -Add theme based on Everforest Dark Medium palette -fix: don't mangle memory for zombie processes -Share common code from collect -Fixed incorrect used and available memory for OSX Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btop: upgrade 1.2.13 -> 1.3.0Wang Mingyu2024-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Added Gpu Support Linux * Added platform support for OpenBSD * Enable macos clang * Fix Apple Silicon CPUs misprinted * Cmake support for MacOS * Elementarish theme: color update according to Elementary palette * Add alternative key codes for Delete, Insert, Home, End * Fix scrollbar not clearing sometimes. * Add keybind for toggling memory display mode in PROC box * Minor string initialization improvement * Made disks statvfs logic asynchronous. * Fix signal list on non-linux/weird linux platforms * Add option to accumulate a child's resources in parent in tree-view * Add CMake support for Linux * Horizon theme * Fix short conversion of 1000-1023 *iB * Fix integer overflows in btop_collect.cpp * Support compiling with LLVM * Fix getting zfs pool name with '.' char in freebsd * [macos/freebsd] support gcc13 * FreeBSD swap info * Create adwaita.theme * Try get terminal size of "/dev/tty" if stdout fails * Refresh rate program argument * Improved error handling when determining the config directory * Use native POSIX polling syscalls to read input * Conditional compile on Big Sur and up Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btop: Add recipeJan Claußen2023-11-191-0/+23
Adds btop, the shell-based resource monitor that shows usage and stats for processor, memory, disks, network and processes. Signed-off-by: Jan Claußen <jan.claussen10@web.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>