mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
99474e0d68
commit
e71983bc7d
@@ -43,7 +43,7 @@ build system applies them against ``local.conf`` and ``auto.conf``:
|
||||
:term:`SDK_INHERIT_BLACKLIST`
|
||||
are disabled. Using :term:`SDK_INHERIT_BLACKLIST` to disable these
|
||||
classes is the typical method to disable classes that are problematic
|
||||
or unnecessary in the SDK context. The default value blacklists the
|
||||
or unnecessary in the SDK context. The default value disables the
|
||||
:ref:`buildhistory <ref-classes-buildhistory>`
|
||||
and :ref:`icecc <ref-classes-icecc>` classes.
|
||||
|
||||
@@ -63,9 +63,8 @@ adjustments:
|
||||
- If your SDK configuration inherits additional classes using the
|
||||
:term:`INHERIT` variable and you
|
||||
do not need or want those classes enabled in the SDK, you can
|
||||
blacklist them by adding them to the
|
||||
:term:`SDK_INHERIT_BLACKLIST`
|
||||
variable as described in the fourth bullet of the previous section.
|
||||
disable them by adding them to the :term:`SDK_INHERIT_BLACKLIST`
|
||||
variable as described in the previous section.
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -275,8 +274,8 @@ source, you need to do a number of things:
|
||||
places or it will fail quickly on the OpenEmbedded build system
|
||||
side, and its contents will not interfere with the build), then
|
||||
you can set the variable in your ``local.conf`` or custom distro
|
||||
configuration file. You can then "whitelist" the variable through
|
||||
to the SDK by adding the following::
|
||||
configuration file. You can then pass the variable to the SDK by
|
||||
adding the following::
|
||||
|
||||
SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user