Home
last modified time | relevance | path

Searched refs:TaskStarted (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Duihelper.py32 if isinstance(event, bb.build.TaskStarted):
H A Dtoasterui.py265 … if isinstance(event, (bb.build.TaskStarted, bb.build.TaskSucceeded, bb.build.TaskFailedSilent)):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats.bbclass231 if isinstance(e, bb.build.TaskStarted):
254 # Can have a failure before TaskStarted so need to mkdir here too
270 ….BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent bb.build.TaskStarted bb.build.TaskSu…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py89 class TaskStarted(TaskBase): class
92 super(TaskStarted, self).__init__(t, fn, logfile, d)
687 event.fire(TaskStarted(task, fn, logfn, flags, localdata), localdata)
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1643 - ``bb.build.TaskStarted()``: Fired when a task starts. This event's