mbox series

[master] Pull request

Message ID DJORSCZR1U0E.20MN4WJD6MOQS@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 3, 2026, 7:49 a.m. UTC
The following changes since commit 4562ba19f36e54099bcae82cec8a70deb1c23aa7:

  migration-guides/migration-6.0.rst: fix wks file move note (2026-06-26 10:19:17 +0200)

are available in the Git repository at:

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

for you to fetch changes up to c518622d49c50844df230c8c2a8e08312104b7ad:

  migration-guides: add add release notes for 6.0.1 (2026-07-02 14:05:36 +0200)

----------------------------------------------------------------
Antonin Godard (28):
      dev-manual/wic.rst: replace deprecated wks directories
      ref-manual/classes.rst: replace deprecated wks directory
      ref-manual/kickstart.rst: replace deprecated wks directory
      bsp-guide/bsp.rst: fix raspberry layer content example
      dev-manual/wic.rst: remove note on wic-tools
      dev-manual/wic.rst: remove bullet point on host requirements
      dev-manual/wic.rst: add where to set IMAGE_FSTYPES/WKS_FILE[S] from
      dev-manual/wic.rst: add a requirement to use wic from the build system
      dev-manual/wic.rst: convert code snippet to code-blocks
      ref-manual/kickstart.rst: remove note on available commands
      ref-manual/kickstart.rst: document the include directive
      tools/update-documentation-conf: remove
      ref-manual/variables.rst: document the USERMOD_PARAMS variable
      migration-guides/migration-6.1.rst: add USERMOD_PARAMS note
      ref-manual/variables.rst: add deprecation note for GROUPMEMS_PARAM
      ref-manual/classes.rst: document python_uv_build
      migration-guides/migration-6.1.rst: add note on oe.utils.*_distro_features() removal
      ref-manual/variables.rst: document the UBOOT_FIT_CONF_DESC variable
      migration-guides/migration/release-notes-6.1.rst: cover recent changes
      ref-manual/system-requirements.rst: drop Fedora 42 support
      tools/build-docs-container: drop Fedora 42 support
      ref-manual/variables.rst: document the CCACHE_NATIVE_RECIPES_ALLOWED variable
      ref-manual/variables.rst: document missing CONFLICT_*_FEATURES variables
      ref-manual/variables.rst: document the LOCALE_PATHS variable
      ref-manual/variables.rst: document the TEST_SERIALCONTROL_CONNECT_TIMEOUT variable
      ref-manual/variables.rst: document the LOCALE_UTF8_IS_DEFAULT variable
      ref-manual/variables.rst: document the TEST_SERIALCONTROL_PS1 variable
      ref-manual/variables.rst: document the IMAGE_*_DEBUGFS variables

Bruce Ashfield (1):
      kernel-dev: document patch handling for discovered BSP descriptions

Lee Chee Yang (1):
      migration-guides: add add release notes for 6.0.1

Paul Barker (1):
      recipe-style-guide: Clarify when License-Update tag is needed

Robert P. J. Day (7):
      ref-manual: warn reader about confusing DEPLOYDIR and DEPLOY_DIR
      ref-manual: render first mention of DEPLOY_DIR as a :term:
      ref-manual: add intro content to "Manually Called Tasks"
      ref-manual: mention EXTRA_IMAGE_FEATURES in task
      ref-manual: add intro content to Ref Manual "Tasks" section
      ref-manual: remove all traces of "kernel_menuconfig" task
      dev-manual: update bmaptool section, refer to "bmaptool" package

 documentation/bsp-guide/bsp.rst                    |   3 +-
 .../contributor-guide/recipe-style-guide.rst       |   9 +-
 documentation/dev-manual/bmaptool.rst              |  13 +-
 documentation/dev-manual/wic.rst                   | 213 ++++++++++++------
 documentation/kernel-dev/advanced.rst              |  58 +++++
 documentation/migration-guides/migration-6.1.rst   |  48 ++++
 documentation/migration-guides/release-6.0.rst     |   1 +
 .../migration-guides/release-notes-6.0.1.rst       | 249 +++++++++++++++++++++
 .../migration-guides/release-notes-6.1.rst         | 221 +++++++++++++++++-
 documentation/ref-manual/classes.rst               |  12 +-
 documentation/ref-manual/kickstart.rst             |  24 +-
 documentation/ref-manual/system-requirements.rst   |   1 -
 documentation/ref-manual/tasks.rst                 |  95 +++++---
 documentation/ref-manual/variables.rst             | 114 +++++++++-
 documentation/tools/build-docs-container           |   2 -
 documentation/tools/update-documentation-conf      | 158 -------------
 16 files changed, 930 insertions(+), 291 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-6.0.1.rst
 delete mode 100644 documentation/tools/update-documentation-conf