* [wrynose] Pull request
@ 2026-05-19 13:51 Antonin Godard
0 siblings, 0 replies; 3+ messages in thread
From: Antonin Godard @ 2026-05-19 13:51 UTC (permalink / raw)
To: Paul Barker; +Cc: docs, Yoann Congal
The following changes since commit 6b78593bed7174245fd7f6861263c69a3c439a74:
ref-manual/variables: IMAGE_TYPES: add new wicenv type (2026-04-27 10:27:34 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs wrynose-next
for you to fetch changes up to 7ac955621b36a221126cd40f12c41fa98c213a24:
contributor-guide: fix type "maintainance" to "maintenance" (2026-05-19 15:39:56 +0200)
----------------------------------------------------------------
Lee Chee Yang (4):
release-note-6.0: update downloads section
release-note-6.0: update several section
migration-guide: add release notes for 4.0.35
migration-guide: add release notes for 5.3.4
Minwoo Choi (1):
ref-manual/variables: document the 'dynamic layer' concept
Quentin Schulz (11):
migration-guides: fix https:// prefix missing in anonymous reference
ref-manual: classes: fix https:// prefix missing in anonymous reference
migration-guides: migration-6.0: reword meta-poky templates removal
migration-guides: migration-6.0: fix grammar and missing word
migration-guide: migration-6.0: fix typos in cve-check removal
migration-guides: release-notes-6.0: fix typo in documentation changes
ref-manual: classes: add missing "task" after create_recipe_sbom
ref-manual: fix "include to" grammar for UKI_DEVICETREE
ref-manual: fragments: fix style inconsistencies
ref-manual: variables: add hyphen to "space separated"
ref-manual: variables: add hyphen to "space separated" and "auto generated"
Robert P. J. Day (11):
index.rst: update "Software Overview" to "Technical Overview"
yp-intro.rst: delete really old references
yp-intro.rst: add link to "buildbot"
YP Quick Build: delete extraneous periods in list
YP Quick Build: use "set up" as a verb
Quick Build guide: Various pedantic cleanups
"Transitioning ..." doc: Various pedantic cleanups
What I Wish I'd KNown: Various pedantic cleanups
ref-manual: replace "naive" with "simple"
overview-manual: fix "checkout" versus "check out"
contributor-guide: fix type "maintainance" to "maintenance"
documentation/brief-yoctoprojectqs/index.rst | 28 +--
.../contributor-guide/recipe-style-guide.rst | 4 +-
documentation/index.rst | 2 +-
documentation/migration-guides/migration-6.0.rst | 13 +-
documentation/migration-guides/release-4.0.rst | 1 +
documentation/migration-guides/release-5.3.rst | 1 +
.../migration-guides/release-notes-4.0.35.rst | 198 ++++++++++++++++++
.../migration-guides/release-notes-5.3.4.rst | 218 ++++++++++++++++++++
.../migration-guides/release-notes-6.0.rst | 229 ++++++++++++++-------
.../overview-manual/development-environment.rst | 10 +-
documentation/overview-manual/yp-intro.rst | 8 +-
documentation/ref-manual/classes.rst | 8 +-
documentation/ref-manual/fragments.rst | 6 +-
.../ubuntu-debian-host-packages-nodocs.rst | 2 +-
documentation/ref-manual/variables.rst | 21 +-
.../transitioning-to-a-custom-environment.rst | 16 +-
documentation/what-i-wish-id-known.rst | 18 +-
17 files changed, 640 insertions(+), 143 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-4.0.35.rst
create mode 100644 documentation/migration-guides/release-notes-5.3.4.rst
^ permalink raw reply [flat|nested] 3+ messages in thread
* [wrynose] Pull request
@ 2026-06-08 15:48 Antonin Godard
0 siblings, 0 replies; 3+ messages in thread
From: Antonin Godard @ 2026-06-08 15:48 UTC (permalink / raw)
To: Paul Barker; +Cc: docs, Yoann Congal
The following changes since commit 7ac955621b36a221126cd40f12c41fa98c213a24:
contributor-guide: fix type "maintainance" to "maintenance" (2026-05-19 15:39:56 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs wrynose-next
for you to fetch changes up to 768cbc95861c0da961c9f1ba77a9369caa3dce2d:
migration-guide: add release notes for 5.0.18 (2026-06-08 17:25:28 +0200)
----------------------------------------------------------------
Antonin Godard (11):
ref-manual/variables.rst: link *MIRRORS definitions to the BitBake manual
overview-manual/concepts: image-generation.png: convert to SVG
overview-manual/concepts: sdk-generation.png: convert to SVG
overview-manual/concepts: images.png: convert to SVG
overview-manual/concepts: sdk.png: convert to SVG
overview-manual/concepts: cross-development-toolchains.png: convert to SVG
overview-manual/concepts: user-configuration.png: convert to SVG
overview-manual/concepts: layer-input.png: convert to SVG
overview-manual/concepts: source-input.png: convert to SVG
overview-manual/concepts: package-feeds.png: convert to SVG
overview-manual/svg: remove white backgrounds
Lee Chee Yang (1):
migration-guide: add release notes for 5.0.18
Marta Rybczynska (1):
security-team.rst: update my email address and key
Paul Barker (3):
security-team: Update membership list
security-team: Tidy and update section on security team operations
security-team: Add section on multi-project embargoes
Peter Marko (1):
dev-manual: remove semicolons for rootfs commands
Robert P. J. Day (16):
overview-manual: remind reader that meta-poky is a distro layer
overview-manual: fix typo, "semi-colon" -> "colon"
overview-manual: hyphens not allowed in file version
recipe-style-guide.rst: two minor grammatical tweaks
bsp-guide: mention bootloader and device tree in BSP intro
bsp-guide: update guide to reflect newer beaglebone
overview-manual: inform the reader early of "bitbake-getvar"
bsp-guide: simplify example of structure of BSP layer
overview-manual: add ":term:" for OE Build System
overview-manual: explain "ODM" and "OSV" acronyms
overview-manual: provide a more expansive definition of "layer"
overview-manual: correct that "conf" is a subdir of build dir
overview-manual: mention that patch files can be compressed
overview-manual: use correct spelling "counterpart"
overview-manual: update deploy.bbclass snippet
contributor-guide: couple minor typo/grammar fixes
documentation/bsp-guide/bsp.rst | 70 +-
.../contributor-guide/recipe-style-guide.rst | 8 +-
documentation/dev-manual/build-quality.rst | 4 +-
documentation/migration-guides/release-5.0.rst | 1 +
.../migration-guides/release-notes-5.0.18.rst | 2644 ++++++++++++++++++++
documentation/overview-manual/concepts.rst | 63 +-
.../figures/cross-development-toolchains.png | Bin 82633 -> 0 bytes
.../overview-manual/figures/image-generation.png | Bin 123348 -> 0 bytes
documentation/overview-manual/figures/images.png | Bin 32674 -> 0 bytes
.../overview-manual/figures/layer-input.png | Bin 62330 -> 0 bytes
.../overview-manual/figures/package-feeds.png | Bin 42239 -> 0 bytes
.../overview-manual/figures/sdk-generation.png | Bin 60574 -> 0 bytes
documentation/overview-manual/figures/sdk.png | Bin 49804 -> 0 bytes
.../overview-manual/figures/source-input.png | Bin 51170 -> 0 bytes
.../overview-manual/figures/user-configuration.png | Bin 51171 -> 0 bytes
documentation/overview-manual/intro.rst | 2 +-
.../svg/analysis-for-package-splitting.svg | 19 +-
.../svg/configuration-compile-autoreconf.svg | 21 +-
.../svg/cross-development-toolchains.svg | 2136 ++++++++++++++++
.../overview-manual/svg/image-generation.svg | 1820 ++++++++++++++
documentation/overview-manual/svg/images.svg | 1346 ++++++++++
documentation/overview-manual/svg/layer-input.svg | 1375 ++++++++++
.../overview-manual/svg/package-feeds.svg | 1257 ++++++++++
documentation/overview-manual/svg/patching.svg | 19 +-
.../overview-manual/svg/sdk-generation.svg | 2020 +++++++++++++++
documentation/overview-manual/svg/sdk.svg | 1461 +++++++++++
.../overview-manual/svg/source-fetching.svg | 21 +-
documentation/overview-manual/svg/source-input.svg | 1751 +++++++++++++
.../overview-manual/svg/user-configuration.svg | 1162 +++++++++
documentation/overview-manual/yp-intro.rst | 7 +-
documentation/ref-manual/variables.rst | 6 +
documentation/security-reference/security-team.rst | 52 +-
32 files changed, 17124 insertions(+), 141 deletions(-)
create mode 100644 documentation/migration-guides/release-notes-5.0.18.rst
delete mode 100644 documentation/overview-manual/figures/cross-development-toolchains.png
delete mode 100644 documentation/overview-manual/figures/image-generation.png
delete mode 100644 documentation/overview-manual/figures/images.png
delete mode 100644 documentation/overview-manual/figures/layer-input.png
delete mode 100755 documentation/overview-manual/figures/package-feeds.png
delete mode 100644 documentation/overview-manual/figures/sdk-generation.png
delete mode 100644 documentation/overview-manual/figures/sdk.png
delete mode 100644 documentation/overview-manual/figures/source-input.png
delete mode 100644 documentation/overview-manual/figures/user-configuration.png
create mode 100644 documentation/overview-manual/svg/cross-development-toolchains.svg
create mode 100644 documentation/overview-manual/svg/image-generation.svg
create mode 100644 documentation/overview-manual/svg/images.svg
create mode 100644 documentation/overview-manual/svg/layer-input.svg
create mode 100644 documentation/overview-manual/svg/package-feeds.svg
create mode 100644 documentation/overview-manual/svg/sdk-generation.svg
create mode 100644 documentation/overview-manual/svg/sdk.svg
create mode 100644 documentation/overview-manual/svg/source-input.svg
create mode 100644 documentation/overview-manual/svg/user-configuration.svg
^ permalink raw reply [flat|nested] 3+ messages in thread
* [wrynose] Pull request
@ 2026-06-22 8:45 Antonin Godard
0 siblings, 0 replies; 3+ messages in thread
From: Antonin Godard @ 2026-06-22 8:45 UTC (permalink / raw)
To: Paul Barker; +Cc: docs, Yoann Congal
The following changes since commit 768cbc95861c0da961c9f1ba77a9369caa3dce2d:
migration-guide: add release notes for 5.0.18 (2026-06-08 17:25:28 +0200)
are available in the Git repository at:
git@push.yoctoproject.org:yocto-docs wrynose-next
for you to fetch changes up to 2c59a23fc39d92831cb55a0e5f713d20f94730d4:
ref-manual: add more explanation to glossary variable LICENSE (2026-06-22 10:37:34 +0200)
----------------------------------------------------------------
Antonin Godard (1):
Document shared state signing
Peter Marko (1):
build-manual: update ROOTFS_POSTPROCESS_COMMAND example
Robert P. J. Day (14):
ref-manual: clarify that PACKAGE_EXCLUDE supports DEB packaging
dev-manual: drop "PREFERRED_VERSION" from x86-base.inc snippet
dev-manual: change "setup" to "set up" when used as an action
dev-manual: fix grammatical error, missing word "with"
dev-manual: fix broken grammar in "Libraries" section
dev-manual: fully define SOLIBS-related variables in bitbake.conf
security-manual: some grammar and wording fixes in intro
kernel-dev: remove references to defunct LTSI project
dev-manual: update AUTOREV explanation to match current file
dev-manual: SysVinit is the default init manager for Poky
ref-manual: clarify use of "PACKAGE_ARCH" in a packagegroup
ref-manual: document RM_WORK_EXCLUDE_ITEMS variable
ref-manual: update glossary entries for packaging backend variables
ref-manual: add more explanation to glossary variable LICENSE
Vyacheslav Yurkov (1):
migration-guide: Fix migration scripts
documentation/dev-manual/build-quality.rst | 2 +-
documentation/dev-manual/building.rst | 2 +-
documentation/dev-manual/external-scm.rst | 45 ++--
documentation/dev-manual/hashequivserver.rst | 4 +-
documentation/dev-manual/init-manager.rst | 2 +-
documentation/dev-manual/libraries.rst | 2 +-
documentation/dev-manual/new-recipe.rst | 5 +-
documentation/dev-manual/poky-manual-setup.rst | 10 +-
documentation/dev-manual/prebuilt-libraries.rst | 4 +-
documentation/dev-manual/start.rst | 8 +-
documentation/kernel-dev/concepts-appx.rst | 16 --
documentation/kernel-dev/intro.rst | 6 +-
documentation/migration-guides/migration-5.3.rst | 6 +-
documentation/overview-manual/concepts.rst | 6 +
documentation/ref-manual/classes.rst | 19 ++
documentation/ref-manual/variables.rst | 79 ++++++-
documentation/security-manual/index.rst | 1 +
documentation/security-manual/intro.rst | 14 +-
documentation/security-manual/sstate-signing.rst | 285 +++++++++++++++++++++++
19 files changed, 438 insertions(+), 78 deletions(-)
create mode 100644 documentation/security-manual/sstate-signing.rst
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-22 8:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 8:45 [wrynose] Pull request Antonin Godard
-- strict thread matches above, loose matches on Subject: below --
2026-06-08 15:48 Antonin Godard
2026-05-19 13:51 Antonin Godard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.