mbox series

[master] Pull request

Message ID DHUL5CBNM5A6.2H7PK6ZZZ04BE@bootlin.com
State Accepted
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard April 16, 2026, 12:41 p.m. UTC
The following changes since commit 560bc33c0c2ecd60d68ba06a2edff8c25b9a3f90:

  migration-guide: add release notes for 5.3.3 (2026-04-02 15:21:57 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 2c12ec7bf29aedeacf82970a9d2eb262fde4670e:

  ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note (2026-04-16 14:31:11 +0200)

----------------------------------------------------------------
Adam Blank (6):
      ref-manual/variables.rst: update STAGING_DIR's description
      ref-manual/variables.rst: update COMPONENTS_DIR's description
      ref-manual/variables.rst: update PKGDATA_DIR's description
      ref-manual/variables.rst: update RECIPE_SYSROOT* descriptions
      ref-manual/variables.rst: update STAGING_DIR* descriptions
      ref-manual/variables.rst: correct a reference to STAGING_DIR*

Antonin Godard (12):
      ref-manual/system-requirements: add buildtools note for Alma/CentOS/Rocky 9
      ref-manual/system-requirements.rst: update supported releases
      tools/build-docs-container: add ubuntu 26.04 support
      tools/build-docs-container: update fedora distros
      tools/build-docs-container: drop support for OpenSUSE Leap 15.5
      ref-manual/system-requirements.rst: add section for openSUSE Leap 16.0
      set_versions.py: fix seriesversion for milestone tags
      set_versions.py: use bitbake "dev" version when our series is devbranch
      set_versions.py: change strategy for the default page
      set_versions.py: make active releases unique
      sphinx-static/switchers.js.in: add an "Outdated release manuals" entry
      ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note

El Mehdi YOUNES (2):
      brief-yoctoprojectqs: fix the allow root login command
      brief-yoctoprojectqs: fix runqemu command

Martin Jansa (1):
      docs: ubuntu_essential.sh: explicitly add libcrypt-dev

 documentation/brief-yoctoprojectqs/index.rst       |  4 +-
 .../ref-manual/buildtools-alma-centos-rocky-9.rst  | 11 +++
 documentation/ref-manual/system-requirements.rst   | 53 +++++++++++---
 documentation/ref-manual/variables.rst             | 82 ++++++++++------------
 documentation/set_versions.py                      | 26 +++++--
 documentation/sphinx-static/switchers.js.in        | 32 ++++++---
 documentation/tools/build-docs-container           | 26 ++++---
 ...use_essential.sh => opensuse_essential_15.6.sh} |  0
 .../opensuse_essential_16.0.sh                     |  1 +
 .../host_packages_scripts/ubuntu_essential.sh      |  2 +-
 10 files changed, 154 insertions(+), 83 deletions(-)
 create mode 100644 documentation/ref-manual/buildtools-alma-centos-rocky-9.rst
 rename documentation/tools/host_packages_scripts/{opensuse_essential.sh => opensuse_essential_15.6.sh} (100%)
 create mode 100644 documentation/tools/host_packages_scripts/opensuse_essential_16.0.sh

Comments

Paul Barker April 16, 2026, 1:34 p.m. UTC | #1
On Thu, 2026-04-16 at 14:41 +0200, Antonin Godard wrote:
> The following changes since commit 560bc33c0c2ecd60d68ba06a2edff8c25b9a3f90:
> 
>   migration-guide: add release notes for 5.3.3 (2026-04-02 15:21:57 +0200)
> 
> are available in the Git repository at:
> 
>   git@push.yoctoproject.org:yocto-docs master-next
> 
> for you to fetch changes up to 2c12ec7bf29aedeacf82970a9d2eb262fde4670e:
> 
>   ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note (2026-04-16 14:31:11 +0200)

Merged, thanks!