summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-12-06 16:04:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commite71983bc7dba65df6273faaad92c5a43afded0ff (patch)
treeb5882d468d58514fdf0e93a24c03fb916be63958 /documentation/sdk-manual
parent99474e0d681cc9beb3604f214884054b3aec38a1 (diff)
downloadpoky-e71983bc7dba65df6273faaad92c5a43afded0ff.tar.gz
make the documentation a bit more inclusive
Except the name of variables which can't be changed only in the documentation for obvious reasons and workflow or developement explanations around the use of the "master" branch which cannot be replaced with "development" branch instead, most of the non-inclusive words that appear in https://inclusivenaming.org/word-lists/tier-1/ should have been replaced in this patch. (From yocto-docs rev: 2755f35060084f7af356091de9dc144f85530fe2) Signed-off-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 4eccc28e9b..cac199bf7a 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -43,7 +43,7 @@ build system applies them against ``local.conf`` and ``auto.conf``:
43 :term:`SDK_INHERIT_BLACKLIST` 43 :term:`SDK_INHERIT_BLACKLIST`
44 are disabled. Using :term:`SDK_INHERIT_BLACKLIST` to disable these 44 are disabled. Using :term:`SDK_INHERIT_BLACKLIST` to disable these
45 classes is the typical method to disable classes that are problematic 45 classes is the typical method to disable classes that are problematic
46 or unnecessary in the SDK context. The default value blacklists the 46 or unnecessary in the SDK context. The default value disables the
47 :ref:`buildhistory <ref-classes-buildhistory>` 47 :ref:`buildhistory <ref-classes-buildhistory>`
48 and :ref:`icecc <ref-classes-icecc>` classes. 48 and :ref:`icecc <ref-classes-icecc>` classes.
49 49
@@ -63,9 +63,8 @@ adjustments:
63- If your SDK configuration inherits additional classes using the 63- If your SDK configuration inherits additional classes using the
64 :term:`INHERIT` variable and you 64 :term:`INHERIT` variable and you
65 do not need or want those classes enabled in the SDK, you can 65 do not need or want those classes enabled in the SDK, you can
66 blacklist them by adding them to the 66 disable them by adding them to the :term:`SDK_INHERIT_BLACKLIST`
67 :term:`SDK_INHERIT_BLACKLIST` 67 variable as described in the previous section.
68 variable as described in the fourth bullet of the previous section.
69 68
70 .. note:: 69 .. note::
71 70
@@ -275,8 +274,8 @@ source, you need to do a number of things:
275 places or it will fail quickly on the OpenEmbedded build system 274 places or it will fail quickly on the OpenEmbedded build system
276 side, and its contents will not interfere with the build), then 275 side, and its contents will not interfere with the build), then
277 you can set the variable in your ``local.conf`` or custom distro 276 you can set the variable in your ``local.conf`` or custom distro
278 configuration file. You can then "whitelist" the variable through 277 configuration file. You can then pass the variable to the SDK by
279 to the SDK by adding the following:: 278 adding the following::
280 279
281 SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS" 280 SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS"
282 281