mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
bitbake-dev: Sync with changes upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -143,6 +143,8 @@ def init(server, eventHandler):
|
||||
continue
|
||||
if event[0].startswith('bb.event.ConfigParsed'):
|
||||
continue
|
||||
if event[0].startswith('bb.event.RecipeParsed'):
|
||||
continue
|
||||
print "Unknown Event: %s" % event
|
||||
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user