mbox series

[walnascar] Pull request

Message ID DB935TAG41UK.3CF595Z5M5SHV@bootlin.com
State New
Headers show
Series [walnascar] Pull request | expand

Pull-request

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

Message

Antonin Godard July 11, 2025, 8:34 a.m. UTC
The following changes since commit 85f8e5c799ef38c6dcca615d7cc6baff325df259:

  ref-manual: document KERNEL_SPLIT_MODULES variable (2025-06-27 10:39:47 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 462059ebbf25ed362a5ace1987f0684444441a7f:

  conf.py: improve SearchEnglish to handle terms with dots (2025-07-11 10:29:52 +0200)

----------------------------------------------------------------
Antonin Godard (6):
      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

Enrico Jörns (1):
      conf.py: improve SearchEnglish to handle terms with dots

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

 documentation/conf.py                              |   6 +-
 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 +-
 .../test-manual/understand-autobuilder.rst         |   6 +
 8 files changed, 258 insertions(+), 7 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-4.0.28.rst