* [styhead] Pull request
@ 2024-11-15 8:04 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-11-15 8:04 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
Hi Richard,
The following changes since commit 5692ad6f023289dda63567c1f79132854ae3899d:
dev-manual: add bblock documentation (2024-11-06 16:39:02 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 8288c8cae7fe7303e89d8ed286de91fc26ce6cc3:
dev-manual: bblock: use warning block instead of attention (2024-11-15 08:14:39 +0100)
----------------------------------------------------------------
Antonin Godard (8):
doc: Makefile: remove inkscape, replace by rsvg-convert
doc: Makefile: add support for xelatex
doc: add a download page for epub and pdf
sphinx-static/switchers.js.in: do not refer to URL_ROOT anymore
migration-guides: 5.1: fix titles
conf.py: add a bitbake_git extlink
dev-manual: document how to provide confs from layer.conf
dev-manual: bblock: use warning block instead of attention
Michael Opdenacker (1):
doc: Makefile: publish pdf and epub versions too
Talel BELHAJSALEM (1):
contributor-guide: Remove duplicated words
documentation/Makefile | 17 ++--
documentation/conf.py | 8 +-
documentation/contributor-guide/submit-changes.rst | 2 +-
documentation/dev-manual/bblock.rst | 2 +-
documentation/dev-manual/layers.rst | 90 ++++++++++++++++++++++
documentation/downloads.rst | 11 +++
documentation/index.rst | 7 ++
documentation/migration-guides/migration-5.1.rst | 8 +-
documentation/sphinx-static/switchers.js.in | 6 ++
9 files changed, 139 insertions(+), 12 deletions(-)
create mode 100644 documentation/downloads.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-04-11 7:10 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-04-11 7:10 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 85e738e4c0e62f69699fff4bb0482ee3e3121496:
overview-manual/concepts: add UNPACKDIR in the directory description (2025-03-20 16:40:47 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to f264569312ffa8a4ad1f9e2022b4eaa14aeb3099:
Fix dead links that use the DISTRO macro (2025-04-10 10:13:49 +0200)
----------------------------------------------------------------
Andrew Kreimer (1):
manuals: remove repeated word
Antonin Godard (11):
ref-manual/variables.rst: WATCHDOG_TIMEOUT: fix recipe name
ref-manual/variables.rst: document autotools class related variables
documentation/conf.py: define a manpage url
ref-manual/variables.rst: add manpage links for toolchain variables
ref-manual/variables.rst: add missing documentation for BUILD_* variables
ref-manual/variables.rst: document missing SDK_*_ARCH variables
ref-manual/variables.rst: document HOST_*_ARCH variables
ref-manual/variables.rst: HOST_CC_ARCH: fix wrong SDK reference
ref-manual/variables.rst: improve the PKGV documentation
poky.yaml: introduce DISTRO_LATEST_TAG
Fix dead links that use the DISTRO macro
Lee Chee Yang (2):
migration-guides: add release notes for 5.1.4
migration-guides: add release notes for 5.0.8
documentation/brief-yoctoprojectqs/index.rst | 2 +-
documentation/bsp-guide/bsp.rst | 2 +-
documentation/conf.py | 3 +
documentation/dev-manual/qemu.rst | 2 +-
documentation/dev-manual/start.rst | 2 +-
documentation/migration-guides/release-5.0.rst | 2 +-
documentation/migration-guides/release-5.1.rst | 1 +
.../migration-guides/release-notes-5.0.8.rst | 226 +++++++++++++
.../migration-guides/release-notes-5.1.4.rst | 137 ++++++++
documentation/overview-manual/concepts.rst | 2 +-
documentation/overview-manual/yp-intro.rst | 2 +-
documentation/poky.yaml.in | 11 +-
documentation/ref-manual/system-requirements.rst | 2 +-
documentation/ref-manual/terms.rst | 2 +-
documentation/ref-manual/variables.rst | 356 +++++++++++++++++++--
documentation/sdk-manual/appendix-obtain.rst | 6 +-
documentation/sdk-manual/extensible.rst | 2 +-
documentation/sdk-manual/intro.rst | 4 +-
documentation/sdk-manual/using.rst | 2 +-
documentation/set_versions.py | 16 +-
20 files changed, 729 insertions(+), 53 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.0.8.rst
create mode 100644 documentation/migration-guides/release-notes-5.1.4.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-03-21 10:40 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-03-21 10:40 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit f0324b8f14881227336f84325cdebd0518e17796:
ref-manual: remove OE_IMPORTS (2025-03-07 11:58:05 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 85e738e4c0e62f69699fff4bb0482ee3e3121496:
overview-manual/concepts: add UNPACKDIR in the directory description (2025-03-20 16:40:47 +0100)
----------------------------------------------------------------
Antonin Godard (6):
overview-manual: convert source-fetching.png to svg and fix UNPACKDIR
overview-manual: convert patching.png to svg
overview-manual: convert configuration-compile-autoreconf.png to svg
overview-manual: convert analysis-for-package-splitting.png to svg
overview-manual/concepts: remove PR from the build dir list
overview-manual/concepts: add UNPACKDIR in the directory description
documentation/overview-manual/concepts.rst | 24 +-
.../figures/analysis-for-package-splitting.png | Bin 68434 -> 0 bytes
.../figures/configuration-compile-autoreconf.png | Bin 70877 -> 0 bytes
documentation/overview-manual/figures/patching.png | Bin 57414 -> 0 bytes
.../overview-manual/figures/source-fetching.png | Bin 46896 -> 0 bytes
.../svg/analysis-for-package-splitting.svg | 1862 ++++++++++++++++++++
.../svg/configuration-compile-autoreconf.svg | 1497 ++++++++++++++++
documentation/overview-manual/svg/patching.svg | 1224 +++++++++++++
.../overview-manual/svg/source-fetching.svg | 1094 ++++++++++++
9 files changed, 5689 insertions(+), 12 deletions(-)
delete mode 100644 documentation/overview-manual/figures/analysis-for-package-splitting.png
delete mode 100644 documentation/overview-manual/figures/configuration-compile-autoreconf.png
delete mode 100644 documentation/overview-manual/figures/patching.png
delete mode 100644 documentation/overview-manual/figures/source-fetching.png
create mode 100644 documentation/overview-manual/svg/analysis-for-package-splitting.svg
create mode 100644 documentation/overview-manual/svg/configuration-compile-autoreconf.svg
create mode 100644 documentation/overview-manual/svg/patching.svg
create mode 100644 documentation/overview-manual/svg/source-fetching.svg
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-03-07 16:37 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-03-07 16:37 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 08f4670ef7c7a2071f3634cbf0d9c3d0cd2dde3e:
vulnerabilities/classes: remove references to cve-check text format (2025-02-25 17:26:59 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to f0324b8f14881227336f84325cdebd0518e17796:
ref-manual: remove OE_IMPORTS (2025-03-07 11:58:05 +0100)
----------------------------------------------------------------
Lee Chee Yang (2):
migration-guides: add release notes for 4.0.25
migration-guides: add release notes for 5.1.3
Ross Burton (3):
Remove all mention of core-image-lsb
ref-manual: don't refer to poky-lsb
ref-manual: remove OE_IMPORTS
documentation/dev-manual/customizing-images.rst | 17 +--
documentation/dev-manual/qemu.rst | 11 +-
documentation/migration-guides/release-4.0.rst | 1 +
documentation/migration-guides/release-5.1.rst | 1 +
.../migration-guides/release-notes-4.0.25.rst | 167 +++++++++++++++++++++
.../migration-guides/release-notes-5.1.3.rst | 160 ++++++++++++++++++++
documentation/ref-manual/features.rst | 2 +-
documentation/ref-manual/images.rst | 21 ---
documentation/ref-manual/variables.rst | 8 -
9 files changed, 343 insertions(+), 45 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-4.0.25.rst
create mode 100644 documentation/migration-guides/release-notes-5.1.3.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-02-25 16:56 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-02-25 16:56 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit fd9c744d6e73a5719e61a3c0063b1602ca386e91:
migration-guides: add release notes for 5.0.7 (2025-02-14 09:01:21 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 08f4670ef7c7a2071f3634cbf0d9c3d0cd2dde3e:
vulnerabilities/classes: remove references to cve-check text format (2025-02-25 17:26:59 +0100)
----------------------------------------------------------------
Marta Rybczynska (1):
vulnerabilities/classes: remove references to cve-check text format
Weisser, Pascal (1):
ref-manual: Add missing variable IMAGE_ROOTFS_MAXSIZE
documentation/dev-manual/vulnerabilities.rst | 96 ++++++++++++++++++++--------
documentation/ref-manual/classes.rst | 2 +-
documentation/ref-manual/variables.rst | 6 ++
3 files changed, 75 insertions(+), 29 deletions(-)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-02-14 13:27 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-02-14 13:27 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit a61a3a32fad3b28dd69dda36ef8f4bcf5c3d0b0b:
migration-guides: add release notes for 5.1.2 (2025-02-07 10:01:02 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to fd9c744d6e73a5719e61a3c0063b1602ca386e91:
migration-guides: add release notes for 5.0.7 (2025-02-14 09:01:21 +0100)
----------------------------------------------------------------
Adrian Freihofer (1):
sdk-manual: extensible.rst: update devtool ide-sdk
Antonin Godard (2):
contributor-guide/submit-changes: add policy on AI generated code
Add favicon for the documentation html
Lee Chee Yang (1):
migration-guides: add release notes for 5.0.7
documentation/conf.py | 1 +
documentation/contributor-guide/submit-changes.rst | 49 +++
documentation/migration-guides/release-5.0.rst | 2 +
.../migration-guides/release-notes-5.0.7.rst | 331 +++++++++++++++++++++
documentation/sdk-manual/extensible.rst | 7 +-
documentation/sphinx-static/favicon.ico | Bin 0 -> 1291 bytes
6 files changed, 387 insertions(+), 3 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.0.7.rst
create mode 100644 documentation/sphinx-static/favicon.ico
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-02-07 9:03 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-02-07 9:03 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 2df1f56e4863354f05a352d4f61cc797d85100db:
dev-manual/building: document the initramfs-framework recipe (2025-01-27 11:29:27 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to a61a3a32fad3b28dd69dda36ef8f4bcf5c3d0b0b:
migration-guides: add release notes for 5.1.2 (2025-02-07 10:01:02 +0100)
----------------------------------------------------------------
Antonin Godard (1):
ref-manual/faq: add q&a on systemd as default
Lee Chee Yang (2):
migration-guides: add release notes for 4.0.24
migration-guides: add release notes for 5.1.2
Simon A. Eugster (1):
documentation: Fix typo in standards.md
documentation/migration-guides/release-4.0.rst | 2 +-
documentation/migration-guides/release-5.1.rst | 1 +
.../migration-guides/release-notes-4.0.24.rst | 383 +++++++++++++++++++++
.../migration-guides/release-notes-5.1.2.rst | 312 +++++++++++++++++
documentation/ref-manual/faq.rst | 22 ++
documentation/standards.md | 2 +-
6 files changed, 720 insertions(+), 2 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-4.0.24.rst
create mode 100644 documentation/migration-guides/release-notes-5.1.2.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-01-27 15:58 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-01-27 15:58 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 7513b4485c08cf5e9b0c0299599e944ce1139313:
test-manual/reproducible-builds: fix reproducible links (2025-01-20 09:33:34 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 2df1f56e4863354f05a352d4f61cc797d85100db:
dev-manual/building: document the initramfs-framework recipe (2025-01-27 11:29:27 +0100)
----------------------------------------------------------------
Adrian Freihofer (1):
sdk-manual: extensible.rst: devtool ide-sdk improve
Antonin Godard (2):
test-manual/ptest: link to common framework ptest classes
dev-manual/building: document the initramfs-framework recipe
documentation/dev-manual/building.rst | 84 ++++++++++++-
documentation/sdk-manual/extensible.rst | 210 +++++++++++++++++++++++---------
documentation/test-manual/ptest.rst | 14 +++
3 files changed, 248 insertions(+), 60 deletions(-)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-01-20 8:39 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-01-20 8:39 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 8ac3e2eb1dd4149b24af03666813dc6d94df466d:
ref-manual: move runtime-testing section to the test-manual (2025-01-08 11:42:20 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 7513b4485c08cf5e9b0c0299599e944ce1139313:
test-manual/reproducible-builds: fix reproducible links (2025-01-20 09:33:34 +0100)
----------------------------------------------------------------
Antonin Godard (2):
Update autobuilder URLs to valkyrie
test-manual/reproducible-builds: fix reproducible links
Lee Chee Yang (1):
migration-guides: add release notes for 5.0.6
documentation/migration-guides/release-5.0.rst | 1 +
.../migration-guides/release-notes-5.0.6.rst | 223 +++++++++++++++++++++
documentation/poky.yaml.in | 1 -
documentation/ref-manual/release-process.rst | 2 +-
documentation/test-manual/reproducible-builds.rst | 8 +-
documentation/test-manual/test-process.rst | 2 +-
.../test-manual/understand-autobuilder.rst | 2 +-
7 files changed, 229 insertions(+), 10 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.0.6.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2025-01-08 16:00 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2025-01-08 16:00 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 0c1ca2bd6de4cf98a91fbbec9524e08682739487:
reproducible-builds.rst: show how to build a single package (2024-12-27 14:22:30 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 8ac3e2eb1dd4149b24af03666813dc6d94df466d:
ref-manual: move runtime-testing section to the test-manual (2025-01-08 11:42:20 +0100)
----------------------------------------------------------------
Antonin Godard (6):
ref-manual/qa-checks: remove patch-status-core/patch-status-noncore
contributor-guide/submit-changes.rst: suggest to remove the git signature
ref-manual/devtool-reference: add warning note on deploy-target and shared objects
SSTATE_MIRRORS/SOURCE_MIRROR_URL: add instructions for mirror authentication
ref-manual/packages: move ptest section to the test-manual
ref-manual: move runtime-testing section to the test-manual
documentation/contributor-guide/submit-changes.rst | 7 ++
documentation/dev-manual/index.rst | 1 -
documentation/dev-manual/packages.rst | 112 +-------------------
documentation/migration-guides/migration-1.5.rst | 4 +-
documentation/migration-guides/migration-1.6.rst | 2 +-
documentation/ref-manual/classes.rst | 8 +-
documentation/ref-manual/devtool-reference.rst | 20 ++++
documentation/ref-manual/features.rst | 2 +-
documentation/ref-manual/images.rst | 4 +-
documentation/ref-manual/qa-checks.rst | 10 +-
documentation/ref-manual/release-process.rst | 6 +-
documentation/ref-manual/tasks.rst | 8 +-
documentation/ref-manual/variables.rst | 75 ++++++++++++--
documentation/test-manual/index.rst | 2 +
documentation/test-manual/intro.rst | 6 +-
documentation/test-manual/ptest.rst | 114 +++++++++++++++++++++
.../runtime-testing.rst | 5 +-
17 files changed, 237 insertions(+), 149 deletions(-)
create mode 100644 documentation/test-manual/ptest.rst
rename documentation/{dev-manual => test-manual}/runtime-testing.rst (99%)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-12-27 14:02 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-12-27 14:02 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 8e6b07ffcc3aacee2244e064e09c27418017e414:
dev-manual/bmaptool.rst: simplify and fix instructions (2024-12-20 09:24:18 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 0c1ca2bd6de4cf98a91fbbec9524e08682739487:
reproducible-builds.rst: show how to build a single package (2024-12-27 14:22:30 +0100)
----------------------------------------------------------------
Trevor Gamblin (1):
reproducible-builds.rst: show how to build a single package
documentation/test-manual/reproducible-builds.rst | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-12-20 8:46 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-12-20 8:46 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 01048d7de570a9d896c5aab294008396e2d78607:
system-requirements.rst: add dependencies for pdf builds (2024-12-16 09:03:51 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 8e6b07ffcc3aacee2244e064e09c27418017e414:
dev-manual/bmaptool.rst: simplify and fix instructions (2024-12-20 09:24:18 +0100)
----------------------------------------------------------------
Antonin Godard (1):
Update the documentation for SRCPV
Michael Opdenacker (3):
dev-manual: fix styling of references to bmaptool
dev-manual/bmaptool.rst: correct command for bmaptool-native
dev-manual/bmaptool.rst: simplify and fix instructions
.../contributor-guide/recipe-style-guide.rst | 6 +--
documentation/dev-manual/bmaptool.rst | 29 +++++------
documentation/dev-manual/external-scm.rst | 9 ++--
documentation/dev-manual/new-recipe.rst | 10 ++--
documentation/dev-manual/packages.rst | 13 ++---
documentation/dev-manual/wic.rst | 4 +-
documentation/kernel-dev/common.rst | 13 ++---
documentation/ref-manual/variables.rst | 59 ++++++++++------------
8 files changed, 63 insertions(+), 80 deletions(-)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-12-16 8:24 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-12-16 8:24 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 59c219067c6e47968d07d1f34ff0530f2411fd11:
migration-guides: add release notes for 4.0.23 (2024-11-29 09:03:30 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 01048d7de570a9d896c5aab294008396e2d78607:
system-requirements.rst: add dependencies for pdf builds (2024-12-16 09:03:51 +0100)
----------------------------------------------------------------
Antonin Godard (7):
docs: update current releases
Gather dependencies in poky.yaml.in
poky.yaml.in: add missing locales dependency
poky.yaml.in: replace inkscape dependency by librsvg2-bin
system-requirements: add fedora 39 to supported distros
system-requirements: update list of supported distros
system-requirements.rst: add dependencies for pdf builds
Guénaël Muller (1):
ref-manual: use standardized method accross both ubuntu and debian for locale install
Lee Chee Yang (1):
migration-guides: add release notes for 5.1.1
documentation/brief-yoctoprojectqs/index.rst | 2 +-
documentation/migration-guides/release-5.1.rst | 1 +
.../migration-guides/release-notes-5.1.1.rst | 289 +++++++++++++++++++++
documentation/poky.yaml.in | 276 +++++++++++++++++---
documentation/ref-manual/system-requirements.rst | 76 +++++-
documentation/set_versions.py | 8 +-
6 files changed, 607 insertions(+), 45 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.1.1.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-11-29 8:07 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-11-29 8:07 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 8288c8cae7fe7303e89d8ed286de91fc26ce6cc3:
dev-manual: bblock: use warning block instead of attention (2024-11-15 08:14:39 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 59c219067c6e47968d07d1f34ff0530f2411fd11:
migration-guides: add release notes for 4.0.23 (2024-11-29 09:03:30 +0100)
----------------------------------------------------------------
Alexander Kanavin (1):
ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS
Antonin Godard (2):
standards.md: add a section on admonitions
ref-manual: classes: fix bin_package description
Lee Chee Yang (3):
migration-guides: add release notes for 5.0.4
migration-guides: add release notes for 5.0.5
migration-guides: add release notes for 4.0.23
documentation/migration-guides/release-4.0.rst | 1 +
documentation/migration-guides/release-5.0.rst | 2 +
.../migration-guides/release-notes-4.0.23.rst | 209 +++++++++++++++++++
.../migration-guides/release-notes-5.0.4.rst | 212 +++++++++++++++++++
.../migration-guides/release-notes-5.0.5.rst | 227 +++++++++++++++++++++
documentation/ref-manual/classes.rst | 45 ++--
documentation/ref-manual/variables.rst | 11 +-
documentation/standards.md | 15 ++
8 files changed, 699 insertions(+), 23 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-4.0.23.rst
create mode 100644 documentation/migration-guides/release-notes-5.0.4.rst
create mode 100644 documentation/migration-guides/release-notes-5.0.5.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-11-22 7:56 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-11-22 7:56 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
Hi Richard,
The following changes since commit 8288c8cae7fe7303e89d8ed286de91fc26ce6cc3:
dev-manual: bblock: use warning block instead of attention (2024-11-15 08:14:39 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to ff33f7c374c6079af4dc2609e9fb63d705598bc7:
ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS (2024-11-22 08:45:24 +0100)
----------------------------------------------------------------
Alexander Kanavin (1):
ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS
Antonin Godard (1):
standards.md: add a section on admonitions
Lee Chee Yang (1):
migration-guides: add release notes for 5.0.4
documentation/migration-guides/release-5.0.rst | 1 +
.../migration-guides/release-notes-5.0.4.rst | 212 +++++++++++++++++++++
documentation/ref-manual/variables.rst | 11 +-
documentation/standards.md | 15 ++
4 files changed, 233 insertions(+), 6 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.0.4.rst
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-11-06 15:48 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-11-06 15:48 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 4716ef9098a297d3183efbbd2c477bc6b48df226:
release-notes-4.0: update BB_HASHSERVE_UPSTREAM for new infrastructure (2024-10-31 13:45:05 +0100)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 5692ad6f023289dda63567c1f79132854ae3899d:
dev-manual: add bblock documentation (2024-11-06 16:39:02 +0100)
----------------------------------------------------------------
Antonin Godard (1):
conf.py: rename :cve: role to :cve_nist:
Julien Stephan (5):
README: add instruction to run Vale on a subset
documentation: Makefile: add SPHINXLINTDOCS to specify subset to sphinx-lint
styles: vocabularies: Yocto: add sstate
ref-manual: variables: add SIGGEN_LOCKEDSIGS* variables
dev-manual: add bblock documentation
documentation/Makefile | 23 ++--
documentation/README | 18 ++-
documentation/conf.py | 2 +-
.../contributor-guide/recipe-style-guide.rst | 2 +-
documentation/dev-manual/bblock.rst | 129 +++++++++++++++++++++
documentation/dev-manual/index.rst | 1 +
.../migration-guides/release-notes-3.4.1.rst | 14 +--
.../migration-guides/release-notes-3.4.2.rst | 40 +++----
.../migration-guides/release-notes-3.4.3.rst | 10 +-
.../migration-guides/release-notes-3.4.4.rst | 6 +-
.../migration-guides/release-notes-3.4.rst | 56 ++++-----
.../migration-guides/release-notes-4.0.1.rst | 10 +-
.../migration-guides/release-notes-4.0.10.rst | 42 +++----
.../migration-guides/release-notes-4.0.11.rst | 24 ++--
.../migration-guides/release-notes-4.0.12.rst | 48 ++++----
.../migration-guides/release-notes-4.0.13.rst | 68 +++++------
.../migration-guides/release-notes-4.0.14.rst | 56 ++++-----
.../migration-guides/release-notes-4.0.15.rst | 34 +++---
.../migration-guides/release-notes-4.0.16.rst | 30 ++---
.../migration-guides/release-notes-4.0.17.rst | 42 +++----
.../migration-guides/release-notes-4.0.18.rst | 32 ++---
.../migration-guides/release-notes-4.0.19.rst | 36 +++---
.../migration-guides/release-notes-4.0.2.rst | 14 +--
.../migration-guides/release-notes-4.0.20.rst | 16 +--
.../migration-guides/release-notes-4.0.21.rst | 48 ++++----
.../migration-guides/release-notes-4.0.22.rst | 30 ++---
.../migration-guides/release-notes-4.0.3.rst | 30 ++---
.../migration-guides/release-notes-4.0.4.rst | 22 ++--
.../migration-guides/release-notes-4.0.5.rst | 10 +-
.../migration-guides/release-notes-4.0.6.rst | 44 +++----
.../migration-guides/release-notes-4.0.7.rst | 40 +++----
.../migration-guides/release-notes-4.0.8.rst | 20 ++--
.../migration-guides/release-notes-4.0.9.rst | 42 +++----
.../migration-guides/release-notes-4.0.rst | 62 +++++-----
.../migration-guides/release-notes-4.1.1.rst | 22 ++--
.../migration-guides/release-notes-4.1.2.rst | 24 ++--
.../migration-guides/release-notes-4.1.3.rst | 36 +++---
.../migration-guides/release-notes-4.1.4.rst | 34 +++---
.../migration-guides/release-notes-4.1.rst | 60 +++++-----
.../migration-guides/release-notes-4.2.1.rst | 14 +--
.../migration-guides/release-notes-4.2.2.rst | 30 ++---
.../migration-guides/release-notes-4.2.3.rst | 34 +++---
.../migration-guides/release-notes-4.2.4.rst | 72 ++++++------
.../migration-guides/release-notes-4.2.rst | 64 +++++-----
.../migration-guides/release-notes-4.3.1.rst | 16 +--
.../migration-guides/release-notes-4.3.2.rst | 24 ++--
.../migration-guides/release-notes-4.3.3.rst | 22 ++--
.../migration-guides/release-notes-4.3.4.rst | 34 +++---
.../migration-guides/release-notes-4.3.rst | 80 ++++++-------
.../migration-guides/release-notes-5.0.2.rst | 22 ++--
.../migration-guides/release-notes-5.0.3.rst | 48 ++++----
.../migration-guides/release-notes-5.0.rst | 66 +++++------
.../migration-guides/release-notes-5.1.rst | 52 ++++-----
documentation/ref-manual/structure.rst | 9 ++
documentation/ref-manual/variables.rst | 47 ++++++++
.../styles/config/vocabularies/Yocto/accept.txt | 1 +
56 files changed, 1058 insertions(+), 854 deletions(-)
create mode 100644 documentation/dev-manual/bblock.rst)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-10-31 12:47 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-10-31 12:47 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit f490f72b7356ae2564ca6b3f7e4f1ee515f12608:
migration-guide: add release notes for 4.0.22 (2024-10-25 09:53:10 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to 4716ef9098a297d3183efbbd2c477bc6b48df226:
release-notes-4.0: update BB_HASHSERVE_UPSTREAM for new infrastructure (2024-10-31 13:45:05 +0100)
----------------------------------------------------------------
Antonin Godard (4):
ref-manual: release-process: update releases.svg with month after "Current"
ref-manual: release-process: add a reference to the doc's release
ref-manual: devtool-reference: refresh example outputs
ref-manual: devtool-reference: document missing commands
Steve Sakoman (1):
release-notes-4.0: update BB_HASHSERVE_UPSTREAM for new infrastructure
.../migration-guides/release-notes-4.0.rst | 2 +-
documentation/ref-manual/devtool-reference.rst | 72 ++++++++++++++++++----
documentation/ref-manual/release-process.rst | 2 +
documentation/ref-manual/svg/releases.svg | 18 +++---
4 files changed, 73 insertions(+), 21 deletions(-))
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-10-25 8:37 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-10-25 8:37 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit e1ac30dfffddab6e82c708486f8a31f9ec4b1d58:
ref-manual: structure.rst: document missing tmp/ dirs (2024-10-17 12:04:06 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to f490f72b7356ae2564ca6b3f7e4f1ee515f12608:
migration-guide: add release notes for 4.0.22 (2024-10-25 09:53:10 +0200)
----------------------------------------------------------------
Antonin Godard (4):
overview-manual: concepts: add details on package splitting
ref-manual: faq: add q&a on class appends
ref-manual: release-process: update releases.svg
ref-manual: release-process: refresh the current LTS releases
Lee Chee Yang (1):
migration-guide: add release notes for 4.0.22
documentation/migration-guides/release-4.0.rst | 1 +
.../migration-guides/release-notes-4.0.22.rst | 196 +++++
documentation/overview-manual/concepts.rst | 61 +-
documentation/ref-manual/faq.rst | 19 +
documentation/ref-manual/release-process.rst | 15 +-
documentation/ref-manual/svg/releases.svg | 907 ++++++++-------------
6 files changed, 627 insertions(+), 572 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-4.0.22.rst)
^ permalink raw reply [flat|nested] 19+ messages in thread* [styhead] Pull request
@ 2024-10-18 7:32 Antonin Godard
0 siblings, 0 replies; 19+ messages in thread
From: Antonin Godard @ 2024-10-18 7:32 UTC (permalink / raw)
To: Richard Purdie; +Cc: docs
The following changes since commit 65618b0588053d2c4325d995482957b660f5e104:
release-notes-5.1: update release note for styhead (2024-10-11 17:44:39 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs styhead-next
for you to fetch changes up to e1ac30dfffddab6e82c708486f8a31f9ec4b1d58:
ref-manual: structure.rst: document missing tmp/ dirs (2024-10-17 12:04:06 +0200)
----------------------------------------------------------------
Antonin Godard (4):
release-notes-5.1: fix spdx bullet point
ref-manual: fix ordering of insane checks list
release-notes-5.1: add beaglebone-yocto parselogs test oeqa failure
ref-manual: structure.rst: document missing tmp/ dirs
Niko Mauno (2):
docs: Replace VOLATILE_LOG_DIR with FILESYSTEM_PERMS_TABLES
docs: Replace VOLATILE_TMP_DIR with FILESYSTEM_PERMS_TABLES
Robert Yang (1):
release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR
documentation/migration-guides/migration-5.1.rst | 12 +++++
.../migration-guides/release-notes-4.2.rst | 2 +-
.../migration-guides/release-notes-5.0.rst | 2 +-
.../migration-guides/release-notes-5.1.rst | 9 +++-
documentation/ref-manual/classes.rst | 6 +--
documentation/ref-manual/features.rst | 5 +-
documentation/ref-manual/structure.rst | 35 +++++++++++++-
documentation/ref-manual/variables.rst | 56 ++++++++--------------
8 files changed, 82 insertions(+), 45 deletions(-)
--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-04-11 7:10 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15 8:04 [styhead] Pull request Antonin Godard
-- strict thread matches above, loose matches on Subject: below --
2025-04-11 7:10 Antonin Godard
2025-03-21 10:40 Antonin Godard
2025-03-07 16:37 Antonin Godard
2025-02-25 16:56 Antonin Godard
2025-02-14 13:27 Antonin Godard
2025-02-07 9:03 Antonin Godard
2025-01-27 15:58 Antonin Godard
2025-01-20 8:39 Antonin Godard
2025-01-08 16:00 Antonin Godard
2024-12-27 14:02 Antonin Godard
2024-12-20 8:46 Antonin Godard
2024-12-16 8:24 Antonin Godard
2024-11-29 8:07 Antonin Godard
2024-11-22 7:56 Antonin Godard
2024-11-06 15:48 Antonin Godard
2024-10-31 12:47 Antonin Godard
2024-10-25 8:37 Antonin Godard
2024-10-18 7:32 Antonin Godard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox