mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
bitbake: Add a --revisions-changed commandline option to indicate when floating srcrevs have changed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -120,6 +120,9 @@ def init(server, eventHandler):
|
||||
|
||||
if event[0] == 'bb.command.CookerCommandCompleted':
|
||||
break
|
||||
if event[0] == 'bb.command.CookerCommandSetExitCode':
|
||||
return_value = event[1]['exitcode']
|
||||
continue
|
||||
if event[0] == 'bb.command.CookerCommandFailed':
|
||||
return_value = 1
|
||||
print "Command execution failed: %s" % event[1]['error']
|
||||
|
||||
Reference in New Issue
Block a user