diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-01-05 08:34:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:39:09 +0000 |
commit | 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch) | |
tree | e1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/release-notes-4.0.rst | |
parent | ae280972ffba62d7ed839b692957f61b0955cbca (diff) | |
download | poky-8b1909aa6f7a51a878dc3d4a9223403ad3e164a9.tar.gz |
manuals: simplify references to classes
Now that .bbclass is removed from class section titles.
We can now have, for example, :ref:`ref-classes-insane`
instead of :ref:`insane <ref-classes-insane>`.
Then, when necessary, rework paragraphs so that they
have lines of even length, not exceeding 80 characters.
(From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.0.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst index b1f89cf0a7..563113b4db 100644 --- a/documentation/migration-guides/release-notes-4.0.rst +++ b/documentation/migration-guides/release-notes-4.0.rst | |||
@@ -13,7 +13,7 @@ New Features / Enhancements in 4.0 | |||
13 | - Reproducibility: this release fixes the reproducibility issues with | 13 | - Reproducibility: this release fixes the reproducibility issues with |
14 | ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully | 14 | ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully |
15 | reproducible. Functionality previously in the optional "reproducible" | 15 | reproducible. Functionality previously in the optional "reproducible" |
16 | class has been merged into the :ref:`base <ref-classes-base>` class. | 16 | class has been merged into the :ref:`ref-classes-base` class. |
17 | 17 | ||
18 | - Network access is now disabled by default for tasks other than where it is expected to ensure build integrity (where host kernel supports it) | 18 | - Network access is now disabled by default for tasks other than where it is expected to ensure build integrity (where host kernel supports it) |
19 | 19 | ||
@@ -31,8 +31,7 @@ New Features / Enhancements in 4.0 | |||
31 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ | 31 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ |
32 | in line with the upstream direction. | 32 | in line with the upstream direction. |
33 | 33 | ||
34 | - New :ref:`overlayfs <ref-classes-overlayfs>` and | 34 | - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and |
35 | :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` classes and | ||
36 | ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to | 35 | ``overlayroot`` support in the :term:`Initramfs` framework to make it easier to |
37 | overlay read-only filesystems (for example) with | 36 | overlay read-only filesystems (for example) with |
38 | :wikipedia:`OverlayFS <OverlayFS>`. | 37 | :wikipedia:`OverlayFS <OverlayFS>`. |
@@ -218,7 +217,7 @@ New Features / Enhancements in 4.0 | |||
218 | - Ensure addition of patch-fuzz retriggers do_qa_patch | 217 | - Ensure addition of patch-fuzz retriggers do_qa_patch |
219 | - Added a sanity check for allarch packagegroups | 218 | - Added a sanity check for allarch packagegroups |
220 | 219 | ||
221 | - :ref:`create-spdx <ref-classes-create-spdx>` class improvements: | 220 | - :ref:`ref-classes-create-spdx` class improvements: |
222 | 221 | ||
223 | - Get SPDX-License-Identifier from source files | 222 | - Get SPDX-License-Identifier from source files |
224 | - Generate manifest also for SDKs | 223 | - Generate manifest also for SDKs |
@@ -238,9 +237,9 @@ New Features / Enhancements in 4.0 | |||
238 | 237 | ||
239 | - SDK-related enhancements: | 238 | - SDK-related enhancements: |
240 | 239 | ||
241 | - Extended recipes to :ref:`nativesdk <ref-classes-nativesdk>`: ``cargo``, | 240 | - Extended recipes to :ref:`ref-classes-nativesdk`: ``cargo``, |
242 | ``librsvg``, ``libstd-rs``, ``libva``, ``python3-docutil``, ``python3-packaging`` | 241 | ``librsvg``, ``libstd-rs``, ``libva``, ``python3-docutil``, ``python3-packaging`` |
243 | - Enabled :ref:`nativesdk <ref-classes-nativesdk>` recipes to find a correct version | 242 | - Enabled :ref:`ref-classes-nativesdk` recipes to find a correct version |
244 | of the rust cross compiler | 243 | of the rust cross compiler |
245 | - Support creating per-toolchain cmake file in SDK | 244 | - Support creating per-toolchain cmake file in SDK |
246 | 245 | ||