diff options
Diffstat (limited to 'documentation/migration-guides/release-notes-3.4.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-3.4.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.rst b/documentation/migration-guides/release-notes-3.4.rst index 62683b4a5c..83ca901016 100644 --- a/documentation/migration-guides/release-notes-3.4.rst +++ b/documentation/migration-guides/release-notes-3.4.rst | |||
@@ -7,7 +7,7 @@ New Features / Enhancements in 3.4 | |||
7 | - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades | 7 | - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades |
8 | - Switched override character to ':' (replacing '_') for more robust parsing and improved performance --- see the above migration guide for help | 8 | - Switched override character to ':' (replacing '_') for more robust parsing and improved performance --- see the above migration guide for help |
9 | - Rust integrated into core, providing rust support for cross-compilation and SDK | 9 | - Rust integrated into core, providing rust support for cross-compilation and SDK |
10 | - New create-spdx class for creating SPDX SBoM documents | 10 | - New :ref:`create-spdx <ref-classes-create-spdx>` class for creating SPDX SBoM documents |
11 | - 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 | 11 | - 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 |
12 | - Several optimisations to reduce unnecessary task dependencies for faster builds | 12 | - Several optimisations to reduce unnecessary task dependencies for faster builds |
13 | - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu | 13 | - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu |
@@ -68,7 +68,9 @@ New Features / Enhancements in 3.4 | |||
68 | - SDK-related enhancements: | 68 | - SDK-related enhancements: |
69 | 69 | ||
70 | - Enable :ref:`ref-tasks-populate_sdk` with multilibs | 70 | - Enable :ref:`ref-tasks-populate_sdk` with multilibs |
71 | - New ``SDKPATHINSTALL`` variable decouples default install path from built in path to avoid rebuilding nativesdk components on e.g. :term:`DISTRO_VERSION` changes | 71 | - New ``SDKPATHINSTALL`` variable decouples default install path from |
72 | built in path to avoid rebuilding :ref:`nativesdk <ref-classes-nativesdk>` | ||
73 | components on e.g. :term:`DISTRO_VERSION` changes | ||
72 | - eSDK: Error if trying to generate an eSDK from a multiconfig | 74 | - eSDK: Error if trying to generate an eSDK from a multiconfig |
73 | - 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 | 75 | - 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 |
74 | 76 | ||