bitbake: process: Add timeout to select call
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 17:53:55 +0000 (17:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 17:55:29 +0000 (17:55 +0000)
commitdf83c68e761cf0134ccaa40fb4c7abcdec19c422
tree05c3d28d156eb204ffa88862a0646907dd4a26fd
parent203b5a1f447562a35c5d69411e145def01a798ff
bitbake: process: Add timeout to select call

On some machines, a hang has been noticed where the system sits in
the select call despite the task having completed.

The exact reasons for this as unknown but adding a timeout unblocked
the builds and resolved the hangs in question.

(Bitbake rev: 5223ffb5b6a46d8b3f6ac3362bd2672e2edf2691)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/process.py