mbox

[00/17] Documentation updates for 4.2

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

Pull-request

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

Message

Paul Eggleton April 22, 2023, 3:19 a.m. UTC
Release notes, migration guide and additional manual updates for the
imminent 4.2 release.

As usual I found a bunch of things that were undocumented that I either
needed to link to or that I felt should be completed, those are included
in this series. There is also a dependency on the BitBake User Manual
changes I just sent.

Please let me know if I missed or messed up anything :) Thanks.


The following changes since commit 3aac9f8b57434f3852a78915c326074252177515:

  migration-guides: update 4.2 migration and release notes (2023-04-12 14:41:19 +0200)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib paule/4.2-release
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/4.2-release

Paul Eggleton (17):
  ref-manual: add new SDK_ZIP_OPTIONS variable
  ref-manual: Add new RUST_CHANNEL variable
  ref-manual: update for IMAGE_MACHINE_SUFFIX addition
  Remove references to INC_PR
  ref-manual: add BB_CACHEDIR
  Add coverage of addpylib directive
  Remove references to package_tar class
  ref-manual: add missing QA checks from previous releases
  ref-manual: document new patch-status-* QA checks
  ref-manual: add FIT_CONF_DEFAULT_DTB
  ref-manual: add section link also to buildtools-extended entry
  ref-manual: add SDK_ARCHIVE_TYPE
  ref-manual: move Initramfs entry from variables to terms
  Document INIT_MANAGER
  migration-guides: extend migration guide for 4.2
  release-notes-4.1: fix some CVE links
  release-notes-4.2: add release notes

 documentation/dev-manual/init-manager.rst     |  24 +-
 documentation/dev-manual/packages.rst         |  12 -
 .../migration-guides/migration-4.2.rst        | 200 +++-
 .../migration-guides/release-notes-4.1.rst    |  12 +-
 .../migration-guides/release-notes-4.2.rst    | 853 +++++++++++++++++-
 documentation/overview-manual/concepts.rst    |   8 +-
 documentation/ref-manual/classes.rst          |  92 +-
 documentation/ref-manual/qa-checks.rst        |  23 +
 documentation/ref-manual/structure.rst        |   4 +-
 documentation/ref-manual/tasks.rst            |  11 -
 documentation/ref-manual/terms.rst            |  46 +
 documentation/ref-manual/variables.rst        | 231 ++---
 12 files changed, 1240 insertions(+), 276 deletions(-)

Comments

Richard Purdie April 22, 2023, 10:01 a.m. UTC | #1
On Sat, 2023-04-22 at 15:19 +1200, Paul Eggleton wrote:
> Release notes, migration guide and additional manual updates for the
> imminent 4.2 release.
> 
> As usual I found a bunch of things that were undocumented that I either
> needed to link to or that I felt should be completed, those are included
> in this series. There is also a dependency on the BitBake User Manual
> changes I just sent.
> 
> Please let me know if I missed or messed up anything :) Thanks.

Thanks Paul, you do have an eye for this and do a great job, it is very
much appreciated.

Things looked good from my perspective and improve things. We're about
to rebuild the release due to a kernel issue so I decided to pull these
into the rebuild. If there are any issues Michael spots when he is
back, we can improve as needed with further patches.

Cheers,

Richard