From 41d9cd41d40b04746c82b4a940dca47df02514fc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 13 Oct 2016 15:00:23 -0700 Subject: bitbake-user-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name 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. Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-execution.xml | 2 +- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 +- doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index ec75893e1..e4cc422ea 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-execution.xml @@ -916,7 +916,7 @@ Finally, after all the setscene tasks have executed, BitBake calls the function listed in - BB_SETSCENE_VERIFY_FUNCTION + BB_SETSCENE_VERIFY_FUNCTION2 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 diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index c95946957..71bb25bf7 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -2532,7 +2532,7 @@ the "setscene" part of the task's execution in order to validate the list of task hashes. - BB_SETSCENE_VERIFY_FUNCTION + BB_SETSCENE_VERIFY_FUNCTION2 Specifies a function to call that verifies the list of planned task execution before the main task execution happens. diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index dcf3ab3dd..66d8f844e 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -716,7 +716,7 @@ - BB_SETSCENE_VERIFY_FUNCTION + BB_SETSCENE_VERIFY_FUNCTION2 Specifies a function to call that verifies the list of -- cgit 1.2.3-korg