From c676bf8453523e29bb5977610f7bdaebb1546788 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 18 Jan 2014 14:22:41 +0000 Subject: bitbake: user-manual-metadata: Add lists of common events (Bitbake rev: 240d3f0439e7c1f12e06fa738acc20fbcac8ae65) Signed-off-by: Richard Purdie --- bitbake/doc/user-manual/user-manual-metadata.xml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'bitbake/doc') diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/user-manual/user-manual-metadata.xml index c6b9005cd7..53f677e2f3 100644 --- a/bitbake/doc/user-manual/user-manual-metadata.xml +++ b/bitbake/doc/user-manual/user-manual-metadata.xml @@ -562,6 +562,33 @@ python do_printdate () { The above event handler prints the name of the event and the content of the FILE variable. + During a Build, the following common events occur: + + bb.event.ConfigParsed() + bb.event.ParseStarted() + bb.event.ParseProgress() + bb.event.ParseCompleted() + bb.event.BuildStarted() + bb.build.TaskStarted() + bb.build.TaskInvalid() + bb.build.TaskFailedSilent() + bb.build.TaskFailed() + bb.build.TaskSucceeded() + bb.event.BuildCompleted() + bb.cooker.CookerExit() + + Other events that occur based on specific requests to the server: + + bb.event.TreeDataPreparationStarted() + bb.event.TreeDataPreparationProgress + bb.event.TreeDataPreparationCompleted + bb.event.DepTreeGenerated + bb.event.CoreBaseFilesFound + bb.event.ConfigFilePathFound + bb.event.FilesMatchingFound + bb.event.ConfigFilesFound + bb.event.TargetsTreeGenerated + -- cgit v1.2.3-54-g00ecf