mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 06:07:56 +00:00
bitbake: cooker: Ensure parser is cleaned up
During cooker shutdown, its possible the parser isn't cleaned up. Fix this (which may partially explain why threads were left hanging around at exit). (Bitbake rev: fe1b57f4d39c287526353387e164c863eb9df421) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
2dd1b9b305
commit
aa2c6a789a
@ -1636,6 +1636,7 @@ class BBCooker:
|
||||
return
|
||||
|
||||
def post_serve(self):
|
||||
self.shutdown(force=True)
|
||||
prserv.serv.auto_shutdown()
|
||||
if self.hashserv:
|
||||
self.hashserv.process.terminate()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user