diff options
Diffstat (limited to 'documentation/migration-guides/release-notes-4.0.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst index d57227502e..3be7342a9c 100644 --- a/documentation/migration-guides/release-notes-4.0.rst +++ b/documentation/migration-guides/release-notes-4.0.rst | |||
@@ -8,9 +8,10 @@ New Features / Enhancements in 4.0 | |||
8 | 8 | ||
9 | - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades | 9 | - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades |
10 | 10 | ||
11 | - Reproducibility: this release fixes the reproducibility issues with ``rust-llvm`` and | 11 | - Reproducibility: this release fixes the reproducibility issues with |
12 | ``golang``. Recipes in OpenEmbedded-Core are now fully reproducible. Functionality | 12 | ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully |
13 | previously in the optional "reproducible" class has been merged into the base class. | 13 | reproducible. Functionality previously in the optional "reproducible" |
14 | class has been merged into the :ref:`base <ref-classes-base>` class. | ||
14 | 15 | ||
15 | - Network access is now disabled by default for tasks other than where it is expected to ensure build integrity (where host kernel supports it) | 16 | - Network access is now disabled by default for tasks other than where it is expected to ensure build integrity (where host kernel supports it) |
16 | 17 | ||
@@ -215,7 +216,7 @@ New Features / Enhancements in 4.0 | |||
215 | - Ensure addition of patch-fuzz retriggers do_qa_patch | 216 | - Ensure addition of patch-fuzz retriggers do_qa_patch |
216 | - Added a sanity check for allarch packagegroups | 217 | - Added a sanity check for allarch packagegroups |
217 | 218 | ||
218 | - create-spdx class improvements: | 219 | - :ref:`create-spdx <ref-classes-create-spdx>` class improvements: |
219 | 220 | ||
220 | - Get SPDX-License-Identifier from source files | 221 | - Get SPDX-License-Identifier from source files |
221 | - Generate manifest also for SDKs | 222 | - Generate manifest also for SDKs |
@@ -235,8 +236,10 @@ New Features / Enhancements in 4.0 | |||
235 | 236 | ||
236 | - SDK-related enhancements: | 237 | - SDK-related enhancements: |
237 | 238 | ||
238 | - Extended recipes to ``nativesdk``: ``cargo``, ``librsvg``, ``libstd-rs``, ``libva``, ``python3-docutil``, ``python3-packaging`` | 239 | - Extended recipes to :ref:`nativesdk <ref-classes-nativesdk>`: ``cargo``, |
239 | - Enabled nativesdk recipes to find a correct version of the rust cross compiler | 240 | ``librsvg``, ``libstd-rs``, ``libva``, ``python3-docutil``, ``python3-packaging`` |
241 | - Enabled :ref:`nativesdk <ref-classes-nativesdk>` recipes to find a correct version | ||
242 | of the rust cross compiler | ||
240 | - Support creating per-toolchain cmake file in SDK | 243 | - Support creating per-toolchain cmake file in SDK |
241 | 244 | ||
242 | - Rust enhancements: | 245 | - Rust enhancements: |