From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: YP docs mailing list <docs@lists.yoctoproject.org>
Subject: [master] Pull request
Date: Fri, 25 Nov 2022 18:13:43 +0100 [thread overview]
Message-ID: <d54041c3-e0ab-5154-40ef-ad7995f15d04@bootlin.com> (raw)
Hi Richard,
The following changes since commit ac844062400a7bf4732ea6ee639a478b1b77b83e:
release-notes: use oe_git and yocto_git macros (2022-11-10 19:29:25
+0100)
are available in the Git repository at:
git://git.yoctoproject.org/yocto-docs master-next
for you to fetch changes up to 56bf7a3e521e7368e620685354aa89f540bb7564:
dev-manual/sbom.rst: minor corrections (2022-11-25 18:09:24 +0100)
----------------------------------------------------------------
Atanas Bunchev (1):
qemu.rst: slirp port forwarding details
Chee Yang Lee (1):
migration-guides: add release-notes for 4.1.1
Michael Opdenacker (6):
manuals: add missing references to classes
manuals: fix paragraphs with the "inherit" word
ref-manual/classes.rst: remove reference to sip.bbclass
manuals: simplify .gitignore files
manuals: split dev-manual/common-tasks.rst
dev-manual/sbom.rst: minor corrections
.gitignore | 41 -
documentation/.gitignore | 1 +
documentation/brief-yoctoprojectqs/index.rst | 4 +-
documentation/bsp-guide/bsp.rst | 22 +-
documentation/dev-manual/bmaptool.rst | 59 +
documentation/dev-manual/build-quality.rst | 411 +++++
documentation/dev-manual/building.rst | 940 ++++++++++
documentation/dev-manual/changes.rst | 525 ++++++
documentation/dev-manual/common-tasks.rst |
11875
----------------------------------------------------------------------------------------------------------------------------
documentation/dev-manual/custom-distribution.rst | 108 ++
documentation/dev-manual/custom-template-configuration-directory.rst
| 52 +
documentation/dev-manual/customizing-images.rst | 223 +++
documentation/dev-manual/debugging.rst |
1253 +++++++++++++
documentation/dev-manual/development-shell.rst | 82 +
documentation/dev-manual/device-manager.rst | 72 +
documentation/dev-manual/disk-space.rst | 40 +
documentation/dev-manual/efficiently-fetching-sources.rst | 68 +
documentation/dev-manual/error-reporting-tool.rst | 85 +
documentation/dev-manual/external-scm.rst | 67 +
documentation/dev-manual/external-toolchain.rst | 28 +
documentation/dev-manual/gobject-introspection.rst | 157 ++
documentation/dev-manual/index.rst | 38 +-
documentation/dev-manual/init-manager.rst | 89 +
documentation/dev-manual/layers.rst | 905 ++++++++++
documentation/dev-manual/libraries.rst | 267 +++
documentation/dev-manual/licenses.rst | 520 ++++++
documentation/dev-manual/new-machine.rst | 118 ++
documentation/dev-manual/new-recipe.rst |
1674 ++++++++++++++++++
documentation/dev-manual/packages.rst |
1252 +++++++++++++
documentation/dev-manual/prebuilt-libraries.rst | 209 +++
documentation/dev-manual/python-development-shell.rst | 50 +
documentation/dev-manual/qemu.rst | 25 +-
documentation/dev-manual/quilt.rst | 90 +
documentation/dev-manual/read-only-rootfs.rst | 89 +
documentation/dev-manual/runtime-testing.rst | 599 +++++++
documentation/dev-manual/sbom.rst | 69 +
documentation/dev-manual/securing-images.rst | 158 ++
documentation/dev-manual/speeding-up-build.rst | 110 ++
documentation/dev-manual/start.rst | 6 +-
documentation/dev-manual/temporary-source-code.rst | 66 +
documentation/dev-manual/upgrading-recipes.rst | 400 +++++
documentation/dev-manual/vulnerabilities.rst | 214 +++
documentation/dev-manual/wayland.rst | 90 +
documentation/dev-manual/wic.rst | 732 ++++++++
documentation/dev-manual/x32-psabi.rst | 54 +
documentation/kernel-dev/common.rst | 16 +-
documentation/kernel-dev/faq.rst | 2 +-
documentation/kernel-dev/intro.rst | 2 +-
documentation/migration-guides/migration-1.3.rst | 21 +-
documentation/migration-guides/migration-1.4.rst | 2 +-
documentation/migration-guides/migration-1.5.rst | 13 +-
documentation/migration-guides/migration-1.6.rst | 13 +-
documentation/migration-guides/migration-1.7.rst | 2 +-
documentation/migration-guides/migration-1.8.rst | 6 +-
documentation/migration-guides/migration-2.1.rst | 10 +-
documentation/migration-guides/migration-2.3.rst | 23 +-
documentation/migration-guides/migration-2.5.rst | 2 +-
documentation/migration-guides/migration-2.6.rst | 14 +-
documentation/migration-guides/migration-3.0.rst | 8 +-
documentation/migration-guides/migration-3.2.rst | 8 +-
documentation/migration-guides/migration-3.3.rst | 22 +-
documentation/migration-guides/migration-3.4.rst | 2 +-
documentation/migration-guides/migration-general.rst | 23 +-
documentation/migration-guides/release-4.1.rst | 1 +
documentation/migration-guides/release-notes-3.4.rst | 6 +-
documentation/migration-guides/release-notes-4.0.rst | 15 +-
documentation/migration-guides/release-notes-4.1.1.rst | 317 ++++
documentation/migration-guides/release-notes-4.1.rst | 9 +-
documentation/overview-manual/concepts.rst | 22 +-
documentation/overview-manual/development-environment.rst | 12 +-
documentation/overview-manual/yp-intro.rst | 10 +-
documentation/ref-manual/classes.rst | 73 +-
documentation/ref-manual/devtool-reference.rst | 4 +-
documentation/ref-manual/faq.rst | 6 +-
documentation/ref-manual/features.rst | 8 +-
documentation/ref-manual/images.rst | 4 +-
documentation/ref-manual/kickstart.rst | 2 +-
documentation/ref-manual/qa-checks.rst | 20 +-
documentation/ref-manual/release-process.rst | 4 +-
documentation/ref-manual/resources.rst | 4 +-
documentation/ref-manual/structure.rst | 15 +-
documentation/ref-manual/system-requirements.rst | 2 +-
documentation/ref-manual/tasks.rst | 10 +-
documentation/ref-manual/terms.rst | 8 +-
documentation/ref-manual/variables.rst | 260 +--
documentation/sdk-manual/appendix-customizing.rst | 15 +-
documentation/sdk-manual/extensible.rst | 4 +-
documentation/test-manual/intro.rst | 2 +-
documentation/test-manual/understand-autobuilder.rst | 2 +-
documentation/test-manual/yocto-project-compatible.rst | 2 +-
documentation/toaster-manual/reference.rst | 2 +-
documentation/transitioning-to-a-custom-environment.rst | 8 +-
documentation/what-i-wish-id-known.rst | 2 +-
93 files changed, 12688 insertions(+), 12287 deletions(-)
delete mode 100644 .gitignore
create mode 100644 documentation/dev-manual/bmaptool.rst
create mode 100644 documentation/dev-manual/build-quality.rst
create mode 100644 documentation/dev-manual/building.rst
create mode 100644 documentation/dev-manual/changes.rst
delete mode 100644 documentation/dev-manual/common-tasks.rst
create mode 100644 documentation/dev-manual/custom-distribution.rst
create mode 100644
documentation/dev-manual/custom-template-configuration-directory.rst
create mode 100644 documentation/dev-manual/customizing-images.rst
create mode 100644 documentation/dev-manual/debugging.rst
create mode 100644 documentation/dev-manual/development-shell.rst
create mode 100644 documentation/dev-manual/device-manager.rst
create mode 100644 documentation/dev-manual/disk-space.rst
create mode 100644
documentation/dev-manual/efficiently-fetching-sources.rst
create mode 100644 documentation/dev-manual/error-reporting-tool.rst
create mode 100644 documentation/dev-manual/external-scm.rst
create mode 100644 documentation/dev-manual/external-toolchain.rst
create mode 100644 documentation/dev-manual/gobject-introspection.rst
create mode 100644 documentation/dev-manual/init-manager.rst
create mode 100644 documentation/dev-manual/layers.rst
create mode 100644 documentation/dev-manual/libraries.rst
create mode 100644 documentation/dev-manual/licenses.rst
create mode 100644 documentation/dev-manual/new-machine.rst
create mode 100644 documentation/dev-manual/new-recipe.rst
create mode 100644 documentation/dev-manual/packages.rst
create mode 100644 documentation/dev-manual/prebuilt-libraries.rst
create mode 100644 documentation/dev-manual/python-development-shell.rst
create mode 100644 documentation/dev-manual/quilt.rst
create mode 100644 documentation/dev-manual/read-only-rootfs.rst
create mode 100644 documentation/dev-manual/runtime-testing.rst
create mode 100644 documentation/dev-manual/sbom.rst
create mode 100644 documentation/dev-manual/securing-images.rst
create mode 100644 documentation/dev-manual/speeding-up-build.rst
create mode 100644 documentation/dev-manual/temporary-source-code.rst
create mode 100644 documentation/dev-manual/upgrading-recipes.rst
create mode 100644 documentation/dev-manual/vulnerabilities.rst
create mode 100644 documentation/dev-manual/wayland.rst
create mode 100644 documentation/dev-manual/wic.rst
create mode 100644 documentation/dev-manual/x32-psabi.rst
create mode 100644 documentation/migration-guides/release-notes-4.1.1.rst
Thank you in advance
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next reply other threads:[~2022-11-25 17:13 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-25 17:13 Michael Opdenacker [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-04-02 14:38 [master] Pull request Antonin Godard
2026-03-30 8:42 Antonin Godard
2026-03-31 8:15 ` Paul Barker
2026-03-25 10:48 Antonin Godard
2026-03-05 17:13 Antonin Godard
2026-02-27 10:00 Antonin Godard
2026-02-11 14:40 Antonin Godard
2026-01-30 9:35 Antonin Godard
2026-01-13 9:54 Antonin Godard
2025-12-24 9:04 Antonin Godard
2025-12-11 10:23 Antonin Godard
2025-11-28 15:50 Antonin Godard
2025-11-14 17:16 Antonin Godard
2025-10-29 8:36 Antonin Godard
2025-10-20 7:27 Antonin Godard
2025-10-13 16:36 Antonin Godard
2025-10-03 15:01 Antonin Godard
2025-09-26 8:52 Antonin Godard
2025-09-12 14:54 Antonin Godard
2025-08-08 16:43 Antonin Godard
2025-08-01 10:12 Antonin Godard
2025-07-11 8:34 Antonin Godard
2025-07-04 7:48 Antonin Godard
2025-06-27 8:43 Antonin Godard
2025-06-20 7:43 Antonin Godard
2025-06-06 17:15 Antonin Godard
2025-05-26 7:55 Antonin Godard
2025-05-16 14:04 Antonin Godard
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-15 8:04 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
2024-10-11 15:56 Antonin Godard
2024-10-08 13:43 Alexandre Belloni
2024-09-09 7:17 Alexandre Belloni
2024-08-22 9:37 Alexandre Belloni
2024-07-26 21:09 Alexandre Belloni
2024-06-27 16:39 Alexandre Belloni
2024-05-29 19:19 Michael Opdenacker
2024-05-24 13:23 Michael Opdenacker
2024-04-22 7:43 Michael Opdenacker
2024-04-05 16:21 Michael Opdenacker
2024-03-19 13:55 Michael Opdenacker
2024-03-15 13:01 Michael Opdenacker
2024-03-06 9:10 Michael Opdenacker
2024-02-23 18:47 Michael Opdenacker
2024-02-05 14:28 Michael Opdenacker
2024-01-12 10:06 Michael Opdenacker
2024-01-09 16:21 Michael Opdenacker
2023-12-18 9:58 Michael Opdenacker
2023-12-12 9:45 Michael Opdenacker
2023-12-01 10:09 Michael Opdenacker
2023-11-17 18:57 Michael Opdenacker
2023-10-30 9:19 Michael Opdenacker
2023-10-20 13:26 Michael Opdenacker
2023-10-20 13:42 ` Richard Purdie
2023-10-09 13:22 Michael Opdenacker
2023-09-22 13:19 Michael Opdenacker
2023-09-19 14:39 Michael Opdenacker
2023-09-15 16:13 Michael Opdenacker
2023-09-08 16:59 Michael Opdenacker
2023-08-18 9:30 Michael Opdenacker
2023-08-11 18:42 Michael Opdenacker
2023-08-04 17:44 Michael Opdenacker
2023-07-28 12:49 Michael Opdenacker
2023-07-21 14:58 Michael Opdenacker
2023-06-23 17:36 Michael Opdenacker
2023-06-16 16:06 Michael Opdenacker
2023-06-02 15:10 Michael Opdenacker
2023-05-26 9:25 Michael Opdenacker
2023-05-12 8:35 Michael Opdenacker
2023-05-05 18:43 Michael Opdenacker
2023-05-03 8:45 Michael Opdenacker
2023-05-03 9:06 ` Richard Purdie
2023-04-28 13:30 Michael Opdenacker
2023-04-18 17:14 Michael Opdenacker
2023-03-31 9:36 [master] pull request Michael Opdenacker
2023-03-24 14:57 [master] Pull request Michael Opdenacker
2023-03-17 16:27 Michael Opdenacker
2023-02-24 15:39 Michael Opdenacker
2023-02-17 17:56 Michael Opdenacker
2023-02-10 10:33 Michael Opdenacker
2023-01-20 16:25 Michael Opdenacker
2023-01-06 17:11 Michael Opdenacker
2022-12-16 18:05 Michael Opdenacker
2022-12-09 18:18 Michael Opdenacker
2022-11-10 18:35 Michael Opdenacker
2022-11-04 19:01 Michael Opdenacker
2022-10-28 13:30 Michael Opdenacker
[not found] <86dbe301-cb69-466c-8428-bb9edc5dd26b@bootlin.com>
2022-04-27 15:16 ` Richard Purdie
2021-09-17 17:44 Michael Opdenacker
2021-09-03 17:20 Michael Opdenacker
2021-08-13 13:12 Michael Opdenacker
2021-08-06 17:09 Michael Opdenacker
2021-08-02 16:30 Michael Opdenacker
2021-07-30 17:18 Michael Opdenacker
2021-07-16 18:07 Michael Opdenacker
2021-06-18 16:35 Michael Opdenacker
2021-06-14 16:29 Michael Opdenacker
2021-06-04 17:08 Michael Opdenacker
2021-05-28 16:57 Michael Opdenacker
2021-05-21 17:15 Michael Opdenacker
2021-05-07 16:06 Michael Opdenacker
2021-04-30 17:58 Michael Opdenacker
2021-04-23 15:33 Michael Opdenacker
2021-04-23 15:49 ` Richard Purdie
2021-04-15 15:02 Michael Opdenacker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d54041c3-e0ab-5154-40ef-ad7995f15d04@bootlin.com \
--to=michael.opdenacker@bootlin.com \
--cc=docs@lists.yoctoproject.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox