diff options
Diffstat (limited to 'bitbake/doc')
3 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index ec75893e15..e4cc422ea4 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | |||
@@ -916,7 +916,7 @@ | |||
916 | <para> | 916 | <para> |
917 | Finally, after all the setscene tasks have executed, BitBake calls the | 917 | Finally, after all the setscene tasks have executed, BitBake calls the |
918 | function listed in | 918 | function listed in |
919 | <link linkend='var-BB_SETSCENE_VERIFY_FUNCTION'><filename>BB_SETSCENE_VERIFY_FUNCTION</filename></link> | 919 | <link linkend='var-BB_SETSCENE_VERIFY_FUNCTION2'><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename></link> |
920 | with the list of tasks BitBake thinks has been "covered". | 920 | with the list of tasks BitBake thinks has been "covered". |
921 | The metadata can then ensure that this list is correct and can | 921 | The metadata can then ensure that this list is correct and can |
922 | inform BitBake that it wants specific tasks to be run regardless | 922 | inform BitBake that it wants specific tasks to be run regardless |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index c959469576..71bb25bf72 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -2532,7 +2532,7 @@ | |||
2532 | the "setscene" part of the task's execution in order | 2532 | the "setscene" part of the task's execution in order |
2533 | to validate the list of task hashes. | 2533 | to validate the list of task hashes. |
2534 | </para></listitem> | 2534 | </para></listitem> |
2535 | <listitem><para><filename>BB_SETSCENE_VERIFY_FUNCTION</filename> | 2535 | <listitem><para><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename> |
2536 | Specifies a function to call that verifies the list of | 2536 | Specifies a function to call that verifies the list of |
2537 | planned task execution before the main task execution | 2537 | planned task execution before the main task execution |
2538 | happens. | 2538 | happens. |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index dcf3ab3dd0..66d8f844ef 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |||
@@ -716,7 +716,7 @@ | |||
716 | </glossdef> | 716 | </glossdef> |
717 | </glossentry> | 717 | </glossentry> |
718 | 718 | ||
719 | <glossentry id='var-BB_SETSCENE_VERIFY_FUNCTION'><glossterm>BB_SETSCENE_VERIFY_FUNCTION</glossterm> | 719 | <glossentry id='var-BB_SETSCENE_VERIFY_FUNCTION2'><glossterm>BB_SETSCENE_VERIFY_FUNCTION2</glossterm> |
720 | <glossdef> | 720 | <glossdef> |
721 | <para> | 721 | <para> |
722 | Specifies a function to call that verifies the list of | 722 | Specifies a function to call that verifies the list of |