mbox series

[00/11] Final release note updates for 5.2

Message ID 20250328-release-note-5-2-updates-2-v1-0-c913513e9140@bootlin.com
Headers show
Series Final release note updates for 5.2 | expand

Message

Antonin Godard March 28, 2025, 1:07 p.m. UTC
This series makes the final updates before the 5.2 release, which
includes adding the recipe upgrades, license changes, as well as cleaning
up a few empty sections.

It also updates the release notes / migration guide and overall
documentation with regards to the latest changes on Poky.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Antonin Godard (11):
      migration-guides/release-notes-5.2.rst: add the list of contributors
      migration-guides/release-notes-5.2.rst: add recipe upgrades
      migration-guides/release-notes-5.2.rst: add LICENSE recipe changes
      migration-guides/release-notes-5.2.rst: add security fixes
      migration-guides/release-notes-5.2.rst: add an entry for addfragments
      migration-guides/migration-5.2.rst: final update for 5.2
      ref-manual/system-requirements.rst: update list of supported distributions
      poky.yaml.in: bump minimum required Python version to 3.9
      ref-manual/variables.rst: document the GRUB_MKIMAGE_OPTS variable
      ref-manual/variables.rst: document the SPDX_PACKAGE_VERSION variable
      migration-guides/{migration,release-note}-5.2: update for 5.2 release

 documentation/migration-guides/migration-5.2.rst   |   39 +-
 .../migration-guides/release-notes-5.2.rst         | 1516 +++++++++++++++++++-
 documentation/poky.yaml.in                         |    2 +-
 documentation/ref-manual/system-requirements.rst   |   10 +-
 documentation/ref-manual/variables.rst             |   10 +
 5 files changed, 1567 insertions(+), 10 deletions(-)
---
base-commit: ea1636013722c12e72ca115240c8ce533e05ece2
change-id: 20250327-release-note-5-2-updates-2-8fb5d45989bd

Best regards,

Comments

Yoann Congal March 28, 2025, 2:44 p.m. UTC | #1
Hi Antonin,

Le ven. 28 mars 2025 à 14:07, Antonin Godard via lists.yoctoproject.org
<antonin.godard=bootlin.com@lists.yoctoproject.org> a écrit :

> This series makes the final updates before the 5.2 release, which
> includes adding the recipe upgrades, license changes, as well as cleaning
> up a few empty sections.
>
> It also updates the release notes / migration guide and overall
> documentation with regards to the latest changes on Poky.
>

I don't see
[PATCH] poky.yaml.in: Raise minimum GCC version to 10.1
https://lists.yoctoproject.org/g/docs/message/6606
in your 5.2 branch. I feel like it should be in it.

It might conflict with
[PATCH 08/11] poky.yaml.in: bump minimum required Python version to 3.9
https://lists.yoctoproject.org/g/docs/message/6663

Tell me if you want me to rebase/resend to a branch.

Regards,


> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
> Antonin Godard (11):
>       migration-guides/release-notes-5.2.rst: add the list of contributors
>       migration-guides/release-notes-5.2.rst: add recipe upgrades
>       migration-guides/release-notes-5.2.rst: add LICENSE recipe changes
>       migration-guides/release-notes-5.2.rst: add security fixes
>       migration-guides/release-notes-5.2.rst: add an entry for addfragments
>       migration-guides/migration-5.2.rst: final update for 5.2
>       ref-manual/system-requirements.rst: update list of supported
> distributions
>       poky.yaml.in: bump minimum required Python version to 3.9
>       ref-manual/variables.rst: document the GRUB_MKIMAGE_OPTS variable
>       ref-manual/variables.rst: document the SPDX_PACKAGE_VERSION variable
>       migration-guides/{migration,release-note}-5.2: update for 5.2 release
>
>  documentation/migration-guides/migration-5.2.rst   |   39 +-
>  .../migration-guides/release-notes-5.2.rst         | 1516
> +++++++++++++++++++-
>  documentation/poky.yaml.in                         |    2 +-
>  documentation/ref-manual/system-requirements.rst   |   10 +-
>  documentation/ref-manual/variables.rst             |   10 +
>  5 files changed, 1567 insertions(+), 10 deletions(-)
> ---
> base-commit: ea1636013722c12e72ca115240c8ce533e05ece2
> change-id: 20250327-release-note-5-2-updates-2-8fb5d45989bd
>
> Best regards,
> --
> Antonin Godard <antonin.godard@bootlin.com>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#6656):
> https://lists.yoctoproject.org/g/docs/message/6656
> Mute This Topic: https://lists.yoctoproject.org/mt/111953529/4316185
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [
> yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Antonin Godard March 28, 2025, 2:49 p.m. UTC | #2
Hi Yoann,

On Fri Mar 28, 2025 at 3:44 PM CET, Yoann Congal wrote:
> Hi Antonin,
>
> Le ven. 28 mars 2025 à 14:07, Antonin Godard via lists.yoctoproject.org
> <antonin.godard=bootlin.com@lists.yoctoproject.org> a écrit :
>
>> This series makes the final updates before the 5.2 release, which
>> includes adding the recipe upgrades, license changes, as well as cleaning
>> up a few empty sections.
>>
>> It also updates the release notes / migration guide and overall
>> documentation with regards to the latest changes on Poky.
>>
>
> I don't see
> [PATCH] poky.yaml.in: Raise minimum GCC version to 10.1
> https://lists.yoctoproject.org/g/docs/message/6606
> in your 5.2 branch. I feel like it should be in it.
>
> It might conflict with
> [PATCH 08/11] poky.yaml.in: bump minimum required Python version to 3.9
> https://lists.yoctoproject.org/g/docs/message/6663
>
> Tell me if you want me to rebase/resend to a branch.

Sorry, I just forgot (and didn't get that you were talking about this patch on
IRC, I confounded it with your C++ toolchain flag sanity check patch somehow).

Applied to master-next, thanks for the awareness!

Regards,
Antonin
Yoann Congal March 28, 2025, 2:52 p.m. UTC | #3
Le ven. 28 mars 2025 à 15:49, Antonin Godard <antonin.godard@bootlin.com> a
écrit :

> Hi Yoann,
>
> On Fri Mar 28, 2025 at 3:44 PM CET, Yoann Congal wrote:
> > Hi Antonin,
> >
> > Le ven. 28 mars 2025 à 14:07, Antonin Godard via lists.yoctoproject.org
> > <antonin.godard=bootlin.com@lists.yoctoproject.org> a écrit :
> >
> >> This series makes the final updates before the 5.2 release, which
> >> includes adding the recipe upgrades, license changes, as well as
> cleaning
> >> up a few empty sections.
> >>
> >> It also updates the release notes / migration guide and overall
> >> documentation with regards to the latest changes on Poky.
> >>
> >
> > I don't see
> > [PATCH] poky.yaml.in: Raise minimum GCC version to 10.1
> > https://lists.yoctoproject.org/g/docs/message/6606
> > in your 5.2 branch. I feel like it should be in it.
> >
> > It might conflict with
> > [PATCH 08/11] poky.yaml.in: bump minimum required Python version to 3.9
> > https://lists.yoctoproject.org/g/docs/message/6663
> >
> > Tell me if you want me to rebase/resend to a branch.
>
> Sorry, I just forgot (and didn't get that you were talking about this
> patch on
> IRC, I confounded it with your C++ toolchain flag sanity check patch
> somehow).
>

Well those are close, one document the other.


> Applied to master-next, thanks for the awareness!
>

Thank you :)


> Regards,
> Antonin
>
> --
> Antonin Godard, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>