diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-16 16:14:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-17 10:45:57 +0100 |
commit | b7173ca2254421c45f01243a77be611fe4b9d1c5 (patch) | |
tree | 8af6a3cfd3eb7005acced43caeb23b703541146d /bitbake/lib/bb/utils.py | |
parent | e16dd314450cb2b85e4984c17fa60403b662ef8c (diff) | |
download | poky-b7173ca2254421c45f01243a77be611fe4b9d1c5.tar.gz |
bitbake: event: Fix an event duplication race
It is possible for multple bitbake threads to empty ui_queue in parallel
leading to duplicate console messages and much confusion when debuging.
Use the lock to extract the queue data which means only one thread will
processing, removing the duplicate out of order messages.
(Bitbake rev: 945095602e40d54efb8de494218f4a2b25c9969f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/utils.py')
0 files changed, 0 insertions, 0 deletions