mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
bitbake: cooker: Add debug for parsing being complete
We have a "parsing started" event in the cooker deamon log but we don't currently log the corresponding "parsing complete" event which is confusing. Add this so that the logs are more logical. (Bitbake rev: 1aa491c1f1211bf9faab712c321b66629fb7be66) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
046a92d351
commit
ec166484a2
|
@ -1636,6 +1636,7 @@ You can also remove the BB_HASHSERVE_UPSTREAM setting, but this may result in si
|
|||
self.state = State.PARSING
|
||||
|
||||
if not self.parser.parse_next():
|
||||
bb.server.process.serverlog("Parsing completed")
|
||||
collectlog.debug("parsing complete")
|
||||
if self.parser.error:
|
||||
raise bb.BBHandledException()
|
||||
|
|
Loading…
Reference in New Issue
Block a user