mbox series

[master] Pull request

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

Pull-request

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

Message

Antonin Godard July 29, 2026, 9:06 a.m. UTC
The following changes since commit 358519ca6406a89fee42c45dcaf63a37a374f33c:

  docs-wide: fix various broken links (2026-07-15 14:31:33 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 41dae3c3da3ada1745fc60228ff6269c64ee2361:

  ref-manual/variables.rst: SSTATE_MIRRORS: link to the new sstate-mirrors-setup doc (2026-07-29 10:47:14 +0200)

----------------------------------------------------------------
Antonin Godard (21):
      ref-manual/variables.rst: remove flags from variable names
      tools/gen-cve-release-notes: add argparse support
      conf.py: add linkcheck builder exclusions for frequent links
      migration-guides/migration-3.4.rst: replace rlbl broken link
      migration-guides: replace broken link with archive links
      kernel-dev/common.rst: remove taskhash mismatch note
      ref-manual/faq.rst: limit systemd as default question to Poky
      index.rst: add introduction paragraphs
      index.rst: move the contributor guide out of the Manuals section
      index.rst: move the "Overview and Concepts" manual in the "Introduction and Overview" section
      index.rst: move external links to the bottom of the intro section
      overview-manual: move the intro content in the index
      bsp-guide: rename to bsp-manual
      contributor-guide/identify-component.rst: use the same tense as other section
      bitbake.rst: rename section to "BitBake User Manual"
      index.rst: move release notes in their own section
      dev-manual: add a shared state mirror setup document
      ref-manual/variables.rst: SSTATE_MIRRORS: remove uninative mapping note
      ref-manual/variables.rst: SSTATE_MIRRORS: remove directory structure note
      ref-manual/variables.rst: SSTATE_MIRRORS: move password note to shared state mirror document
      ref-manual/variables.rst: SSTATE_MIRRORS: link to the new sstate-mirrors-setup doc

Daniel Turull (2):
      ref-manual/release-process.rst: update LTS supported versions
      ref-manual/release-process: clarify upstream criteria for stable

Joshua Watt (1):
      migration-guide: Add guide for converting licenses

Lee Chee Yang (2):
      migration-guide: add release notes for 5.0.19
      migration-guide: add release notes for 6.0.2

Niko Mauno (4):
      identity-component: Replace unicode with regular ASCII
      ref-manual: Fix occurrences of omitted space with :prepend
      ref-manual: Prune superfluous space with :append
      dev-manual: Fix missing whitespace around '=' operator

 documentation/README                               |  22 +-
 documentation/bitbake.rst                          |   6 +-
 documentation/bsp-guide/index.rst                  |  15 -
 documentation/{bsp-guide => bsp-manual}/bsp.rst    |  34 +-
 .../figures/bsp-dev-flow.png                       | Bin
 documentation/bsp-manual/index.rst                 |  15 +
 documentation/conf.py                              |  17 +
 .../contributor-guide/identify-component.rst       |   8 +-
 documentation/dev-manual/index.rst                 |   1 +
 documentation/dev-manual/layers.rst                |   6 +-
 documentation/dev-manual/new-machine.rst           |   2 +-
 documentation/dev-manual/sstate-mirrors-setup.rst  | 194 ++++++
 documentation/dev-manual/start.rst                 |   2 +-
 documentation/dev-manual/upgrading-recipes.rst     |   2 +-
 documentation/index.rst                            |  68 ++-
 documentation/kernel-dev/advanced.rst              |   2 +-
 documentation/kernel-dev/common.rst                |  21 +-
 documentation/migration-guides/migration-2.5.rst   |   2 +-
 documentation/migration-guides/migration-3.4.rst   |   2 +-
 documentation/migration-guides/migration-5.3.rst   |   2 +-
 documentation/migration-guides/migration-6.1.rst   |  69 +++
 documentation/migration-guides/release-5.0.rst     |   1 +
 documentation/migration-guides/release-6.0.rst     |   1 +
 .../migration-guides/release-notes-4.3.rst         |   2 +-
 .../migration-guides/release-notes-5.0.19.rst      | 663 +++++++++++++++++++++
 .../migration-guides/release-notes-5.0.rst         |   2 +-
 .../migration-guides/release-notes-5.3.rst         |   3 +-
 .../migration-guides/release-notes-6.0.2.rst       | 273 +++++++++
 documentation/overview-manual/concepts.rst         |   2 +-
 .../overview-manual/development-environment.rst    |   4 +-
 documentation/overview-manual/index.rst            |  59 +-
 documentation/overview-manual/intro.rst            |  69 ---
 documentation/overview-manual/yp-intro.rst         |   4 +-
 documentation/ref-manual/faq.rst                   |  16 +-
 documentation/ref-manual/qa-checks.rst             |   2 +-
 documentation/ref-manual/release-process.rst       |   4 +-
 documentation/ref-manual/resources.rst             |   2 +-
 documentation/ref-manual/structure.rst             |   2 +-
 documentation/ref-manual/terms.rst                 |  12 +-
 documentation/ref-manual/variables.rst             |  60 +-
 documentation/sphinx-static/theme_overrides.css    |   4 +
 documentation/standards.md                         |   6 +-
 documentation/tools/gen-cve-release-notes          |  13 +-
 .../transitioning-to-a-custom-environment.rst      |   2 +-
 documentation/what-i-wish-id-known.rst             |   6 +-
 45 files changed, 1468 insertions(+), 234 deletions(-)
 delete mode 100644 documentation/bsp-guide/index.rst
 rename documentation/{bsp-guide => bsp-manual}/bsp.rst (98%)
 rename documentation/{bsp-guide => bsp-manual}/figures/bsp-dev-flow.png (100%)
 create mode 100644 documentation/bsp-manual/index.rst
 create mode 100644 documentation/dev-manual/sstate-mirrors-setup.rst
 create mode 100644 documentation/migration-guides/release-notes-5.0.19.rst
 create mode 100644 documentation/migration-guides/release-notes-6.0.2.rst
 delete mode 100644 documentation/overview-manual/intro.rst