mbox series

[master] Pull request

Message ID DI3SOL8SD9WE.32QG7M9UI0EH4@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard April 27, 2026, 8:29 a.m. UTC
The following changes since commit eb74fdfd9e5e579a65e8872d1a73b51e77b14f63:

  ref-manual/system-requirements.rst: instruct to install a buildtools tarball for leap 15.6 (2026-04-21 15:25:47 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 6b78593bed7174245fd7f6861263c69a3c439a74:

  ref-manual/variables: IMAGE_TYPES: add new wicenv type (2026-04-27 10:27:34 +0200)

----------------------------------------------------------------
Antonin Godard (18):
      conf.py: add a :yocto_bug: role
      migration-guides/release-notes-6.0.rst: add known KVM issue
      migration-guides/migration-6.0.rst: document the CVE_PRODUCT behavior change
      tools/build-docs-container: add missing leap 16.0 in help message
      tools/build-docs-container: add CentOS 10 support
      ref-manual/system-requirements.rst: add CentOS 10 as a supported distro
      docs-wide: drop documentation for cve-check and variables
      ref-manual/variables.rst: document the SBOM_CVE_CHECK_SHOW_WARNINGS variable
      security-manual/vulnerabilities.rst: require Upstream-Status, not recommend
      security-manual/vulnerabilities.rst: refresh the document after cve-check removal
      migration-guides/migration-6.0.rst: add migration notes on cve-check removal
      migration-guides/release-notes-6.0.rst: cover recent changes
      migration-guides/release-notes-6.0.rst: add license changes
      migration-guides/release-notes-6.0.rst: update CVE fixes
      migration-guides/release-notes-6.0.rst: add recipe version changes
      migration-guides/migration-6.0.rst: mention python3-roman-numerals-py rename
      migration-guides/release-notes-6.0.rst: add contributors
      ref-manual/variables: IMAGE_TYPES: add new wicenv type

Dawid Bijak (1):
      overview-manual/concepts.rst: fix do_prepare_recipe_sysroot task description

Robert P. J. Day (1):
      dev-manual: "--runonly" should be "--runall"

 documentation/conf.py                              |    4 +-
 documentation/dev-manual/building.rst              |    2 +-
 documentation/migration-guides/migration-3.0.rst   |    4 +-
 documentation/migration-guides/migration-5.0.rst   |    2 +-
 documentation/migration-guides/migration-6.0.rst   |   96 ++
 .../migration-guides/release-notes-4.0.23.rst      |    2 +-
 .../migration-guides/release-notes-4.1.1.rst       |    4 +-
 .../migration-guides/release-notes-4.1.rst         |    4 +-
 .../migration-guides/release-notes-5.0.5.rst       |    2 +-
 .../migration-guides/release-notes-5.0.rst         |    4 +-
 .../migration-guides/release-notes-5.1.3.rst       |    2 +-
 .../migration-guides/release-notes-5.1.rst         |    8 +-
 .../migration-guides/release-notes-5.2.rst         |   24 +-
 .../migration-guides/release-notes-5.3.rst         |    2 +-
 .../migration-guides/release-notes-6.0.rst         | 1471 +++++++++++++++++++-
 documentation/overview-manual/concepts.rst         |   29 +-
 documentation/ref-manual/classes.rst               |   78 +-
 documentation/ref-manual/system-requirements.rst   |    1 +
 documentation/ref-manual/variables.rst             |   91 +-
 documentation/security-manual/vulnerabilities.rst  |  223 ++-
 documentation/tools/build-docs-container           |    5 +-
 21 files changed, 1728 insertions(+), 330 deletions(-)