mbox series

[master] Pull request

Message ID 693a516c-b178-47cc-97c1-dbb808d9be27@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git://git.yoctoproject.org/yocto-docs master-next

Message

Michael Opdenacker March 19, 2024, 1:55 p.m. UTC
Hi Richard

It would be great if you could merge this pull request, as it contains 
the initial release and migration notes for 5.0. This will make it 
easier for people to contribute to these notes if they find them in the 
master branch.

The following changes since commit 9c1505eabd69af548652381cf996d44f40a4fa8a:

   dev-manual: bmaptool: rename (2024-03-06 16:15:49 +0100)

are available in the Git repository at:

   git://git.yoctoproject.org/yocto-docs master-next

for you to fetch changes up to cfaf2707b4a77888316d5eb24bf41ccc21e2c12b:

   dev-manual: improve descriptions of 'bitbake -S printdiff' 
(2024-03-19 14:45:21 +0100)

----------------------------------------------------------------
Alexander Kanavin (3):
       sdk-manual: correctly describe separate build-sysroots tasks in 
direct sdk workflows
       dev/ref-manual: document conf-summary.txt together with 
conf-notes.txt
       dev-manual: improve descriptions of 'bitbake -S printdiff'

BELOUARGA Mohamed (1):
       ref-manual: add documentation of the variable SPDX_NAMESPACE_PREFIX

Lee Chee Yang (1):
       migration-guides: add release notes for 4.0.17

Martin Jansa (1):
       contributor-guide: be more specific about meta-* trees

Michael Opdenacker (8):
       manuals: add initial stylechecks with Vale
       profile-manual: usage.rst: formatting fixes
       manuals: use "manual page(s)"
       profile-manual: usage.rst: fix reference to bug report
       documentation: Makefile: remove releases.rst in "make clean"
       migration-guides: draft notes for upcoming release 5.0
       manuals: add initial stylechecks with Vale
       profile-manual: usage.rst: further style improvements

Ulrich Ölmann (1):
       ref-manual: classes: update description of class 'image_types'

  documentation/.gitignore |   2 +
  documentation/.vale.ini |   7 ++
  documentation/Makefile                                               | 
15 ++-
  documentation/README                                                 | 
14 +++
  documentation/contributor-guide/submit-changes.rst |   2 +-
  documentation/dev-manual/building.rst |   7 +-
  documentation/dev-manual/custom-template-configuration-directory.rst 
|   6 +-
  documentation/dev-manual/debugging.rst                               | 
13 ++-
  documentation/migration-guides/index.rst |   1 +
  documentation/migration-guides/migration-5.0.rst                     | 
105 ++++++++++++++++++++
  documentation/migration-guides/release-4.0.rst |   1 +
  documentation/migration-guides/release-5.0.rst |   9 ++
  documentation/migration-guides/release-notes-4.0.17.rst              | 
238 ++++++++++++++++++++++++++++++++++++++++++++
  documentation/migration-guides/release-notes-5.0.rst                 | 
66 ++++++++++++
  documentation/profile-manual/usage.rst                               | 
734 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------
  documentation/ref-manual/classes.rst                                 | 
10 +-
  documentation/ref-manual/structure.rst |   7 +-
  documentation/ref-manual/variables.rst |   7 +-
  documentation/sdk-manual/extensible.rst |   8 +-
  documentation/standards.md                                           | 
15 +++
  documentation/styles/config/vocabularies/OpenSource/accept.txt       | 
20 ++++
  documentation/styles/config/vocabularies/Yocto/accept.txt |   5 +
  22 files changed, 903 insertions(+), 389 deletions(-)
  create mode 100644 documentation/.vale.ini
  create mode 100644 documentation/migration-guides/migration-5.0.rst
  create mode 100644 documentation/migration-guides/release-5.0.rst
  create mode 100644 documentation/migration-guides/release-notes-4.0.17.rst
  create mode 100644 documentation/migration-guides/release-notes-5.0.rst
  create mode 100644 
documentation/styles/config/vocabularies/OpenSource/accept.txt
  create mode 100644 
documentation/styles/config/vocabularies/Yocto/accept.txt

Thank you in advance
Cheers
Michael.