mbox

[0/9] Updates for the 5.0 release

Message ID cover.1713127068.git.bluelightning@bluelightning.org
State New
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib paule/5.0-release

Message

Paul Eggleton April 14, 2024, 8:43 p.m. UTC
Updates for the 5.0 release on top of master-next, including release
notes and migration guide, as well as adjustments for the rest of the
documentation. I think we are still missing a few changes but
unfortunately I've run out of time. Thanks to all who added content
ahead of me though!


The following changes since commit 4b839c460867d685584134dbd322cd9b20f2ae6d:

  release-notes-5.0: various additions and improvements (2024-04-12 15:08:40 +0200)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib paule/5.0-release
  https://git.yoctoproject.org/poky-contrib/log/?h=paule/5.0-release

Paul Eggleton (9):
  ref-manual: Add virtual-slash QA check
  ref-manual: add new python classes
  classes: cve_check: add note about remote patches
  variables: add TARGET_DBGSRC_DIR
  dev-manual: update reference to sstate-cache-management script
  dev-manual: update custom distribution section
  release-notes: Add CVEs, recipe upgrades and contributors for 5.0
  migration: Extend migration guide for 5.0
  release-notes: additional features and one known issue for 5.0

 .../dev-manual/custom-distribution.rst        |  34 +-
 documentation/dev-manual/disk-space.rst       |   2 +-
 .../migration-guides/migration-5.0.rst        |  62 +-
 .../migration-guides/release-notes-5.0.rst    | 635 +++++++++++++++++-
 documentation/ref-manual/classes.rst          |  31 +
 documentation/ref-manual/qa-checks.rst        |   8 +
 documentation/ref-manual/variables.rst        |   4 +
 7 files changed, 757 insertions(+), 19 deletions(-)

Comments

Michael Opdenacker April 15, 2024, 3:43 p.m. UTC | #1
Hi Paul

Many thanks for all these updates!

On 4/14/24 at 22:43, Paul Eggleton wrote:
> Updates for the 5.0 release on top of master-next, including release
> notes and migration guide, as well as adjustments for the rest of the
> documentation. I think we are still missing a few changes but
> unfortunately I've run out of time. Thanks to all who added content
> ahead of me though!


If you're thinking about extra changes, just describe them briefly and 
we'll see what we can do :)

>
>
> The following changes since commit 4b839c460867d685584134dbd322cd9b20f2ae6d:
>
>    release-notes-5.0: various additions and improvements (2024-04-12 15:08:40 +0200)
>
> are available in the Git repository at:
>
>    https://git.yoctoproject.org/poky-contrib paule/5.0-release
>    https://git.yoctoproject.org/poky-contrib/log/?h=paule/5.0-release
>
> Paul Eggleton (9):
>    ref-manual: Add virtual-slash QA check
>    ref-manual: add new python classes
>    classes: cve_check: add note about remote patches
>    variables: add TARGET_DBGSRC_DIR
>    dev-manual: update reference to sstate-cache-management script
>    dev-manual: update custom distribution section
>    release-notes: Add CVEs, recipe upgrades and contributors for 5.0
>    migration: Extend migration guide for 5.0
>    release-notes: additional features and one known issue for 5.0
>
>   .../dev-manual/custom-distribution.rst        |  34 +-
>   documentation/dev-manual/disk-space.rst       |   2 +-
>   .../migration-guides/migration-5.0.rst        |  62 +-
>   .../migration-guides/release-notes-5.0.rst    | 635 +++++++++++++++++-
>   documentation/ref-manual/classes.rst          |  31 +
>   documentation/ref-manual/qa-checks.rst        |   8 +
>   documentation/ref-manual/variables.rst        |   4 +
>   7 files changed, 757 insertions(+), 19 deletions(-)

For all changes, after sometimes minor tweaks
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
And merged into master-next.
Thanks again,
Michael.