mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c6445c3aa1
commit
261f9b5709
@@ -12,8 +12,8 @@ to move to one release of the Yocto Project from the previous one.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
migration-general
|
migration-general
|
||||||
migration-4.0
|
release-4.0
|
||||||
migration-3.4
|
release-3.4
|
||||||
migration-3.3
|
migration-3.3
|
||||||
migration-3.2
|
migration-3.2
|
||||||
migration-3.1
|
migration-3.1
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
Release 3.4 (honister)
|
|
||||||
======================
|
|
||||||
|
|
||||||
Migration notes for 3.4 (honister)
|
Migration notes for 3.4 (honister)
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
@@ -274,6 +271,3 @@ Miscellaneous
|
|||||||
examples in :term:`EXTRA_USERS_PARAMS`.
|
examples in :term:`EXTRA_USERS_PARAMS`.
|
||||||
|
|
||||||
|
|
||||||
.. include:: release-notes-3.4.rst
|
|
||||||
.. include:: release-notes-3.4.1.rst
|
|
||||||
.. include:: release-notes-3.4.2.rst
|
|
||||||
|
|||||||
@@ -265,5 +265,3 @@ Miscellaneous changes
|
|||||||
when parsing recipes. Any code depending on the previous behaviour will no longer
|
when parsing recipes. Any code depending on the previous behaviour will no longer
|
||||||
work - change any such code to explicitly use appropriate path variables instead.
|
work - change any such code to explicitly use appropriate path variables instead.
|
||||||
|
|
||||||
|
|
||||||
.. include:: release-notes-4.0.rst
|
|
||||||
|
|||||||
10
documentation/migration-guides/release-3.4.rst
Normal file
10
documentation/migration-guides/release-3.4.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Release 3.4 (honister)
|
||||||
|
======================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
migration-3.4
|
||||||
|
release-notes-3.4
|
||||||
|
release-notes-3.4.1
|
||||||
|
release-notes-3.4.2
|
||||||
|
|
||||||
7
documentation/migration-guides/release-4.0.rst
Normal file
7
documentation/migration-guides/release-4.0.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Release 4.0 (kirkstone)
|
||||||
|
=======================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
migration-4.0
|
||||||
|
release-notes-4.0
|
||||||
Reference in New Issue
Block a user