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.rst4
1 files changed, 2 insertions, 2 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 088eb818d6..7a22e96edf 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -523,7 +523,7 @@ it cannot figure out dependencies.
523Thus far, this section has limited discussion to the direct inputs into 523Thus far, this section has limited discussion to the direct inputs into
524a task. Information based on direct inputs is referred to as the 524a task. Information based on direct inputs is referred to as the
525"basehash" in the code. However, there is still the question of a task's 525"basehash" in the code. However, there is still the question of a task's
526indirect inputs - the things that were already built and present in the 526indirect inputs --- the things that were already built and present in the
527build directory. The checksum (or signature) for a particular task needs 527build directory. The checksum (or signature) for a particular task needs
528to add the hashes of all the tasks on which the particular task depends. 528to add the hashes of all the tasks on which the particular task depends.
529Choosing which dependencies to add is a policy decision. However, the 529Choosing which dependencies to add is a policy decision. However, the
@@ -534,7 +534,7 @@ At the code level, there are a variety of ways both the basehash and the
534dependent task hashes can be influenced. Within the BitBake 534dependent task hashes can be influenced. Within the BitBake
535configuration file, we can give BitBake some extra information to help 535configuration file, we can give BitBake some extra information to help
536it construct the basehash. The following statement effectively results 536it construct the basehash. The following statement effectively results
537in a list of global variable dependency excludes - variables never 537in a list of global variable dependency excludes --- variables never
538included in any checksum. This example uses variables from OpenEmbedded 538included in any checksum. This example uses variables from OpenEmbedded
539to help illustrate the concept:: 539to help illustrate the concept::
540 540