summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-3.4.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-01-05 08:34:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 17:39:09 +0000
commit8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch)
treee1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/release-notes-3.4.rst
parentae280972ffba62d7ed839b692957f61b0955cbca (diff)
downloadpoky-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-3.4.rst')
-rw-r--r--documentation/migration-guides/release-notes-3.4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.rst b/documentation/migration-guides/release-notes-3.4.rst
index 6b2b7eade6..d76bb004b1 100644
--- a/documentation/migration-guides/release-notes-3.4.rst
+++ b/documentation/migration-guides/release-notes-3.4.rst
@@ -9,7 +9,7 @@ New Features / Enhancements in 3.4
9- Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades 9- Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades
10- Switched override character to ':' (replacing '_') for more robust parsing and improved performance --- see the above migration guide for help 10- Switched override character to ':' (replacing '_') for more robust parsing and improved performance --- see the above migration guide for help
11- Rust integrated into core, providing rust support for cross-compilation and SDK 11- Rust integrated into core, providing rust support for cross-compilation and SDK
12- New :ref:`create-spdx <ref-classes-create-spdx>` class for creating SPDX SBoM documents 12- New :ref:`ref-classes-create-spdx` class for creating SPDX SBoM documents
13- New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-utils, gcompat, gi-docgen, libmicrohttpd, libseccomp, libstd-rs, perlcross, python3-markdown, python3-pyyaml, python3-smartypants, python3-typogrify, rust, rust-cross, rust-cross-canadian, rust-hello-world, rust-llvm, rust-tools-cross-canadian, rustfmt, xwayland 13- New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-utils, gcompat, gi-docgen, libmicrohttpd, libseccomp, libstd-rs, perlcross, python3-markdown, python3-pyyaml, python3-smartypants, python3-typogrify, rust, rust-cross, rust-cross-canadian, rust-hello-world, rust-llvm, rust-tools-cross-canadian, rustfmt, xwayland
14- Several optimisations to reduce unnecessary task dependencies for faster builds 14- Several optimisations to reduce unnecessary task dependencies for faster builds
15- seccomp integrated into core, with additional enabling for gnutls, systemd, qemu 15- seccomp integrated into core, with additional enabling for gnutls, systemd, qemu
@@ -71,7 +71,7 @@ New Features / Enhancements in 3.4
71 71
72 - Enable :ref:`ref-tasks-populate_sdk` with multilibs 72 - Enable :ref:`ref-tasks-populate_sdk` with multilibs
73 - New ``SDKPATHINSTALL`` variable decouples default install path from 73 - New ``SDKPATHINSTALL`` variable decouples default install path from
74 built in path to avoid rebuilding :ref:`nativesdk <ref-classes-nativesdk>` 74 built in path to avoid rebuilding :ref:`ref-classes-nativesdk`
75 components on e.g. :term:`DISTRO_VERSION` changes 75 components on e.g. :term:`DISTRO_VERSION` changes
76 - eSDK: Error if trying to generate an eSDK from a multiconfig 76 - eSDK: Error if trying to generate an eSDK from a multiconfig
77 - eSDK: introduce :term:`TOOLCHAIN_HOST_TASK_ESDK` to be used in place of :term:`TOOLCHAIN_HOST_TASK` to add components to the host part of the eSDK 77 - eSDK: introduce :term:`TOOLCHAIN_HOST_TASK_ESDK` to be used in place of :term:`TOOLCHAIN_HOST_TASK` to add components to the host part of the eSDK