]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: bitbake-worker: Gracefully handle SIGTERM
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Mar 2014 16:59:19 +0000 (09:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Mar 2014 18:09:58 +0000 (11:09 -0700)
commit15688798520896690561824b2fdc227c8a365c82
treef8532a89cf9f9a6b287ecb43c0ac5711379e486d
parenta7bc031f847c45b2d266cfbf8e203155ab0166b9
bitbake: bitbake-worker: Gracefully handle SIGTERM

Currently if bitbake-worker handles a SIGTERM, it leaves the child
processes to complete or hang. It shouldn't do this so hook the SIGTERM
event and gracefully shutdown any children.

(Bitbake rev: 551406f3f9ee94de09d2da6e16fea054c6dbfdb7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-worker