summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-07 15:41:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 14:25:01 +0000
commit809b96e9316076909345d0fa7866f5155aeee767 (patch)
tree16dff3a5e07aa005066bd11efccaea746a0752a9 /documentation/overview-manual/concepts.rst
parent88e368dca48957314bca2a9a369dcde515953633 (diff)
downloadpoky-809b96e9316076909345d0fa7866f5155aeee767.tar.gz
manuals: inclusive language updates
Changes identified by OE core's scripts/contrib/convert-variable-renames.py script Original variable names are kept in old migration notes, but references to the new ones are provided. (From yocto-docs rev: 1a35380ca80509fee036018a2bbb22ba9b44d47a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index ae35687ee5..065d9586c6 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1372,15 +1372,15 @@ associated with an extensible SDK:
1372 Specifies whether or not the toolchain is included when building the 1372 Specifies whether or not the toolchain is included when building the
1373 extensible SDK. 1373 extensible SDK.
1374 1374
1375- :term:`SDK_LOCAL_CONF_WHITELIST`: 1375- :term:`ESDK_LOCALCONF_ALLOW`:
1376 A list of variables allowed through from the build system 1376 A list of variables allowed through from the build system
1377 configuration into the extensible SDK configuration. 1377 configuration into the extensible SDK configuration.
1378 1378
1379- :term:`SDK_LOCAL_CONF_BLACKLIST`: 1379- :term:`ESDK_LOCALCONF_REMOVE`:
1380 A list of variables not allowed through from the build system 1380 A list of variables not allowed through from the build system
1381 configuration into the extensible SDK configuration. 1381 configuration into the extensible SDK configuration.
1382 1382
1383- :term:`SDK_INHERIT_BLACKLIST`: 1383- :term:`ESDK_CLASS_INHERIT_DISABLE`:
1384 A list of classes to remove from the 1384 A list of classes to remove from the
1385 :term:`INHERIT` value globally 1385 :term:`INHERIT` value globally
1386 within the extensible SDK configuration. 1386 within the extensible SDK configuration.
@@ -1722,7 +1722,7 @@ it construct the basehash. The following statement effectively results
1722in a list of global variable dependency excludes (i.e. variables never 1722in a list of global variable dependency excludes (i.e. variables never
1723included in any checksum):: 1723included in any checksum)::
1724 1724
1725 BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \\ 1725 BB_BASEHASH_IGNORE_VARS ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \\
1726 SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \\ 1726 SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \\
1727 USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \\ 1727 USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \\
1728 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\ 1728 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\