]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 13 Oct 2016 22:00:23 +0000 (15:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Oct 2016 22:29:25 +0000 (23:29 +0100)
The BB_SETSCENE_VERIFY_FUNCTION variable has effectively changed
to BB_SETSCENE_VERIFY_FUNCTION2.  I changed the three areas in the
book.  Basically a name change.

(Bitbake rev: 41d9cd41d40b04746c82b4a940dca47df02514fc)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml

index ec75893e1552e46aff261eef84ec5590da8b4f65..e4cc422ea45bf24f8e3b222f230d2d961648b6c6 100644 (file)
         <para>
             Finally, after all the setscene tasks have executed, BitBake calls the
             function listed in
-            <link linkend='var-BB_SETSCENE_VERIFY_FUNCTION'><filename>BB_SETSCENE_VERIFY_FUNCTION</filename></link>
+            <link linkend='var-BB_SETSCENE_VERIFY_FUNCTION2'><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename></link>
             with the list of tasks BitBake thinks has been "covered".
             The metadata can then ensure that this list is correct and can
             inform BitBake that it wants specific tasks to be run regardless
index c959469576e4d522bc732c4459bdac61b7d93d76..71bb25bf729f910c3f9c1f1322ebcf0dd3f02108 100644 (file)
                     the "setscene" part of the task's execution in order
                     to validate the list of task hashes.
                     </para></listitem>
-                <listitem><para><filename>BB_SETSCENE_VERIFY_FUNCTION</filename>
+                <listitem><para><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename>
                     Specifies a function to call that verifies the list of
                     planned task execution before the main task execution
                     happens.
index dcf3ab3dd0c260a0f70e7541ee65417dc0b26dc7..66d8f844efae3381e4b00af0fb33f3d5654f54aa 100644 (file)
             </glossdef>
         </glossentry>
 
-        <glossentry id='var-BB_SETSCENE_VERIFY_FUNCTION'><glossterm>BB_SETSCENE_VERIFY_FUNCTION</glossterm>
+        <glossentry id='var-BB_SETSCENE_VERIFY_FUNCTION2'><glossterm>BB_SETSCENE_VERIFY_FUNCTION2</glossterm>
             <glossdef>
                 <para>
                     Specifies a function to call that verifies the list of