summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
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/overview-manual/concepts.rst
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/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 33b4071026..bfd54208af 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1718,7 +1718,7 @@ inputs still exits - items already built and present in the
1718:term:`Build Directory`. The checksum (or 1718:term:`Build Directory`. The checksum (or
1719signature) for a particular task needs to add the hashes of all the 1719signature) for a particular task needs to add the hashes of all the
1720tasks on which the particular task depends. Choosing which dependencies 1720tasks on which the particular task depends. Choosing which dependencies
1721to add is a policy decision. However, the effect is to generate a master 1721to add is a policy decision. However, the effect is to generate a
1722checksum that combines the basehash and the hashes of the task's 1722checksum that combines the basehash and the hashes of the task's
1723dependencies. 1723dependencies.
1724 1724
@@ -1735,12 +1735,8 @@ included in any checksum)::
1735 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\ 1735 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\
1736 CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX" 1736 CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX"
1737 1737
1738The 1738The previous example does not include :term:`WORKDIR` since that variable is
1739previous example excludes 1739actually constructed as a path within :term:`TMPDIR`, which is included above.
1740:term:`WORKDIR` since that variable
1741is actually constructed as a path within
1742:term:`TMPDIR`, which is on the
1743whitelist.
1744 1740
1745The rules for deciding which hashes of dependent tasks to include 1741The rules for deciding which hashes of dependent tasks to include
1746through dependency chains are more complex and are generally 1742through dependency chains are more complex and are generally