diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-30 15:42:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-30 07:34:22 -0700 |
commit | 0f22bc80220515bd3035a929194e3d64c3b705cc (patch) | |
tree | 92743d44bf87a1e3ada3425c501672b42b762033 | |
parent | 9594ac6a1306e2313fc78cb588be152762d9ff47 (diff) | |
download | meta-openembedded-0f22bc80220515bd3035a929194e3d64c3b705cc.tar.gz |
btop: upgrade 1.3.2 -> 1.4.0
Changelog:
==========
- NetBSD Support
- Intel GPU support
- Added warnings when toggling boxes and terminal size is to small
- Fix missing core percentages
- Various fixes for drawing GPU related information
- fix divide 0 error when caculating disk usage percentage
- fix io_graph_speeds parsing
- V1 of Phoenix Night theme
- Fixed missing CPU core temps when too small to show core temp graphs
- Fixed missing IO graphs in IO mode
- fix zero temp
- Fix comments (parsing) in theme files
- Add regex filtering
- Fix typo in file existences check for voltage_now
- Show time in days when remaining battery exceeds an estimation of 24h
- (AMD Gpu) fix pwr_usage not being defined correctly during rsmi collection
- macOS: fix crash if there exists a uid not associated with any user
- Fix rsmi device name buffer size
- Add gruvbox_light theme
- Create man page for btop in Markdown
- Include metadata in binary version output 'btop --version'
- collect: Fix reading of battery power draw on Linux
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/btop/btop_1.4.0.bb (renamed from meta-oe/recipes-support/btop/btop_1.3.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.3.2.bb b/meta-oe/recipes-support/btop/btop_1.4.0.bb index c473bf0a35..adfb2418b0 100644 --- a/meta-oe/recipes-support/btop/btop_1.3.2.bb +++ b/meta-oe/recipes-support/btop/btop_1.4.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" | 7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" |
8 | SRCREV = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670" | 8 | SRCREV = "6c0cedd8912785f0f353af389e72a0ffc69984a2" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||