Home
last modified time | relevance | path

Searched refs:CookerExit (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py314 if isinstance(event, bb.cooker.CookerExit):
H A Dtoasterui.py423 if isinstance(event, bb.cooker.CookerExit):
H A Dtaskexp.py318 if isinstance(event, bb.cooker.CookerExit):
H A Dteamcity.py347 if isinstance(event, bb.cooker.CookerExit):
H A Dknotty.py758 if isinstance(event, (bb.command.CommandCompleted, bb.cooker.CookerExit)):
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst39 - cve-check: hook cleanup to the BuildCompleted event, not CookerExit
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py1756 bb.event.fire(CookerExit(), self.data)
1789 class CookerExit(bb.event.Event): class
1851 bb.event.fire(CookerExit(), eventdata)
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1663 - ``bb.cooker.CookerExit()``: Fired when the BitBake server/cooker