diff options
Diffstat (limited to 'documentation/migration-guides/release-notes-5.2.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index 05fc92e854..2ad4414494 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -44,11 +44,10 @@ New Features / Enhancements in |yocto-ver| | |||
44 | uses. | 44 | uses. |
45 | 45 | ||
46 | - The :term:`GRUB_MKIMAGE_OPTS` can be used to control the flags to the | 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``). | 47 | ``grub-mkimage`` command in the context of the GRUB recipe (``grub-efi``). |
48 | 48 | ||
49 | - The :term:`SPDX_PACKAGE_VERSION` variable controls the package version as | 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 | 50 | seen in the SPDX 3.0 JSON output (``software_packageVersion``). |
51 | value for this variable is :term:`PV`. | ||
52 | 51 | ||
53 | - Kernel-related changes: | 52 | - Kernel-related changes: |
54 | 53 | ||
@@ -345,8 +344,6 @@ New Features / Enhancements in |yocto-ver| | |||
345 | - ``wget``: increase timeout to 100s from 30s to match CDN worst | 344 | - ``wget``: increase timeout to 100s from 30s to match CDN worst |
346 | response time. | 345 | response time. |
347 | 346 | ||
348 | - ``wget``: Support setting :term:`PV` in :term:`SRC_URI`. | ||
349 | |||
350 | - Add support for fast initial shallow fetch. The fetcher will prefer an | 347 | - Add support for fast initial shallow fetch. The fetcher will prefer an |
351 | initial shallow clone, but will re-utilize an existing bare clone if | 348 | initial shallow clone, but will re-utilize an existing bare clone if |
352 | there is one. If the remote server does not allow shallow fetches, the | 349 | there is one. If the remote server does not allow shallow fetches, the |