summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
index 14c342a6a7..84d65fa9c3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -648,13 +648,6 @@ compiled binary. To handle this, BitBake calls the
648each successful setscene task to know whether or not it needs to obtain 648each successful setscene task to know whether or not it needs to obtain
649the dependencies of that task. 649the dependencies of that task.
650 650
651Finally, after all the setscene tasks have executed, BitBake calls the
652function listed in
653:term:`BB_SETSCENE_VERIFY_FUNCTION2`
654with the list of tasks BitBake thinks has been "covered". The metadata
655can then ensure that this list is correct and can inform BitBake that it
656wants specific tasks to be run regardless of the setscene result.
657
658You can find more information on setscene metadata in the 651You can find more information on setscene metadata in the
659:ref:`bitbake-user-manual/bitbake-user-manual-metadata:task checksums and setscene` 652:ref:`bitbake-user-manual/bitbake-user-manual-metadata:task checksums and setscene`
660section. 653section.