mbox series

[master] Pull request

Message ID DD8S075GR9ZO.R4BLAUNOTN4C@bootlin.com
State Accepted
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Oct. 3, 2025, 3:01 p.m. UTC
The following changes since commit a84c234acfedfa714419006c743405e2f9acaedc:

  test-manual/yocto-project-compatible.rst: fix a typo (2025-09-26 09:56:59 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 09c7800333b17b21e50d2a089a3ae1b123697243:

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

----------------------------------------------------------------
Adam Blank (3):
      kernel-dev/common.rst: fix the in-tree defconfig description
      ref-manual/variables.rst: fix the description of KBUILD_DEFCONFIG
      ref-manual/variables.rst: fix the description of STAGING_DIR

Adrian Freihofer (1):
      docs: add util-linux-script package for Fedora 42+

Antonin Godard (5):
      ref-manual/structure: document the auto.conf file
      Add documentation on fragments
      ref-manual/system-requirements.rst: update supported distributions
      set_versions.py: fix subprocess.run call for older distros
      tools/build-docs-container: update with newly supported distros

Quentin Schulz (1):
      tools: build-docs-container: remove comment for unsupported distros

Talel BELHAJ SALEM (1):
      dev-manual/building.rst: add note about externalsrc variables absolute paths

 documentation/dev-manual/building.rst              |   5 +
 documentation/dev-manual/creating-fragments.rst    | 146 ++++++++++++
 documentation/dev-manual/index.rst                 |   1 +
 documentation/kernel-dev/common.rst                |  10 +-
 documentation/ref-manual/fragments.rst             | 258 +++++++++++++++++++++
 documentation/ref-manual/index.rst                 |   1 +
 documentation/ref-manual/structure.rst             |   9 +
 documentation/ref-manual/system-requirements.rst   |   5 +-
 documentation/ref-manual/terms.rst                 |  92 ++++++++
 documentation/ref-manual/variables.rst             |  44 +++-
 documentation/set_versions.py                      |   2 +-
 documentation/tools/build-docs-container           |  25 +-
 .../host_packages_scripts/fedora_essential.sh      |   2 +-
 13 files changed, 575 insertions(+), 25 deletions(-)
 create mode 100644 documentation/dev-manual/creating-fragments.rst
 create mode 100644 documentation/ref-manual/fragments.rst