Home
last modified time | relevance | path

Searched refs:BuildStarted (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta-selftest/classes/
H A Dtest_events.bbclass2 bb.note("Test for bb.event.BuildStarted")
12 test1_eventhandler[eventmask] = "bb.event.BuildStarted"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dreport-error.bbclass55 if isinstance(e, bb.event.BuildStarted):
122 errorreport_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.build.TaskFailed"
H A Dbuildstats.bbclass192 if isinstance(e, bb.event.BuildStarted):
270 run_buildstats[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent …
H A Dbase.bbclass264 …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 Duninative.bbclass16 uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted"
H A Dbuildhistory.bbclass892 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 Dtoasterui.py245 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 Devent.py478 class BuildStarted(BuildBase, OperationStarted): class
H A Dcooker.py1467 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 Dbitbake-user-manual-metadata.rst1582 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 Dmigration-2.4.rst287 - BitBake fires multiple "BuildStarted" events when multiconfig is
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py599 event = bb.event.BuildStarted(name, pkgs, failures)