mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
bitbake: cookerdata: fire ConfigParsed event after re-parse
[YOCTO #10188] (Bitbake rev: ec1c951a4ee0c33acdde29e578f79ad719a34aca) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
359feedfd5
commit
e3e239ba54
@@ -273,6 +273,7 @@ class CookerDataBuilder(object):
|
||||
if self.data.getVar("BB_INVALIDCONF", False) is True:
|
||||
self.data.setVar("BB_INVALIDCONF", False)
|
||||
self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles)
|
||||
bb.event.fire(bb.event.ConfigParsed(), self.data)
|
||||
|
||||
bb.parse.init_parser(self.data)
|
||||
self.data_hash = self.data.get_hash()
|
||||
|
||||
Reference in New Issue
Block a user