diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-10 18:09:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-11 22:39:19 +0100 |
commit | 15c87c405f2893208cb94cba2713db9e5e8204a6 (patch) | |
tree | bbc9cc98bef1550e0a57f26aff4e9cfab4304d99 /bitbake/lib/bb/methodpool.py | |
parent | e75e89b418ac07a96f76b64a1ae027d7732e7084 (diff) | |
download | poky-15c87c405f2893208cb94cba2713db9e5e8204a6.tar.gz |
bitbake: runqueue: Clean up task stats handling
When we parallelised normal and setscene tasks, the task stats
handling was left separate pending further thought. We had to remove
handling of the setscene tasks from the UI in order to maintain
consistent task numbering.
Currently, "0 of 0" tasks can be shown as setscene tasks execute
until the first normal task runs.
The only use left for sq_stats is in the active task numbers which
we can use the length of sq_ive for instead. We can therefore
drop it and return stats in all cases. This removes the "0 of 0" task
problem since the stats in all normal and setscene tasks matches.
[YOCTO #14479]
(Bitbake rev: eae6e947e37e18cded053814bd2a268b44fb25cd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/methodpool.py')
0 files changed, 0 insertions, 0 deletions