Searched refs:TaskStarted (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | uihelper.py | 32 if isinstance(event, bb.build.TaskStarted):
|
H A D | toasterui.py | 265 … if isinstance(event, (bb.build.TaskStarted, bb.build.TaskSucceeded, bb.build.TaskFailedSilent)):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | buildstats.bbclass | 237 if isinstance(e, bb.build.TaskStarted): 260 # Can have a failure before TaskStarted so need to mkdir here too 276 ….BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent bb.build.TaskStarted bb.build.TaskSu…
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | build.py | 91 class TaskStarted(TaskBase): class 94 super(TaskStarted, self).__init__(t, fn, logfile, d) 709 event.fire(TaskStarted(task, fn, logfn, flags, localdata), localdata)
|
/openbmc/openbmc-test-automation/redfish/task_service/ |
H A D | test_tasks_service.robot | 91 # "MessageId": "TaskEvent.1.0.1.TaskStarted",
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1774 - ``bb.build.TaskStarted()``: Fired when a task starts. This event's
|