mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
bitbake: cooker.py: run sanity checks for multiconfig
Also run sanity check for all additional multiconfig configurations as listed in BBMULTICONFIG, not just the "default" configuration. [YOCTO#10810] (Bitbake rev: 0f7fdaa8212a8b9f1f089d32e652400d6c4b4822) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ca66b08b3b
commit
ca020278b3
@@ -1623,7 +1623,8 @@ class BBCooker:
|
||||
if self.state != state.parsing and not self.parsecache_valid:
|
||||
self.parseConfiguration ()
|
||||
if CookerFeatures.SEND_SANITYEVENTS in self.featureset:
|
||||
bb.event.fire(bb.event.SanityCheck(False), self.data)
|
||||
for mc in self.multiconfigs:
|
||||
bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])
|
||||
|
||||
for mc in self.multiconfigs:
|
||||
ignore = self.databuilder.mcdata[mc].getVar("ASSUME_PROVIDED", True) or ""
|
||||
|
||||
Reference in New Issue
Block a user