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/migration-guides/migration-3.0.rst | |
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/migration-guides/migration-3.0.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 20c7026e8d..9a5f5714bd 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -194,7 +194,7 @@ The following BitBake changes have occurred. | |||
194 | scripts that handles these two events need to be updated. | 194 | scripts that handles these two events need to be updated. |
195 | 195 | ||
196 | - The arguments passed to functions used with | 196 | - The arguments passed to functions used with |
197 | :term:`bitbake:BB_HASHCHECK_FUNCTION` | 197 | :term:`BB_HASHCHECK_FUNCTION` |
198 | have changed. If you are using your own custom hash check function, | 198 | have changed. If you are using your own custom hash check function, |
199 | see :yocto_git:`/poky/commit/?id=40a5e193c4ba45c928fccd899415ea56b5417725` | 199 | see :yocto_git:`/poky/commit/?id=40a5e193c4ba45c928fccd899415ea56b5417725` |
200 | for details. | 200 | for details. |