[bitbake-devel] [PATCH 1/2] cookerdata: fire ConfigParsed event after re-parse

Markus Lehtonen markus.lehtonen at linux.intel.com
Thu Sep 15 11:20:49 UTC 2016


[YOCTO #10188]

Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
---
 lib/bb/cookerdata.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index bf9bfbf..07425ce 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -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()
-- 
2.6.6




More information about the bitbake-devel mailing list