diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-25 10:20:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 16:29:51 +0100 |
commit | 5ec826fa2ec4ae7e898eaf2d974d1467c1dadaef (patch) | |
tree | cac1a8cb3de10e73f7b2f0d4f2a01edd1ad3cf9a /documentation/migration-guides/release-notes-5.2.rst | |
parent | a287584563263bcdbf6d1e7268cf52e894860942 (diff) | |
download | poky-5ec826fa2ec4ae7e898eaf2d974d1467c1dadaef.tar.gz |
migration-guides/{migration,release-note}-5.2: improvements and fixes
Address some of the reviews received on the release notes and migration
guide for 5.2:
- Remove the wget fetcher addition, I misread commit 0a9f90ff658e
("tests/fetch: support setting PV in the wget fetcher") from BitBake,
and it actually affects the tests for the wget fetcher, not the
fetcher itself.
- Add a way to transition from the branch=nameX,nameY syntax. From what
I have tested, I achieve the same behavior when using one or the other
syntax.
- Remove the default value for SPDX_PACKAGE_VERSION in the release note.
- Fix a couple of typos.
Suggested-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 39bf43a6009a46d4979337d7401eb46ece618f67)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |