diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 00:04:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 09:05:38 +0100 |
commit | 8ecde1aa8fd1d23945c7e0edfd4921ab9707169a (patch) | |
tree | 89a901e796be86b894a14f5944c3a869b7c4b6e3 /scripts/lib/devtool/standard.py | |
parent | 77441a08d4ba27996a651651e65f63af76e2503e (diff) | |
download | poky-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 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions