diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-19 00:00:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-20 23:24:26 +0100 |
commit | 55b0208c333e01778b25a1bdcb642ea6608e8f14 (patch) | |
tree | aa48900c776d200be90b1008f062f15b1c1d094c /scripts/lib/recipetool/create_buildsys_python.py | |
parent | 36cb49a6b07628b3a44cd0c9221278dd981abf61 (diff) | |
download | poky-55b0208c333e01778b25a1bdcb642ea6608e8f14.tar.gz |
ptest-runner: Ensure data writes don't race
Currently the code can race as there is a read/write thread handling the stdio but
there is no guarantee that when the process exits, the thread has handled all the
data. This results in output where "END:" isn't actually at the end of the logs
but somewhere in the middle of the output.
Update to a revision with this fix.
(From OE-Core rev: 6608ee551ed7e8864cdeabfb09832621313d3191)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions