Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Bitbake now warns about trailing whitespace in parsed metadata lines. Fix the affected files to silence the warnings during parsing. Reported on: https://autobuilder.yoctoproject.org/valkyrie/#/builders/89/builds/4284/steps/15/logs/warnings Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Example output: |root@qemux86-64:~# ptest-runner python3-glances |START: ptest-runner |2026-08-14T13:48 |BEGIN: /usr/lib/python3-glances/ptest |============================= test session starts ============================== |platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 |rootdir: /usr/lib/python3-glances/ptest |plugins: putao-0.4, anyio-4.14.2, inline-snapshot-0.35.3 |collected 37 items | |tests/test_core.py ..................................... [100%] | |============================== 37 passed in 8.02s ============================== |DURATION: 8 |END: /usr/lib/python3-glances/ptest |2026-08-14T13:48 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 |root@qemux86-64:~# Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
glances is a system monitoring tool similar to htop, with both local TUI and web server support for remote monitoring. Co-developed-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Eilís Ní Fhlannagáin <pidge@baylibre.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>