diff options
Diffstat (limited to 'documentation/migration-guides')
-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:: |