mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 11:31:14 +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: 928609f30f3a20aaa2f88afc18044a4e10199488) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
009d359036
commit
0486b342fe
@ -1674,6 +1674,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