mbox series

[master] Pull request

Message ID DAFMBQ8SWEOR.2HKSE8SYUO8E0@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard June 6, 2025, 5:15 p.m. UTC
The following changes since commit 406e8a8e30404c0538f5aa46f211540bae2b206b:

  brief-yoctoprojectqs/ref-manual: Switch to new CDN (2025-05-29 17:33:27 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 040556cc9bc998970eb6152f8748d359b15b4bf9:

  docs: remove lz4 from required packages (2025-06-06 18:51:12 +0200)

----------------------------------------------------------------
Carlos Sánchez de La Lama (1):
      ref-manual: clarify KCONFIG_MODE default behaviour

Lee Chee Yang (2):
      migration-guides: add release notes for 5.2.1
      migration-guides: add release notes for 4.0.27

Quentin Schulz (4):
      docs: README: specify how to contribute instead of pointing at another file
      deduplicate README
      docs: conf.py: silence SyntaxWarning on js_splitter_code
      docs: remove lz4 from required packages

Robert P. J. Day (1):
      Clean up explanation of minimum required version numbers

 README                                             |  32 +---
 documentation/README                               |  21 ++-
 documentation/brief-yoctoprojectqs/index.rst       |   4 +-
 documentation/conf.py                              |   2 +-
 documentation/migration-guides/release-4.0.rst     |   1 +
 documentation/migration-guides/release-5.2.rst     |   1 +
 .../migration-guides/release-notes-4.0.27.rst      | 153 ++++++++++++++++++++
 .../migration-guides/release-notes-5.2.1.rst       | 161 +++++++++++++++++++++
 documentation/ref-manual/variables.rst             |  11 +-
 .../host_packages_scripts/almalinux_essential.sh   |   2 +-
 .../host_packages_scripts/fedora_essential.sh      |   2 +-
 .../host_packages_scripts/opensuse_essential.sh    |   2 +-
 .../host_packages_scripts/ubuntu_essential.sh      |   2 +-
 13 files changed, 345 insertions(+), 49 deletions(-)
 mode change 100644 => 120000 README
 create mode 100644 documentation/migration-guides/release-notes-4.0.27.rst
 create mode 100644 documentation/migration-guides/release-notes-5.2.1.rst