summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-5.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/release-notes-5.2.rst')
-rw-r--r--documentation/migration-guides/release-notes-5.2.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst
index cbef0d6863..05fc92e854 100644
--- a/documentation/migration-guides/release-notes-5.2.rst
+++ b/documentation/migration-guides/release-notes-5.2.rst
@@ -43,6 +43,13 @@ New Features / Enhancements in |yocto-ver|
43 This can be used for authentication of private NPM registries, among other 43 This can be used for authentication of private NPM registries, among other
44 uses. 44 uses.
45 45
46 - The :term:`GRUB_MKIMAGE_OPTS` can be used to control the flags to the
47 ``grub-mkimage`` command in the context of the Grub recipe (``grub-efi``).
48
49 - The :term:`SPDX_PACKAGE_VERSION` variable controls the package version as
50 seen in the SPDX 3.0 JSON output (``software_packageVersion``). The default
51 value for this variable is :term:`PV`.
52
46- Kernel-related changes: 53- Kernel-related changes:
47 54
48 - :ref:`ref-classes-cml1`: in :ref:`ref-tasks-diffconfig`, do not override 55 - :ref:`ref-classes-cml1`: in :ref:`ref-tasks-diffconfig`, do not override
@@ -81,6 +88,10 @@ New Features / Enhancements in |yocto-ver|
81 - ``qcom-x1e80100-lenovo-t14s-g6-adreno`` 88 - ``qcom-x1e80100-lenovo-t14s-g6-adreno``
82 - ``qcom-x1e80100-lenovo-t14s-g6-audio`` 89 - ``qcom-x1e80100-lenovo-t14s-g6-audio``
83 - ``qcom-x1e80100-lenovo-t14s-g6-compute`` 90 - ``qcom-x1e80100-lenovo-t14s-g6-compute``
91 - ``qcom-adreno-a623``
92 - ``qcom-qcs8300-adreno``
93 - ``qca-qca2066``
94 - ``qcom-adreno-a2xx``
84 95
85 - ``linux-firmware``: split ``amgpu``, ``ath10k``, ``ath11k`` and ``ath12k`` 96 - ``linux-firmware``: split ``amgpu``, ``ath10k``, ``ath11k`` and ``ath12k``
86 in separate packages. 97 in separate packages.
@@ -208,6 +219,10 @@ New Features / Enhancements in |yocto-ver|
208 - ``rust-target-config``: Update the data layout for the *x86-64* target, as 219 - ``rust-target-config``: Update the data layout for the *x86-64* target, as
209 it was different in Rust from LLVM, which produced a data layout error. 220 it was different in Rust from LLVM, which produced a data layout error.
210 221
222 - The :term:`PACKAGECONFIG_CONFARGS` value if now passed to the ``cargo
223 build`` command, which means that Rust recipes can now properly define
224 their :term:`PACKAGECONFIG` configuration.
225
211- Wic Image Creator changes: 226- Wic Image Creator changes:
212 227
213 - Allow the ``--exclude-path`` option to exclude symlinks. 228 - Allow the ``--exclude-path`` option to exclude symlinks.
@@ -330,6 +345,8 @@ New Features / Enhancements in |yocto-ver|
330 - ``wget``: increase timeout to 100s from 30s to match CDN worst 345 - ``wget``: increase timeout to 100s from 30s to match CDN worst
331 response time. 346 response time.
332 347
348 - ``wget``: Support setting :term:`PV` in :term:`SRC_URI`.
349
333 - Add support for fast initial shallow fetch. The fetcher will prefer an 350 - Add support for fast initial shallow fetch. The fetcher will prefer an
334 initial shallow clone, but will re-utilize an existing bare clone if 351 initial shallow clone, but will re-utilize an existing bare clone if
335 there is one. If the remote server does not allow shallow fetches, the 352 there is one. If the remote server does not allow shallow fetches, the
@@ -494,6 +511,8 @@ New Features / Enhancements in |yocto-ver|
494 - ``systemd``: ``apparmor``, ``fido``, ``mountfsd``, ``nsresourced`` 511 - ``systemd``: ``apparmor``, ``fido``, ``mountfsd``, ``nsresourced``
495 - ``ovmf``: ``debug`` 512 - ``ovmf``: ``debug``
496 - ``webkitgtk``: ``assertions`` 513 - ``webkitgtk``: ``assertions``
514 - ``iproute2``: ``iptables``
515 - ``man-db``: ``col``
497 516
498- Systemd related changes: 517- Systemd related changes:
499 518
@@ -540,6 +559,9 @@ New Features / Enhancements in |yocto-ver|
540 - Add a sanity check to validate that the C++ toolchain is functional on the 559 - Add a sanity check to validate that the C++ toolchain is functional on the
541 host. 560 host.
542 561
562 - Add a sanity check to check that the C++ compiler on the host supports
563 C++20.
564
543 - Add a sanity check to verify that :term:`TOPDIR` does not contain 565 - Add a sanity check to verify that :term:`TOPDIR` does not contain
544 non-ASCII characters, as it may lead to unexpected build errors. 566 non-ASCII characters, as it may lead to unexpected build errors.
545 567