diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-16 15:11:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-21 15:18:24 +0000 |
commit | 6f713552b5cfe9d503756344011fef4246823303 (patch) | |
tree | f40c9239c5b2be018d938ac6bd782726ae6a2e61 /documentation | |
parent | 1b719e90431b34831be80c7caf6d7450535ae168 (diff) | |
download | poky-6f713552b5cfe9d503756344011fef4246823303.tar.gz |
doc: migration-3.5: variable changes for inclusive language
(From yocto-docs rev: a6650fd55259c5d7cf3cf9579e9ecd1184b1b155)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-3.5.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst index 8380ffbf4a..8ce2306e42 100644 --- a/documentation/migration-guides/migration-3.5.rst +++ b/documentation/migration-guides/migration-3.5.rst | |||
@@ -7,6 +7,16 @@ Project 3.5 Release (codename "kirkstone") from the prior release. | |||
7 | Recipe changes | 7 | Recipe changes |
8 | -------------- | 8 | -------------- |
9 | 9 | ||
10 | - To use more `inclusive language <https://inclusivenaming.org/>`__ | ||
11 | in the code and documentation, some variables have been renamed or even | ||
12 | deleted. BitBake will stop with an error when renamed or removed variables | ||
13 | still exist in your recipes or configuration. | ||
14 | |||
15 | A :oe_git:`convert-variable-renames.py | ||
16 | </openembedded-core/tree/scripts/contrib/convert-variable-renames.py>` | ||
17 | script is provided to convert your recipes and configuration, | ||
18 | and also warns you about the use of problematic words. | ||
19 | |||
10 | - Because of the uncertainty in future default branch names in git repositories, | 20 | - Because of the uncertainty in future default branch names in git repositories, |
11 | it is now required to add a branch name to all URLs described | 21 | it is now required to add a branch name to all URLs described |
12 | by ``git://`` and ``gitsm://`` :term:`SRC_URI` entries. For example:: | 22 | by ``git://`` and ``gitsm://`` :term:`SRC_URI` entries. For example:: |