From: "Antonin Godard" <antonin.godard@bootlin.com>
To: "Quentin Schulz" <quentin.schulz@cherry.de>,
"Antonin Godard" <antonin.godard@bootlin.com>,
<docs@lists.yoctoproject.org>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
Subject: Re: [PATCH 2/2] migration-guides/{migration,release-note}-5.2: improvements and fixes
Date: Thu, 03 Apr 2025 17:10:58 +0200 [thread overview]
Message-ID: <D8X3LOMBN1NV.TBIZ0Z7H4CCQ@bootlin.com> (raw)
In-Reply-To: <874b31e6-63df-4d13-b967-3014e6ea8ffb@cherry.de>
Hi Quentin,
On Thu Apr 3, 2025 at 4:23 PM CEST, Quentin Schulz wrote:
> Hi Antonin,
>
> On 4/3/25 4:08 PM, Antonin Godard wrote:
>> 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>
>> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
>> ---
>> documentation/migration-guides/migration-5.2.rst | 10 +++++++++-
>> documentation/migration-guides/release-notes-5.2.rst | 7 ++-----
>> 2 files changed, 11 insertions(+), 6 deletions(-)
>>
>> diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
>> index c54f054c7..59f21ff4c 100644
>> --- a/documentation/migration-guides/migration-5.2.rst
>> +++ b/documentation/migration-guides/migration-5.2.rst
>> @@ -193,6 +193,14 @@ anymore::
>> This was rarely used in the core repositories, and this removal simplifies the
>> code logic in several places.
>>
>> +If one of your recipes is still using this mechanism, you can split the
>> +code source fetching into two separate entries::
>> +
>> + SRC_URI = "git://some.host/somepath;branch=branchX;name=nameX \
>> + git://some.host/somepath;branch=branchY;name=nameY"
>> + SRCREV_nameX = "xxxxxxxxxxxxxxxxxxxx"
>> + SRCREV_nameY = "yyyyyyyyyyyyyyyyyyyy"
>> +
>> Git fetcher: Branch parameter now required in :term:`SRC_URI`
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> @@ -242,7 +250,7 @@ The following recipes have been removed in this release:
>> :oe_git:`openembedded-core </openembedded-core>` or :oe_git:`meta-openembedded </meta-openembedded>`.
>>
>> - ``blktool``: It was created in 2004 as an alternative to hdparm and never
>> - updated since (while :wikipedia:`hdparm <Hdparm>` remains in active.
>> + updated since (while :wikipedia:`hdparm <Hdparm>` remains in active).
>
> Mmmm, should we say
>
> s/remains in active/remains active/ ?
>
> Slow brain day so maybe my intuition is wrong today :)
No, the slowness seems to have been on my side the other day, thanks ;) Will fix.
>>
>> - ``cargo-c-native``: converted to a target recipe and renamed to ``cargo-c``.
>>
>> diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst
>> index 05fc92e85..2ad441449 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|
>> uses.
>>
>> - The :term:`GRUB_MKIMAGE_OPTS` can be used to control the flags to the
>> - ``grub-mkimage`` command in the context of the Grub recipe (``grub-efi``).
>> + ``grub-mkimage`` command in the context of the GRUB recipe (``grub-efi``).
>>
>> - The :term:`SPDX_PACKAGE_VERSION` variable controls the package version as
>> - seen in the SPDX 3.0 JSON output (``software_packageVersion``). The default
>> - value for this variable is :term:`PV`.
>> + seen in the SPDX 3.0 JSON output (``software_packageVersion``).
>
> The indentation seems odd here (but to be fair, it is also in the part
> of the diff that is being removed).
Hmm, already on the previous patches you noticed this I think, but after
verifying in the code, the alignment was proper. Actually, I may have already
seen this in your answers before, I wonder if the problem is on my side or
yours. Exporting the email in an mbox file does not show any issue as well.
Antonin
--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-04-03 15:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-03 14:08 [PATCH 0/2] Improvements and fixes for the 5.2 release Antonin Godard
2025-04-03 14:08 ` [PATCH 1/2] ref-manual/classes: ptest-python-pytest: improve the current documentation Antonin Godard
2025-04-03 14:21 ` Quentin Schulz
2025-04-03 14:08 ` [PATCH 2/2] migration-guides/{migration,release-note}-5.2: improvements and fixes Antonin Godard
2025-04-03 14:23 ` Quentin Schulz
2025-04-03 15:10 ` Antonin Godard [this message]
2025-04-03 17:37 ` Quentin Schulz
2025-04-04 9:34 ` Antonin Godard
2025-04-04 16:33 ` Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D8X3LOMBN1NV.TBIZ0Z7H4CCQ@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=docs@lists.yoctoproject.org \
--cc=quentin.schulz@cherry.de \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox