| Message ID | DHYVMAQR7ULJ.35X1W6KVSNQOU@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [master] Pull request | expand |
On Tue, 2026-04-21 at 15:44 +0200, Antonin Godard wrote: > Hi Paul, > > Here is a pull request that includes a first batch of docs updates for the > coming Wrynose release. > > Alongside, we've got a patch that switches the documentation website to be > fixed-width. This patch was also backported to whinlatter, scarthgap, and > kirkstone to be consistent across all releases that we currently display on the > website. This is why I'm also sending PRs for whinlatter and kirkstone (CC'ed > Yoann to this email too for context). > > Please do not block the Whinlatter build because of these changes, as anyway the > docs website displays the branch tip, not the latest tag. > > Thanks, > Antonin > > The following changes since commit 2c12ec7bf29aedeacf82970a9d2eb262fde4670e: > > ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note (2026-04-16 14:31:11 +0200) > > are available in the Git repository at: > > git@push.yoctoproject.org:yocto-docs master-next > > for you to fetch changes up to eb74fdfd9e5e579a65e8872d1a73b51e77b14f63: > > ref-manual/system-requirements.rst: instruct to install a buildtools tarball for leap 15.6 (2026-04-21 15:25:47 +0200) Merged, thanks!
Hi Paul, Here is a pull request that includes a first batch of docs updates for the coming Wrynose release. Alongside, we've got a patch that switches the documentation website to be fixed-width. This patch was also backported to whinlatter, scarthgap, and kirkstone to be consistent across all releases that we currently display on the website. This is why I'm also sending PRs for whinlatter and kirkstone (CC'ed Yoann to this email too for context). Please do not block the Whinlatter build because of these changes, as anyway the docs website displays the branch tip, not the latest tag. Thanks, Antonin The following changes since commit 2c12ec7bf29aedeacf82970a9d2eb262fde4670e: ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note (2026-04-16 14:31:11 +0200) are available in the Git repository at: git@push.yoctoproject.org:yocto-docs master-next for you to fetch changes up to eb74fdfd9e5e579a65e8872d1a73b51e77b14f63: ref-manual/system-requirements.rst: instruct to install a buildtools tarball for leap 15.6 (2026-04-21 15:25:47 +0200) ---------------------------------------------------------------- Antonin Godard (22): sphinx-static/theme_overrides.css: switch to a fixed width documentation conf.py: define new *_path roles ref-manual/classes.rst: document the kernel-yocto-rust class ref-manual/classes.rst: document the module-rust class ref-manual/classes.rst: document the KCONFIG_CONFIG_ROOTDIR variable ref-manual/variables.rst: document the UKI_DEVICETREE variable docs-wide: refresh SBOM documentation after SPDX2.2 removal dev-manual/sbom.rst: add bullet point on recipe SBOM ref-manual/variables.rst: document the SPDX_PACKAGE_URLS variable ref-manual/variables.rst: document the SPDX_GIT_PURL_MAPPINGS variable ref-manual/variables.rst: document the SPDX_INCLUDE_VEX variable migration-guides/migration-6.0.rst: add note on WIC_SECTOR_SIZE ref-manual: document the sbom-cve-check class, fragment, and variables docs-wide: adapt to the new {DISTRO,MACHINE}_FEATURES mechanism ref-manual/features.rst: drop pcmcia from DISTRO_FEATURES ref-manual/features.rst: drop usbhost/usbgadget from DISTRO_FEATURES docs-wide: replace meta-poky/conf/templates/default by oecore's templates migration-guides: update 6.0 (Wrynose) release notes migration-guides/migration-6.0.rst: tidy up the file dev-manual/new-recipe.rst: rework Unpacking Code section ref-manual/system-requirements.rst: make python3-websockets a default host requirement ref-manual/system-requirements.rst: instruct to install a buildtools tarball for leap 15.6 Benjamin Robin (1): variables: add precision about special characters in CVE_PRODUCT Lee Chee Yang (1): migration-guide: add release notes for 5.0.17 Robert P. J. Day (1): variables.rst: expand explanation of RSUGGESTS documentation/conf.py | 3 + .../custom-template-configuration-directory.rst | 2 +- documentation/dev-manual/gobject-introspection.rst | 12 +- documentation/dev-manual/licenses.rst | 4 +- documentation/dev-manual/new-recipe.rst | 24 +- documentation/dev-manual/poky-manual-setup.rst | 2 +- documentation/dev-manual/sbom.rst | 43 ++-- documentation/migration-guides/migration-5.3.rst | 2 + documentation/migration-guides/migration-6.0.rst | 207 ++++++++++++++-- documentation/migration-guides/release-5.0.rst | 1 + .../migration-guides/release-notes-5.0.17.rst | 263 +++++++++++++++++++++ .../migration-guides/release-notes-6.0.rst | 256 ++++++++++++++++++-- documentation/overview-manual/concepts.rst | 5 +- documentation/ref-manual/classes.rst | 94 +++++++- documentation/ref-manual/faq.rst | 2 +- documentation/ref-manual/features.rst | 109 +++++---- documentation/ref-manual/fragments.rst | 20 ++ documentation/ref-manual/structure.rst | 18 +- documentation/ref-manual/system-requirements.rst | 36 +++ documentation/ref-manual/variables.rst | 244 ++++++++++--------- documentation/sphinx-static/theme_overrides.css | 17 +- .../host_packages_scripts/fedora_essential.sh | 2 +- .../opensuse_essential_16.0.sh | 2 +- 23 files changed, 1091 insertions(+), 277 deletions(-) create mode 100644 documentation/migration-guides/release-notes-5.0.17.rst