summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/iotop
Commit message (Collapse)AuthorAgeFilesLines
* iotop: upgrade 1.25 -> 1.26Wang Mingyu2024-02-091-2/+2
| | | | | | | | | | Changelog: Add clock in upper right corner License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.21 -> 1.25alperak2023-11-291-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright years changed Changelog: * Fix bug when iotop busy loops after pressing ESC key * Change the condition of displaying processes in only mode * Fix a bug with graphs in ASCII mode * Show the status of the configuration in the help window * Support ancient compilers * Revert syscall count stuff * fix empty archlinux package * view_curses: do not force black background * fixed scroller logic * fixed corner case of full scroller * Update README.md * Add regex search * Better checking and error handling in netlink code * More graceful signal handling * Fix bug with a missing check if a process exited * New option to hide exited processes * Add color to % values and option to disable color at all * Implement the suggestion from https://no-color.org * Fix bug with cursor displayed in unusual places Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.20 -> 1.21Wang Mingyu2022-02-221-2/+2
| | | | | | | | | | | | | Changelog: ========= * Update to new upstream release of 1.21 - Better support for disabled task_delayacct sysctl - Add history and graph for all data - Restore simple inline help * Remove filenamemangle from d/watch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Disable lto with clang for rv32Khem Raj2022-02-211-0/+1
| | | | | | | clang/rv32 is mixing ABIs because defaults are ilp32d for OE but when LTO is used it pulls in ilp32 internally so disable lto for now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Disable LTO with clang/rv64Khem Raj2022-01-251-0/+2
| | | | | | LTO with clang does not configure correctly yet with meta-clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Use lld with clang on armKhem Raj2022-01-191-0/+4
| | | | | | | BFD linker is crashing when using clang, workaround it by always using lld when using clang on arm Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: move to the C port of iotopRoss Burton2022-01-182-29/+17
| | | | | | | | | | | The Python iotop implentation hasn't had a release since 2013[1], and there is a C port which is actively maintained and will have a lower impact on the system being monitored. [1] https://repo.or.cz/iotop.git/tag/10c60fedf5051421f4e62b89e2e51e7cc669ce34 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: Switch to using git src_uriKhem Raj2020-01-221-6/+8
| | | | | | | Gets python3 support Remove python2 specific modules which are absent in py3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove using python2Khem Raj2020-01-221-4/+4
| | | | | | | This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: add runtime dependency on python-coreMartin Jansa2019-08-171-1/+1
| | | | | | | | | * fixes: ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Add missing dependency: python-subprocessIsaac Nickaein2018-08-191-1/+1
| | | | | | | | | | This adds python-subprocess as run-time dependency for iotop. More info: http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154111.html Signed-off-by: Isaac Nickaein <nickaein.i@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: add UPSTREAM_CHECK_URIYi Zhao2018-05-291-0/+3
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 0.4.4 -> 0.6zhangpanpan2015-08-181-3/+2
| | | | | Signed-off-by: Zhang Panpan<zhangpp-fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: Drop python-distutils from RDEPENDSMartin Jansa2014-11-281-1/+1
| | | | | | * nothing in iotop is using that for normal function Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* iotop: don't fail when site.py* does not existMartin Jansa2012-12-141-3/+4
| | | | | | * also remove usr/share/share removal, it's taken care of in distutils.bbclass now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: add from OE-Classic, update and tidy upPaul Eggleton2012-10-301-0/+24
* Update to 0.4.4, adjusting python module dependencies as appropriate * Add SUMMARY and DESCRIPTION * Add LIC_FILES_CHKSUM * Make LICENSE more accurate * Fix unpackaged directory warning Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>