mbox series

[master] Pull request

Message ID DBX73QJ1DL23.1F4WDK617ZORE@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Aug. 8, 2025, 4:43 p.m. UTC
The following changes since commit dc984e5f54c38748603243053fde8b4d078ba586:

  ref-manual: gather all QA checks in qa-checks.rst (2025-07-29 11:10:30 +0200)

are available in the Git repository at:

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

for you to fetch changes up to dbc6137cd13f982a7fd4d1b2df79dccb177db0fc:

  poky.yaml.in: increase required disk space to 140G (2025-08-08 16:34:19 +0200)

----------------------------------------------------------------
Antonin Godard (27):
      ref-manual/system-requirements.rst: update supported distributions
      dev-manual: add a hash equivalence server setup document
      ref-manual/tasks.rst: add documentation for do_recipe_qa
      ref-manual/variables.rst: document SPDX_PACKAGE_URL
      ref-manual/variables.rst: document KMETA_CONFIG_FEATURES
      ref-manual/variables.rst: document TESTSDK_SUITES
      ref-manual/variables.rst: document PSEUDO_INCLUDE_PATHS
      Drop the icecc class and related variables
      ref-manual/variables.rst: document the FIT_CONF_PREFIX variable
      ref-manual/variables.rst: add link for BB_DEFER_BBCLASSES
      ref-manual/variables.rst: document SPL_DTB_BINARY
      ref-manual/variables.rst: document UBOOT_VERSION
      ref-manual/classes.rst: document the go-mod-update-modules class
      ref-manual/variables.rst: document OE_SHARED_UMASK
      ref-manual/variables.rst: document CVE_CHECK_VEX_JUSTIFICATION
      ref-manual/classes.rst: document the testexport class
      docs-wide: update wic source plugin names
      ref-manual/tasks.rst: do_package_qa: update link to qa checks
      ref-manual/qa-checks.rst: add space around equal warning
      docs-wide: fix space around equal assignments
      migration-guides/release-notes-5.3: updates
      Add a script to validate documentation glossaries
      Makefile: add a checks rule
      ref-manual/variables.rst: fix the glossary
      ref-manual/variables.rst: sort variables
      ref-manual/terms.rst: sort entries
      poky.yaml.in: increase required disk space to 140G

Erik Lindsten (1):
      overview-manual/yp-intro.rst: fix broken link to article

 documentation/Makefile                             |   7 +-
 documentation/bsp-guide/bsp.rst                    |   4 +-
 documentation/dev-manual/building.rst              |   8 +-
 documentation/dev-manual/hashequivserver.rst       | 129 +++++
 documentation/dev-manual/index.rst                 |   1 +
 documentation/dev-manual/layers.rst                |   2 +-
 documentation/dev-manual/new-recipe.rst            |   2 +-
 documentation/dev-manual/qemu.rst                  |   4 +-
 documentation/dev-manual/start.rst                 |   4 +
 documentation/dev-manual/wic.rst                   |  16 +-
 documentation/migration-guides/migration-4.0.rst   |  10 +-
 documentation/migration-guides/migration-5.3.rst   |  89 ++++
 .../migration-guides/release-notes-5.3.rst         | 564 ++++++++++++++++++++-
 documentation/overview-manual/concepts.rst         |  16 +-
 documentation/overview-manual/yp-intro.rst         |   2 +-
 documentation/poky.yaml.in                         |   6 +-
 documentation/ref-manual/classes.rst               | 113 ++---
 documentation/ref-manual/qa-checks.rst             |  16 +
 documentation/ref-manual/system-requirements.rst   |  57 ++-
 documentation/ref-manual/tasks.rst                 |  13 +-
 documentation/ref-manual/terms.rst                 |  26 +-
 documentation/ref-manual/variables.rst             | 403 +++++++--------
 documentation/sdk-manual/appendix-customizing.rst  |   4 +-
 documentation/tools/check-glossaries               |  90 ++++
 24 files changed, 1210 insertions(+), 376 deletions(-)
 create mode 100644 documentation/dev-manual/hashequivserver.rst
 create mode 100755 documentation/tools/check-glossaries