diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-02-23 11:52:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 18:12:10 +0000 |
commit | 4dbb515327546de2a6479c6a7514e7e11a483f4d (patch) | |
tree | efa74b3c0e09c8b1ebfb9b11d4242ef0ffa7d280 /documentation/ref-manual | |
parent | f4bfa6df2052fcd2106f6c0de638d6b30002199d (diff) | |
download | poky-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/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||