Searched refs:BuildStarted (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/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"
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | report-error.bbclass | 69 if isinstance(e, bb.event.BuildStarted): 159 errorreport_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.build.TaskFailed…
|
H A D | create-spdx-3.0.bbclass | 197 spdx30_build_started_handler[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"
|
/openbmc/openbmc/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):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | retain.bbclass | 96 retain_build_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted" 122 if isinstance(e, bb.event.BuildStarted):
|
H A D | base.bbclass | 270 …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 D | buildstats.bbclass | 198 if isinstance(e, bb.event.BuildStarted): 276 run_buildstats[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent …
|
H A D | uninative.bbclass | 22 uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted"
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 483 class BuildStarted(BuildBase, OperationStarted): class
|
H A D | cooker.py | 1386 bb.event.fire(bb.event.BuildStarted(buildname, [item]), self.databuilder.mcdata[mc]) 1530 bb.event.fire(bb.event.BuildStarted(buildname, ntargets), self.databuilder.mcdata[mc])
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1713 myclass_eventhandler[eventmask] = "bb.event.BuildStarted 1717 set so that the handler only sees the "BuildStarted" and 1727 For example, "BuildStarted" and "BuildCompleted" events run before any 1730 "BuildStarted" and "BuildCompleted" events also run in the main 1770 - ``bb.event.BuildStarted()``: Fired when a new build starts. BitBake 1771 fires multiple "BuildStarted" events (one per configuration) when
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.4.rst | 279 - BitBake fires multiple "BuildStarted" events when multiconfig is
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 588 event = bb.event.BuildStarted(name, pkgs, failures)
|