diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2022-11-19 11:39:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 12:26:46 +0000 |
commit | 276e3af23a32d89f499e6a5390cf7a007bb2cccc (patch) | |
tree | 957f37cd16a5af5243cabffa5fa8f2dc29c95156 /bitbake/lib/bb/parse/parse_py/BBHandler.py | |
parent | ff0183615aaeba9f1b6fbac4a6f13295913de514 (diff) | |
download | poky-276e3af23a32d89f499e6a5390cf7a007bb2cccc.tar.gz |
sstate: show progress bar again
Transition to ThreadPoolExecutor (eb6a6820928472ef194b963b606454e731f9486f)
broke the
| Checking sstate mirror object availability: ...
progress bar because the removed 'thread_worker' was still referenced
in an asynchronous function. As the result of the future is never
read, the resulting backtrace is silently discarded.
Replace the information given to 'ProcessProgress' by a counter.
(From OE-Core rev: eacd52216815e0c75e5f257b6db792afd8b1b6df)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/BBHandler.py')
0 files changed, 0 insertions, 0 deletions