mbox series

[master] Pull request

Message ID DDHC9XSKSX65.BXV2ISINBNEK@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs master-next

Message

Antonin Godard Oct. 13, 2025, 4:36 p.m. UTC
The following changes since commit 09c7800333b17b21e50d2a089a3ae1b123697243:

  tools/build-docs-container: update with newly supported distros (2025-10-03 11:43:15 +0200)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs master-next

for you to fetch changes up to 8b85245490ae0b19a9c3880ec31e55b42e19d094:

  ref-manual/variables.rst: add note about PSEUDO ignore/include precedence (2025-10-13 17:08:12 +0200)

----------------------------------------------------------------
Alexander Kanavin (1):
      ref-manual: correctly document the difference between auto.conf and newly added toolcfg.conf

Antonin Godard (7):
      dev-manual/layers.rst: yocto-check-layer: mention --machines and --dependency
      dev-manual/layers.rst: yocto-check-layer: update list of test
      tools/build-docs-container: add option to install essential packages
      tools/build-docs-container: remove obsolete comments
      ref-manual/qa-checks.rst: fix references
      ref-manual/fragments.rst: remove duplicated built-in fragment note
      tools/build-docs-container: use the basename of OCI to append args

Gyorgy Sarvari (1):
      ref-manual/variables.rst: add note about PSEUDO ignore/include precedence

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

 documentation/dev-manual/layers.rst                |   35 +-
 documentation/migration-guides/release-4.0.rst     |    1 +
 .../migration-guides/release-notes-4.0.30.rst      |  170 +++
 documentation/ref-manual/fragments.rst             |   12 +-
 documentation/ref-manual/qa-checks.rst             | 1104 ++++++++++++--------
 documentation/ref-manual/structure.rst             |   15 +-
 documentation/ref-manual/variables.rst             |    9 +-
 documentation/tools/Containerfile.apt              |    4 +
 documentation/tools/Containerfile.dnf              |    4 +
 documentation/tools/Containerfile.zypper           |    4 +
 documentation/tools/build-docs-container           |   41 +-
 11 files changed, 899 insertions(+), 500 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.30.rst