diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2022-04-27 14:13:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-27 16:02:39 +0100 |
commit | 261f9b570918e9c828af0e95f2bab9ec066f46f1 (patch) | |
tree | 164e1b14c8434667c93136c739c288e6038235e7 /documentation/migration-guides/index.rst | |
parent | c6445c3aa17b7785fe3f194303ad0ca992b18018 (diff) | |
download | poky-261f9b570918e9c828af0e95f2bab9ec066f46f1.tar.gz |
migration-guides: stop including documents with ".. include"
This prevented variables from being substituted through the
code in yocto-vars.py, at least in the files included this way.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
(From yocto-docs rev: b7375ea4380e716a02c736e4231aaf7c1d868c6b)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/index.rst')
-rw-r--r-- | documentation/migration-guides/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst index 20c6ab9d4e..4597506d05 100644 --- a/documentation/migration-guides/index.rst +++ b/documentation/migration-guides/index.rst | |||
@@ -12,8 +12,8 @@ to move to one release of the Yocto Project from the previous one. | |||
12 | .. toctree:: | 12 | .. toctree:: |
13 | 13 | ||
14 | migration-general | 14 | migration-general |
15 | migration-4.0 | 15 | release-4.0 |
16 | migration-3.4 | 16 | release-3.4 |
17 | migration-3.3 | 17 | migration-3.3 |
18 | migration-3.2 | 18 | migration-3.2 |
19 | migration-3.1 | 19 | migration-3.1 |