summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-26 00:04:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-26 09:05:38 +0100
commit8ecde1aa8fd1d23945c7e0edfd4921ab9707169a (patch)
tree89a901e796be86b894a14f5944c3a869b7c4b6e3 /bitbake/lib/bb/utils.py
parent77441a08d4ba27996a651651e65f63af76e2503e (diff)
downloadpoky-8ecde1aa8fd1d23945c7e0edfd4921ab9707169a.tar.gz
bitbake: process: Avoid bb.utils.timeout
I have a suspicion based on process traces that the flock() call is no longer interrupted by SIGALRM and hence the timeout doesn't work. We were relying on EINTR triggering around syscalls but python is likely protecting us from that in modern versions. Re-implement this code with a different mechanism which doesn't have that potential issue. (Bitbake rev: 8eb52afdfd4c3e6478d4f8cc56e99def3f1c924c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/utils.py')
0 files changed, 0 insertions, 0 deletions