mbox series

[master] Pull request

Message ID DB935TI11LAB.Q7HL5BI8FXOS@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 11, 2025, 8:34 a.m. UTC
The following changes since commit 80084a4cabdf7f61c7e93eda8ddbd5bc7d54e041:

  conf.py: improve SearchEnglish to handle terms with dots (2025-07-04 09:45:54 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 576677eae6960dbc2d2ececeba0fde5bba7bb69f:

  overview-manual/concepts.rst: fix sayhello hardcoded bindir (2025-07-11 10:14:42 +0200)

----------------------------------------------------------------
Antonin Godard (8):
      Add a document on limiting host resources
      ref-manual/variables.rst: make reference to new limiting-resources doc
      poky.yaml.in: increase minimum RAM from 8 to 32
      test-manual/understand-autobuilder.rst: mention hashequiv server
      ref-manual/structure.rst: update with info on PERSISTENT_DIR
      dev-manual/start.rst: mention that PERSISTENT_DIR should be shared too
      overview-manual/concepts.rst: mention PERSISTENT_DIR for user configuration
      overview-manual/concepts.rst: fix sayhello hardcoded bindir

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

 documentation/dev-manual/index.rst                 |   1 +
 documentation/dev-manual/limiting-resources.rst    | 138 +++++++++++++
 documentation/dev-manual/start.rst                 |   5 +
 documentation/migration-guides/release-4.0.rst     |   1 +
 .../migration-guides/release-notes-4.0.28.rst      | 224 +++++++++++++++++++++
 documentation/overview-manual/concepts.rst         |   7 +-
 documentation/poky.yaml.in                         |   2 +-
 documentation/ref-manual/structure.rst             |  14 +-
 documentation/ref-manual/variables.rst             |  32 ++-
 .../test-manual/understand-autobuilder.rst         |   6 +
 10 files changed, 419 insertions(+), 11 deletions(-)
 create mode 100644 documentation/dev-manual/limiting-resources.rst
 create mode 100644 documentation/migration-guides/release-notes-4.0.28.rst