diff options
| -rw-r--r-- | documentation/migration-guides/index.rst | 4 | ||||
| -rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 6 | ||||
| -rw-r--r-- | documentation/migration-guides/migration-4.0.rst | 2 | ||||
| -rw-r--r-- | documentation/migration-guides/release-3.4.rst | 10 | ||||
| -rw-r--r-- | documentation/migration-guides/release-4.0.rst | 7 |
5 files changed, 19 insertions, 10 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 |
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index c22ea814d6..d57c955eb4 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | Release 3.4 (honister) | ||
| 2 | ====================== | ||
| 3 | |||
| 4 | Migration notes for 3.4 (honister) | 1 | Migration notes for 3.4 (honister) |
| 5 | ---------------------------------- | 2 | ---------------------------------- |
| 6 | 3 | ||
| @@ -274,6 +271,3 @@ Miscellaneous | |||
| 274 | examples in :term:`EXTRA_USERS_PARAMS`. | 271 | examples in :term:`EXTRA_USERS_PARAMS`. |
| 275 | 272 | ||
| 276 | 273 | ||
| 277 | .. include:: release-notes-3.4.rst | ||
| 278 | .. include:: release-notes-3.4.1.rst | ||
| 279 | .. include:: release-notes-3.4.2.rst | ||
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst index d737b9d431..a8e6b4c331 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
| @@ -265,5 +265,3 @@ Miscellaneous changes | |||
| 265 | when parsing recipes. Any code depending on the previous behaviour will no longer | 265 | when parsing recipes. Any code depending on the previous behaviour will no longer |
| 266 | work - change any such code to explicitly use appropriate path variables instead. | 266 | work - change any such code to explicitly use appropriate path variables instead. |
| 267 | 267 | ||
| 268 | |||
| 269 | .. include:: release-notes-4.0.rst | ||
diff --git a/documentation/migration-guides/release-3.4.rst b/documentation/migration-guides/release-3.4.rst new file mode 100644 index 0000000000..81476c4adb --- /dev/null +++ b/documentation/migration-guides/release-3.4.rst | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | Release 3.4 (honister) | ||
| 2 | ====================== | ||
| 3 | |||
| 4 | .. toctree:: | ||
| 5 | |||
| 6 | migration-3.4 | ||
| 7 | release-notes-3.4 | ||
| 8 | release-notes-3.4.1 | ||
| 9 | release-notes-3.4.2 | ||
| 10 | |||
diff --git a/documentation/migration-guides/release-4.0.rst b/documentation/migration-guides/release-4.0.rst new file mode 100644 index 0000000000..7062f9d241 --- /dev/null +++ b/documentation/migration-guides/release-4.0.rst | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Release 4.0 (kirkstone) | ||
| 2 | ======================= | ||
| 3 | |||
| 4 | .. toctree:: | ||
| 5 | |||
| 6 | migration-4.0 | ||
| 7 | release-notes-4.0 | ||
