mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
bitbake: cooker: Add better parse debug
(Bitbake rev: 4fcb2a07e051998d770517825acd9b35a0cc38ee) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fe9a96e74f
commit
87917eb8fa
|
@ -2291,7 +2291,7 @@ class CookerParser(object):
|
|||
yield result
|
||||
|
||||
if not (self.parsed >= self.toparse):
|
||||
raise bb.parse.ParseError("Not all recipes parsed, parser thread killed/died? Exiting.", None)
|
||||
raise bb.parse.ParseError("Not all recipes parsed, parser thread killed/died? (%s %s of %s) Exiting." % (len(self.processes), self.parsed, self.toparse), None)
|
||||
|
||||
|
||||
def parse_next(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user