Searched refs:CommandFailed (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | toasterui.py | 354 if isinstance(event, (bb.event.BuildCompleted, bb.command.CommandFailed)): 357 if isinstance(event, bb.command.CommandFailed): 391 bb.command.CommandFailed,
|
H A D | ncurses.py | 311 if isinstance(event, bb.command.CommandFailed):
|
H A D | taskexp.py | 311 if isinstance(event, bb.command.CommandFailed):
|
H A D | teamcity.py | 331 if isinstance(event, bb.command.CommandFailed):
|
H A D | knotty.py | 799 if isinstance(event, bb.command.CommandFailed):
|
H A D | taskexp_ncurses.py | 1085 if isinstance(event, bb.command.CommandFailed):
|
/openbmc/openbmc/poky/scripts/ |
H A D | bblock | 48 elif isinstance(event, bb.command.CommandFailed):
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-diffsigs | 45 elif isinstance(event, bb.command.CommandFailed):
|
H A D | bitbake-dumpsig | 45 elif isinstance(event, bb.command.CommandFailed):
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 41 class CommandFailed(CommandExit): class 147 bb.event.fire(CommandFailed(msg), self.cooker.data)
|
H A D | tinfoil.py | 799 … if isinstance(event, (bb.command.CommandFailed, bb.command.CommandExit)):
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 369 if isinstance(event, bb.command.CommandFailed):
|