diff options
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index fd394c3ae2..c111355ccd 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -9474,7 +9474,7 @@ BitBake has determined by doing the following: | |||
9474 | 9474 | ||
9475 | The output of ``bitbake-dumpsig`` also includes the value each | 9475 | The output of ``bitbake-dumpsig`` also includes the value each |
9476 | variable had, a list of dependencies for each variable, and | 9476 | variable had, a list of dependencies for each variable, and |
9477 | :term:`BB_HASHBASE_WHITELIST` | 9477 | :term:`BB_BASEHASH_IGNORE_VARS` |
9478 | information. | 9478 | information. |
9479 | 9479 | ||
9480 | There is also a ``bitbake-diffsigs`` command for comparing two | 9480 | There is also a ``bitbake-diffsigs`` command for comparing two |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 25a874f83e..ecb2b60c73 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -763,7 +763,7 @@ system and gives an overview of their function and contents. | |||
763 | 763 | ||
764 | export BBSERVER=localhost:$port | 764 | export BBSERVER=localhost:$port |
765 | 765 | ||
766 | By default, :term:`BBSERVER` also appears in :term:`BB_HASHBASE_WHITELIST`. | 766 | By default, :term:`BBSERVER` also appears in :term:`BB_BASEHASH_IGNORE_VARS`. |
767 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency | 767 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency |
768 | data. | 768 | data. |
769 | 769 | ||