Home
last modified time | relevance | path

Searched refs:BuildCompleted (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta-selftest/classes/
H A Dtest_events.bbclass5 bb.note("Test for bb.event.BuildCompleted")
14 test2_eventhandler[eventmask] = "bb.event.BuildCompleted"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats.bbclass217 elif isinstance(e, bb.event.BuildCompleted):
259 # build_status. We do this here because BuildCompleted triggers no
270 run_buildstats[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.event.HeartbeatEvent …
287 done = isinstance(e, bb.event.BuildCompleted)
295 …ted bb.runqueue.runQueueTaskStarted bb.event.HeartbeatEvent bb.event.BuildCompleted bb.event.Monit…
H A Dreport-error.bbclass109 elif isinstance(e, bb.event.BuildCompleted):
122 errorreport_handler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted bb.build.TaskFailed"
H A Dbuildstats-summary.bbclass40 buildstats_summary[eventmask] = "bb.event.BuildCompleted"
H A Dtoaster.bbclass240 if isinstance(e, bb.event.BuildCompleted) and os.path.exists(toaster_statlist_file):
369 toaster_collect_task_stats[eventmask] = "bb.event.BuildCompleted bb.build.TaskSucceeded bb.build.Ta…
372 toaster_buildhistory_dump[eventmask] = "bb.event.BuildCompleted"
H A Dcve-check.bbclass134 cve_save_summary_handler[eventmask] = "bb.event.BuildCompleted"
170 cve_check_cleanup[eventmask] = "bb.event.BuildCompleted"
H A Dbuildhistory.bbclass905 elif isinstance(e, bb.event.BuildCompleted):
926 buildhistory_eventhandler[eventmask] = "bb.event.BuildCompleted bb.event.BuildStarted"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py354 if isinstance(event, (bb.event.BuildCompleted, bb.command.CommandFailed)):
361 elif isinstance(event, bb.event.BuildCompleted):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py620 event = bb.event.BuildCompleted(total, name, pkgs, failures,
626 event2 = bb.event.BuildCompleted(total, name, pkgs)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py484 class BuildCompleted(BuildBase, OperationCompleted): class
H A Dcooker.py1500 …bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runtaskentries), buildname, item, failures, in…
1544 …bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runtaskentries), buildname, targets, failures,…
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst39 - cve-check: hook cleanup to the BuildCompleted event, not CookerExit
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1583 bb.event.BuildCompleted"
1587 "BuildCompleted" events. This event handler gets called every time an
1596 For example, "BuildStarted" and "BuildCompleted" events run before any
1599 "BuildStarted" and "BuildCompleted" events also run in the main
1661 - ``bb.event.BuildCompleted()``: Fired when a build finishes.