[oe-commits] [bitbake] 01/03: bitbake-user-manual: Updated "Events" for BuildStarted event

git at git.openembedded.org git at git.openembedded.org
Tue Jan 16 20:34:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

commit 28720c85e64a56677b71d2170a0a07901d52b180
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Tue Oct 17 14:44:37 2017 -0700

    bitbake-user-manual: Updated "Events" for BuildStarted event
    
    BitBake now fires off one "BuildStarted" event per configuration when
    it is configured for multiple configurations (multiconfig).  I updated
    the bullet item for "bb.envent.BuildStarted()" to indicate that
    behavior.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 0cfa53d..f0cfffe 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -2132,6 +2132,8 @@
                 <listitem><para>
                     <filename>bb.event.BuildStarted()</filename>:
                     Fired when a new build starts.
+                    BitBake fires multiple "BuildStarted" events (one per configuration)
+                    when multiple configuration (multiconfig) is enabled.
                     </para></listitem>
                 <listitem><para>
                     <filename>bb.build.TaskStarted()</filename>:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list