1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

dev-manual: various pedantic nitpickery

Some minor grammatical and structure tweaks.

(From yocto-docs rev: 505f9b21898475746d401c8ab79b95f3dc4d02e7)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2021-08-27 15:57:43 -04:00
committed by Richard Purdie
parent 4a979c6f1c
commit 81592ed6ac
+12 -12
View File
@@ -7,16 +7,16 @@ The Yocto Project Development Tasks Manual
Welcome Welcome
======= =======
Welcome to the Yocto Project Development Tasks Manual! This manual Welcome to the Yocto Project Development Tasks Manual. This manual
provides relevant procedures necessary for developing in the Yocto provides relevant procedures necessary for developing in the Yocto
Project environment (i.e. developing embedded Linux images and Project environment (i.e. developing embedded Linux images and
user-space applications that run on targeted devices). The manual groups user-space applications that run on targeted devices). This manual groups
related procedures into higher-level sections. Procedures can consist of related procedures into higher-level sections. Procedures can consist of
high-level steps or low-level steps depending on the topic. high-level steps or low-level steps depending on the topic.
This manual provides the following: This manual provides the following:
- Procedures that help you get going with the Yocto Project. For - Procedures that help you get going with the Yocto Project; for
example, procedures that show you how to set up a build host and work example, procedures that show you how to set up a build host and work
with the Yocto Project source repositories. with the Yocto Project source repositories.
@@ -24,25 +24,25 @@ This manual provides the following:
Changes can be improvements, new features, or bug fixes. Changes can be improvements, new features, or bug fixes.
- Procedures related to "everyday" tasks you perform while developing - Procedures related to "everyday" tasks you perform while developing
images and applications using the Yocto Project. For example, images and applications using the Yocto Project, such as
procedures to create a layer, customize an image, write a new recipe, creating a new layer, customizing an image, writing a new recipe,
and so forth. and so forth.
This manual does not provide the following: This manual does not provide the following:
- Redundant Step-by-step Instructions: For example, the - Redundant step-by-step instructions: For example, the
:doc:`/sdk-manual/index` manual contains detailed :doc:`/sdk-manual/index` manual contains detailed
instructions on how to install an SDK, which is used to develop instructions on how to install an SDK, which is used to develop
applications for target hardware. applications for target hardware.
- Reference or Conceptual Material: This type of material resides in an - Reference or conceptual material: This type of material resides in an
appropriate reference manual. For example, system variables are appropriate reference manual. As an example, system variables are
documented in the :doc:`/ref-manual/index`. documented in the :doc:`/ref-manual/index`.
- Detailed Public Information Not Specific to the Yocto Project: For - Detailed public information not specific to the Yocto Project: For
example, exhaustive information on how to use the Source Control example, exhaustive information on how to use the Git version
Manager Git is better covered with Internet searches and official Git control system is better covered with Internet searches and official Git
Documentation than through the Yocto Project documentation. documentation than through the Yocto Project documentation.
Other Information Other Information
================= =================