bitbake: lib/bb: more verbose error message

The "Parsing halted due to errors" is shown when user has old-style
variables requiring renaming. Make it clear that it isn't an additional
error, but a result of earlier errors.

(Bitbake rev: e81b6ae61dd8b5d0f77146263d79dfe66c66b060)

Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marta Rybczynska
2022-03-08 10:07:58 +01:00
committed by Richard Purdie
parent 051ec7da52
commit 8d0e8ee0da

View File

@@ -2168,7 +2168,7 @@ class CookerParser(object):
bb.event.fire(event, self.cfgdata)
else:
bb.error("Parsing halted due to errors")
bb.error("Parsing halted due to errors, see error messages above")
for process in self.processes:
self.parser_quit.put(None)