Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta-selftest/classes/
H A Dtest_events.bbclass2 bb.note("Test for bb.event.BuildStarted")
12 test1_eventhandler[eventmask] = "bb.event.BuildStarted"
/openbmc/openbmc/poky/meta/classes/
H A Dreport-error.bbclass69 if isinstance(e, bb.event.BuildStarted):
159 errorreport_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.build.TaskFailed…
H A Dcreate-spdx-3.0.bbclass204 spdx30_build_started_handler[eventmask] = "bb.event.BuildStarted"
H A Dbuildhistory.bbclass892 if isinstance(e, bb.event.BuildStarted):
926 buildhistory_eventhandler[eventmask] = "bb.event.BuildCompleted bb.event.BuildStarted"
/openbmc/openbmc/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):
/openbmc/openbmc/poky/meta/classes-global/
H A Dretain.bbclass96 retain_build_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted"
122 if isinstance(e, bb.event.BuildStarted):
H A Dbase.bbclass270 …entmask] = "bb.event.ConfigParsed bb.event.MultiConfigParsed bb.event.BuildStarted bb.event.Recipe…
281 # running, so check bb.event.BuildStarted too to make sure ${HOSTTOOLS_DIR}
284 … (isinstance(e, bb.event.BuildStarted) and not os.path.exists(d.getVar('HOSTTOOLS_DIR'))):
299 if isinstance(e, bb.event.BuildStarted):
H A Dbuildstats.bbclass201 elif isinstance(e, bb.event.BuildStarted):
279 run_buildstats[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent …
H A Duninative.bbclass22 uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted"
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py491 class BuildStarted(BuildBase, OperationStarted): class
H A Dcooker.py1392 bb.event.fire(bb.event.BuildStarted(buildname, [item]), self.databuilder.mcdata[mc])
1536 bb.event.fire(bb.event.BuildStarted(buildname, ntargets), self.databuilder.mcdata[mc])
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst279 - BitBake fires multiple "BuildStarted" events when multiconfig is
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1740 myclass_eventhandler[eventmask] = "bb.event.BuildStarted
1744 set so that the handler only sees the "BuildStarted" and
1754 For example, "BuildStarted" and "BuildCompleted" events run before any
1757 "BuildStarted" and "BuildCompleted" events also run in the main
1797 - ``bb.event.BuildStarted()``: Fired when a new build starts. BitBake
1798 fires multiple "BuildStarted" events (one per configuration) when
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py588 event = bb.event.BuildStarted(name, pkgs, failures)