summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index adb311ab10..a1e2440ba8 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -426,17 +426,6 @@ overview of their function and contents.
426 The function specified by this variable returns a "True" or "False" 426 The function specified by this variable returns a "True" or "False"
427 depending on whether the dependency needs to be met. 427 depending on whether the dependency needs to be met.
428 428
429 :term:`BB_SETSCENE_VERIFY_FUNCTION2`
430 Specifies a function to call that verifies the list of planned task
431 execution before the main task execution happens. The function is
432 called once BitBake has a list of setscene tasks that have run and
433 either succeeded or failed.
434
435 The function allows for a task list check to see if they make sense.
436 Even if BitBake was planning to skip a task, the returned value of
437 the function can force BitBake to run the task, which is necessary
438 under certain metadata defined circumstances.
439
440 :term:`BB_SIGNATURE_EXCLUDE_FLAGS` 429 :term:`BB_SIGNATURE_EXCLUDE_FLAGS`
441 Lists variable flags (varflags) that can be safely excluded from 430 Lists variable flags (varflags) that can be safely excluded from
442 checksum and dependency data for keys in the datastore. When 431 checksum and dependency data for keys in the datastore. When