mbox series

[master] Pull request

Message ID D6MJEPKVX58E.2LYKX1G32BH6V@bootlin.com
State Not Applicable
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Dec. 27, 2024, 2:02 p.m. UTC
The following changes since commit 28850c974a3896895bc921c094071523218d6d07:

  set_versions.py: use backward-compatible python argument in run (2024-12-19 10:08:16 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a51a94f0b228d570d915dff36a49132e90e93cf1:

  migration-guides: update the release notes for 5.2 (2024-12-27 14:43:06 +0100)

----------------------------------------------------------------
Antonin Godard (14):
      ref-manual/variables: document the KERNEL_CONSOLE variable
      ref-manual/classes: drop the migrate_localcount class
      ref-manual/variables: document the FIRMWARE_COMPRESSION variable
      ref-manual/variables: add missing entries to SDK_ARCHIVE_TYPE
      ref-manual/variables: document the WIC_SECTOR_SIZE variable
      ref-manual/variable: remove obsolete SETUPTOOLS_INSTALL_ARGS
      ref-manual/classes: document the cython class
      Remove debug-tweaks references
      Drop support for BB_DANGLINGAPPENDS_WARNONLY
      ref-manual/variables: document the CHECKLAYER_REQUIRED_TESTS variable
      ref-manual/classes: document the yocto-check-layer class
      ref-manual/variables: document the CARGO_INSTALL_LIBRARIES variable
      ref-manual/variables: document the PREFERRED_RPROVIDER variable
      migration-guides: update the release notes for 5.2

Trevor Gamblin (1):
      reproducible-builds.rst: show how to build a single package

 documentation/dev-manual/build-quality.rst         |   2 +-
 documentation/dev-manual/customizing-images.rst    |   3 +-
 documentation/dev-manual/layers.rst                |  22 +-
 documentation/dev-manual/securing-images.rst       |  12 +-
 documentation/migration-guides/migration-5.2.rst   |  56 ++++
 .../migration-guides/release-notes-5.2.rst         | 345 ++++++++++++++++++++-
 documentation/profile-manual/intro.rst             |   4 +-
 documentation/profile-manual/usage.rst             |   2 +-
 documentation/ref-manual/classes.rst               |  37 ++-
 documentation/ref-manual/features.rst              |  19 +-
 documentation/ref-manual/variables.rst             | 113 +++++--
 documentation/sdk-manual/extensible.rst            |   5 +-
 documentation/test-manual/reproducible-builds.rst  |  22 +-
 13 files changed, 567 insertions(+), 75 deletions(-)