summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-02-23 11:52:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:12:10 +0000
commit4dbb515327546de2a6479c6a7514e7e11a483f4d (patch)
treeefa74b3c0e09c8b1ebfb9b11d4242ef0ffa7d280 /documentation
parentf4bfa6df2052fcd2106f6c0de638d6b30002199d (diff)
downloadpoky-4dbb515327546de2a6479c6a7514e7e11a483f4d.tar.gz
docs: point to renamed BB_BASEHASH_IGNORE_VARS variable
Since commit 98b3ed1b2e11 "meta/scripts: Handle bitbake variable renaming", the new name of the variable is BB_BASEHASH_IGNORE_VARS so let's update it so that Sphinx can resolve the Bitbake reference. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: a6c6283e9cc30ca580f1719d8e22fca5f79c1e50) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
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
9480There is also a ``bitbake-diffsigs`` command for comparing two 9480There 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