diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-27 18:37:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 22:49:15 +0100 |
commit | d664794cce1605e046d45a3cb64f5e019a0b2e5a (patch) | |
tree | a0c85bac9ff98494a49a2a6bada03357e518081b /documentation/overview-manual | |
parent | 38496093d7e70145a054505f6d2f28ff7b270117 (diff) | |
download | poky-d664794cce1605e046d45a3cb64f5e019a0b2e5a.tar.gz |
manuals: remove explicit BitBake variable references
The standard :term:`VARIABLE` will refer to the
description of the variable in the YP variable index. If it
doesn't exist, it will refer to the description of the variable
in the BitBake manual.
(From yocto-docs rev: 34cb466caf872f9284eb81f6a5f31ad606214dee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 6377ebc000..4f8e6cb041 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1250,11 +1250,9 @@ download or setscene task fails, the build system then tries to install | |||
1250 | dependencies, such as the compiler, from the cache. | 1250 | dependencies, such as the compiler, from the cache. |
1251 | 1251 | ||
1252 | The availability of objects in the sstate cache is handled by the | 1252 | The availability of objects in the sstate cache is handled by the |
1253 | function specified by the | 1253 | function specified by the :term:`BB_HASHCHECK_FUNCTION` |
1254 | :term:`bitbake:BB_HASHCHECK_FUNCTION` | ||
1255 | variable and returns a list of available objects. The function specified | 1254 | variable and returns a list of available objects. The function specified |
1256 | by the | 1255 | by the :term:`BB_SETSCENE_DEPVALID` |
1257 | :term:`bitbake:BB_SETSCENE_DEPVALID` | ||
1258 | variable is the function that determines whether a given dependency | 1256 | variable is the function that determines whether a given dependency |
1259 | needs to be followed, and whether for any given relationship the | 1257 | needs to be followed, and whether for any given relationship the |
1260 | function needs to be passed. The function returns a True or False value. | 1258 | function needs to be passed. The function returns a True or False value. |