Searched refs:forceshutdown (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 52 initial, parsing, running, shutdown, forceshutdown, stopped, error = list(range(7)) variable in state 229 self.state = state.forceshutdown 234 …if not self.state in [state.initial, state.shutdown, state.forceshutdown, state.stopped, state.err… 1402 if halt or self.state == state.forceshutdown: 1477 if halt or self.state == state.forceshutdown: 1590 if self.state in (state.shutdown, state.forceshutdown, state.error): 1716 self.state = state.forceshutdown
|
H A D | command.py | 111 …f.cooker.state in (bb.cooker.state.error, bb.cooker.state.shutdown, bb.cooker.state.forceshutdown):
|