diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-03 15:59:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
commit | 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch) | |
tree | 216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/migration-guides | |
parent | ceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff) | |
download | poky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz |
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/migration-4.0.rst | 4 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 96aea2f332..90736e6009 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -108,7 +108,7 @@ Packaging Changes | |||
108 | 108 | ||
109 | The following packaging changes have occurred. | 109 | The following packaging changes have occurred. |
110 | 110 | ||
111 | - The `Epiphany <https://en.wikipedia.org/wiki/GNOME_Web>`__ browser | 111 | - The :wikipedia:`Epiphany <GNOME_Web>` browser |
112 | has been dropped from ``packagegroup-self-hosted`` as it has not been | 112 | has been dropped from ``packagegroup-self-hosted`` as it has not been |
113 | needed inside ``build-appliance-image`` for quite some time and was | 113 | needed inside ``build-appliance-image`` for quite some time and was |
114 | causing resource problems. | 114 | causing resource problems. |
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst index 02d3c3e2bd..17b1d3c619 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
@@ -183,8 +183,8 @@ a new :term:`KERNEL_DEBUG_TIMESTAMPS` variable to "1". | |||
183 | Supported host distribution changes | 183 | Supported host distribution changes |
184 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 184 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
185 | 185 | ||
186 | - Support for `AlmaLinux <https://en.wikipedia.org/wiki/AlmaLinux>`__ | 186 | - Support for :wikipedia:`AlmaLinux <AlmaLinux>` |
187 | hosts replacing `CentOS <https://en.wikipedia.org/wiki/CentOS>`__. | 187 | hosts replacing :wikipedia:`CentOS <CentOS>`. |
188 | The following distribution versions were dropped: CentOS 8, Ubuntu 16.04 and Fedora 30, 31 and 32. | 188 | The following distribution versions were dropped: CentOS 8, Ubuntu 16.04 and Fedora 30, 31 and 32. |
189 | 189 | ||
190 | - ``gcc`` version 7.5 is now required at minimum on the build host. For older | 190 | - ``gcc`` version 7.5 is now required at minimum on the build host. For older |
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst index a61ccc6913..02cde0e3f3 100644 --- a/documentation/migration-guides/release-notes-4.0.rst +++ b/documentation/migration-guides/release-notes-4.0.rst | |||
@@ -32,7 +32,7 @@ New Features / Enhancements in 4.0 | |||
32 | :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and | 32 | :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and |
33 | ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to | 33 | ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to |
34 | overlay read-only filesystems (for example) with | 34 | overlay read-only filesystems (for example) with |
35 | `OverlayFS <https://en.wikipedia.org/wiki/OverlayFS>`__. | 35 | :wikipedia:`OverlayFS <OverlayFS>`. |
36 | 36 | ||
37 | - Inclusive language adjustments to some variable names - see the | 37 | - Inclusive language adjustments to some variable names - see the |
38 | :ref:`4.0 migration guide <migration-4.0-inclusive-language>` for details. | 38 | :ref:`4.0 migration guide <migration-4.0-inclusive-language>` for details. |
@@ -104,7 +104,7 @@ New Features / Enhancements in 4.0 | |||
104 | 104 | ||
105 | - Shared state (sstate) improvements: | 105 | - Shared state (sstate) improvements: |
106 | 106 | ||
107 | - Switched to `ZStandard (zstd) <https://en.wikipedia.org/wiki/Zstd>`__ instead | 107 | - Switched to :wikipedia:`ZStandard (zstd) <Zstd>` instead |
108 | of Gzip, for better performance. | 108 | of Gzip, for better performance. |
109 | - Allow validation of sstate signatures against a list of keys | 109 | - Allow validation of sstate signatures against a list of keys |
110 | - Improved error messages and exception handling | 110 | - Improved error messages and exception handling |