Searched refs:CookerExit (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 317 if isinstance(event, bb.cooker.CookerExit):
|
H A D | taskexp.py | 318 if isinstance(event, bb.cooker.CookerExit):
|
H A D | toasterui.py | 423 if isinstance(event, bb.cooker.CookerExit):
|
H A D | teamcity.py | 342 if isinstance(event, bb.cooker.CookerExit):
|
H A D | knotty.py | 811 if isinstance(event, (bb.command.CommandCompleted, bb.cooker.CookerExit)):
|
H A D | taskexp_ncurses.py | 1094 if isinstance(event, bb.cooker.CookerExit):
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 1709 bb.event.fire(CookerExit(), self.data) 1748 class CookerExit(bb.event.Event): class 1810 bb.event.fire(CookerExit(), eventdata)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.3.rst | 41 - cve-check: hook cleanup to the BuildCompleted event, not CookerExit
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1794 - ``bb.cooker.CookerExit()``: Fired when the BitBake server/cooker
|