sanity.bbclass: Run our checking at BuildStarted, not ConfigParsed
authorChris Larson <chris_larson@mentor.com>
Mon, 26 Jul 2010 15:57:57 +0000 (08:57 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 26 Jul 2010 15:57:57 +0000 (08:57 -0700)
commitbbc3d4827417d047094b4faafdda9dd2f50422ff
tree8e73b01a2f0f7b179405618a9fb9d3cc04f83bf3
parent181244a3a629b6dacd5f221f9e9380ba9a078bb0
sanity.bbclass: Run our checking at BuildStarted, not ConfigParsed

ConfigParsed is often utilized to do programmatic changes to the configuration
metadata.  If these other event handlers set any variables which
sanity.bbclass needs to check, there's a problem, since we can't ensure those
handlers run before this one.  So, we move the sanity checking to when the
build is about to start, this ensures that the configuration metadata is
entirely ready to go.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/sanity.bbclass