Searched refs:BuildStarted (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta-selftest/classes/ |
| H A D | test_events.bbclass | 2 bb.note("Test for bb.event.BuildStarted") 12 test1_eventhandler[eventmask] = "bb.event.BuildStarted"
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | report-error.bbclass | 55 if isinstance(e, bb.event.BuildStarted): 122 errorreport_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.build.TaskFailed"
|
| H A D | buildstats.bbclass | 192 if isinstance(e, bb.event.BuildStarted): 270 run_buildstats[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent …
|
| H A D | base.bbclass | 264 …entmask] = "bb.event.ConfigParsed bb.event.MultiConfigParsed bb.event.BuildStarted bb.event.Recipe… 275 # running, so check bb.event.BuildStarted too to make sure ${HOSTTOOLS_DIR} 278 … (isinstance(e, bb.event.BuildStarted) and not os.path.exists(d.getVar('HOSTTOOLS_DIR'))): 293 if isinstance(e, bb.event.BuildStarted):
|
| H A D | uninative.bbclass | 16 uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted"
|
| H A D | buildhistory.bbclass | 892 if isinstance(e, bb.event.BuildStarted): 926 buildhistory_eventhandler[eventmask] = "bb.event.BuildCompleted bb.event.BuildStarted"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | toasterui.py | 245 if isinstance(event, (bb.event.BuildStarted, bb.event.BuildInit)): 253 if isinstance(event, bb.event.BuildStarted):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 478 class BuildStarted(BuildBase, OperationStarted): class
|
| H A D | cooker.py | 1467 bb.event.fire(bb.event.BuildStarted(buildname, [item]), self.databuilder.mcdata[mc]) 1578 bb.event.fire(bb.event.BuildStarted(buildname, ntargets), self.databuilder.mcdata[mc])
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 1582 myclass_eventhandler[eventmask] = "bb.event.BuildStarted 1586 set so that the handler only sees the "BuildStarted" and 1596 For example, "BuildStarted" and "BuildCompleted" events run before any 1599 "BuildStarted" and "BuildCompleted" events also run in the main 1639 - ``bb.event.BuildStarted()``: Fired when a new build starts. BitBake 1640 fires multiple "BuildStarted" events (one per configuration) when
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.4.rst | 287 - BitBake fires multiple "BuildStarted" events when multiconfig is
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 599 event = bb.event.BuildStarted(name, pkgs, failures)
|