1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

docs: point to renamed BB_BASEHASH_IGNORE_VARS variable

Since commit 98b3ed1b2e "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>
This commit is contained in:
Quentin Schulz
2022-02-23 11:52:06 +01:00
committed by Richard Purdie
parent f4bfa6df20
commit 4dbb515327
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9474,7 +9474,7 @@ BitBake has determined by doing the following:
The output of ``bitbake-dumpsig`` also includes the value each
variable had, a list of dependencies for each variable, and
:term:`BB_HASHBASE_WHITELIST`
:term:`BB_BASEHASH_IGNORE_VARS`
information.
There is also a ``bitbake-diffsigs`` command for comparing two
+1 -1
View File
@@ -763,7 +763,7 @@ system and gives an overview of their function and contents.
export BBSERVER=localhost:$port
By default, :term:`BBSERVER` also appears in :term:`BB_HASHBASE_WHITELIST`.
By default, :term:`BBSERVER` also appears in :term:`BB_BASEHASH_IGNORE_VARS`.
Consequently, :term:`BBSERVER` is excluded from checksum and dependency
data.