diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-12 17:48:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-15 11:16:58 +0000 |
commit | fd5f84556f6708127f97dd3bdcbe34715cc41ac4 (patch) | |
tree | a38dfbfdb8723ff540b5ba88426bc6b3f8c0e7ba /documentation/migration-guides | |
parent | ddfb5cd61911c58a3188c91385c7c60e6aa43ed5 (diff) | |
download | poky-fd5f84556f6708127f97dd3bdcbe34715cc41ac4.tar.gz |
migration-guides: 5.1: fix titles
- fix title underline
- add anchor for workdir changes
- supported-kernel-versions was misplaced, move it
- "Miscellaneous changes" anchor was wrong
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: c5ea8551b8b74c6902c4107b88ea7ddcf505ec74)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-5.1.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst index d3c28f8b34..c9bb38699b 100644 --- a/documentation/migration-guides/migration-5.1.rst +++ b/documentation/migration-guides/migration-5.1.rst | |||
@@ -4,12 +4,12 @@ Release 5.1 (styhead) | |||
4 | ===================== | 4 | ===================== |
5 | 5 | ||
6 | Migration notes for 5.1 (styhead) | 6 | Migration notes for 5.1 (styhead) |
7 | ------------------------------------ | 7 | --------------------------------- |
8 | 8 | ||
9 | This section provides migration information for moving to the Yocto | 9 | This section provides migration information for moving to the Yocto |
10 | Project 5.1 Release (codename "styhead") from the prior release. | 10 | Project 5.1 Release (codename "styhead") from the prior release. |
11 | 11 | ||
12 | .. _migration-5.1-supported-kernel-versions: | 12 | .. _migration-5.1-workdir-changes: |
13 | 13 | ||
14 | :term:`WORKDIR` changes | 14 | :term:`WORKDIR` changes |
15 | ~~~~~~~~~~~~~~~~~~~~~~~ | 15 | ~~~~~~~~~~~~~~~~~~~~~~~ |
@@ -71,6 +71,8 @@ it does not work as the debug prefix mapping doesn't handle that. | |||
71 | ``devtool`` and ``recipetool`` have been updated to handle this and their | 71 | ``devtool`` and ``recipetool`` have been updated to handle this and their |
72 | support for ``S = WORKDIR`` and ``oe-local-files`` has been removed. | 72 | support for ``S = WORKDIR`` and ``oe-local-files`` has been removed. |
73 | 73 | ||
74 | .. _migration-5.1-supported-kernel-versions: | ||
75 | |||
74 | Supported kernel versions | 76 | Supported kernel versions |
75 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | 77 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
76 | 78 | ||
@@ -189,7 +191,7 @@ The following classes have been removed in this release: | |||
189 | adding minimal added-value for a considerable amount of added runtime. | 191 | adding minimal added-value for a considerable amount of added runtime. |
190 | 192 | ||
191 | 193 | ||
192 | .. _migration-5.1-qemu-changes: | 194 | .. _migration-5.1-misc-changes: |
193 | 195 | ||
194 | Miscellaneous changes | 196 | Miscellaneous changes |
195 | ~~~~~~~~~~~~~~~~~~~~~ | 197 | ~~~~~~~~~~~~~~~~~~~~~ |