From patchwork Wed May 23 09:40:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] Force to teminate the Parser process Date: Wed, 23 May 2012 09:40:18 -0000 From: Kang Kai X-Patchwork-Id: 28415 Message-Id: To: , Cc: Zhenfeng.Zhao@windriver.com This patch is for Yocto 2142. Force to exit HOB when hob is parsing recipes, the bitbake doesn't stop. It hangs on function BitBakeServerConnection::terminate in file server/process.py: else: self.procserver.join() It is waiting for the children process quit. In stage of parse recipes BBCooker spawns Parser processes as many as cpu numbers. When quit the Parser processes they make their internal Queue to call cancel_join_thread() to avoid block but don't work at this time. So force to terminate the Parser processes. The following changes since commit 3bf8069100e54153d13319dc32ca089327b6a139: documentation/yocto-project-qs/yocto-project-qs.xml: added quotes (2012-05-01 21:00:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (1): cooker.py: terminate the Parser processes bitbake/lib/bb/cooker.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)