mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: toaster: ignore ReachableStamps event
Added ReachableStamps event to the list of known events to ignore. This should stop toaster throwing error message: ERROR: Unknown event: <bb.event.ReachableStamps> (Bitbake rev: cd4137e13af6964858640b78aa7fe6f1612be251) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ceeb52a254
commit
bd8b27b6a9
@@ -308,7 +308,8 @@ def main(server, eventHandler, params ):
|
|||||||
bb.event.OperationProgress,
|
bb.event.OperationProgress,
|
||||||
bb.command.CommandFailed,
|
bb.command.CommandFailed,
|
||||||
bb.command.CommandExit,
|
bb.command.CommandExit,
|
||||||
bb.command.CommandCompleted)):
|
bb.command.CommandCompleted,
|
||||||
|
bb.event.ReachableStamps)):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(event, bb.event.DepTreeGenerated):
|
if isinstance(event, bb.event.DepTreeGenerated):
|
||||||
|
|||||||
Reference in New Issue
Block a user