diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-13 16:54:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:26 +0000 |
commit | 8a16bf5321a51f440b9b5dcc29bc498d1eb0bf28 (patch) | |
tree | 31a8cfff44f026576fd51538ab9d61e875949327 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |
parent | 478cb0ce2c71273799695240845a687aaac0cb0c (diff) | |
download | poky-8a16bf5321a51f440b9b5dcc29bc498d1eb0bf28.tar.gz |
bitbake: bitbake: Rename basehas and taskhash filtering variables
In line with the inclusive language migration defined at:
https://wiki.yoctoproject.org/wiki/Inclusive_language
rename:
BB_HASHBASE_WHITELIST -> BB_BASEHASH_IGNORE_VARS
BB_HASHTASK_WHITELIST -> BB_TASKHASH_IGNORE_TASKS
the derived code variables basewhitelist and taskwhitelist have been
renamed to basehash_ignore_vars and taskhash_ignore_tasks,
respectively.
[RP: Added compatibility mapping code and tweaked naming]
(Bitbake rev: efaafc9ec2e8c0475e3fb27e877a1c0a5532a0e5)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst index 7b37f6615a..f99001bc76 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |||
@@ -477,7 +477,7 @@ changes because it should not affect the output for target packages. The | |||
477 | simplistic approach for excluding the working directory is to set it to | 477 | simplistic approach for excluding the working directory is to set it to |
478 | some fixed value and create the checksum for the "run" script. BitBake | 478 | some fixed value and create the checksum for the "run" script. BitBake |
479 | goes one step better and uses the | 479 | goes one step better and uses the |
480 | :term:`BB_HASHBASE_WHITELIST` variable | 480 | :term:`BB_BASEHASH_IGNORE_VARS` variable |
481 | to define a list of variables that should never be included when | 481 | to define a list of variables that should never be included when |
482 | generating the signatures. | 482 | generating the signatures. |
483 | 483 | ||
@@ -538,7 +538,7 @@ in a list of global variable dependency excludes - variables never | |||
538 | included in any checksum. This example uses variables from OpenEmbedded | 538 | included in any checksum. This example uses variables from OpenEmbedded |
539 | to help illustrate the concept:: | 539 | to help illustrate the concept:: |
540 | 540 | ||
541 | BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \ | 541 | BB_BASEHASH_IGNORE_VARS ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \ |
542 | SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL \ | 542 | SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL \ |
543 | USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \ | 543 | USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \ |
544 | PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \ | 544 | PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \ |