diff options
author | Quentin Schulz <foss@0leil.net> | 2021-12-06 16:04:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | e71983bc7dba65df6273faaad92c5a43afded0ff (patch) | |
tree | b5882d468d58514fdf0e93a24c03fb916be63958 /documentation/overview-manual/concepts.rst | |
parent | 99474e0d681cc9beb3604f214884054b3aec38a1 (diff) | |
download | poky-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.rst | 10 |
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 |
1719 | signature) for a particular task needs to add the hashes of all the | 1719 | signature) for a particular task needs to add the hashes of all the |
1720 | tasks on which the particular task depends. Choosing which dependencies | 1720 | tasks on which the particular task depends. Choosing which dependencies |
1721 | to add is a policy decision. However, the effect is to generate a master | 1721 | to add is a policy decision. However, the effect is to generate a |
1722 | checksum that combines the basehash and the hashes of the task's | 1722 | checksum that combines the basehash and the hashes of the task's |
1723 | dependencies. | 1723 | dependencies. |
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 | ||
1738 | The | 1738 | The previous example does not include :term:`WORKDIR` since that variable is |
1739 | previous example excludes | 1739 | actually constructed as a path within :term:`TMPDIR`, which is included above. |
1740 | :term:`WORKDIR` since that variable | ||
1741 | is actually constructed as a path within | ||
1742 | :term:`TMPDIR`, which is on the | ||
1743 | whitelist. | ||
1744 | 1740 | ||
1745 | The rules for deciding which hashes of dependent tasks to include | 1741 | The rules for deciding which hashes of dependent tasks to include |
1746 | through dependency chains are more complex and are generally | 1742 | through dependency chains are more complex and are generally |