summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/release-notes-4.0.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.0.rst11
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