diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-08-27 15:57:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-04 08:46:35 +0100 |
commit | 81592ed6ac5c35cfdbc95d4fb8833d9a796c8f3d (patch) | |
tree | ccfeb5023fa9228d6d002f859a885a63dceaf78e /documentation | |
parent | 4a979c6f1ca15107d0cd86426c06395d60fdc228 (diff) | |
download | poky-81592ed6ac5c35cfdbc95d4fb8833d9a796c8f3d.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/intro.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/dev-manual/intro.rst b/documentation/dev-manual/intro.rst index 23c848e870..0f7370a96d 100644 --- a/documentation/dev-manual/intro.rst +++ b/documentation/dev-manual/intro.rst | |||
@@ -7,16 +7,16 @@ The Yocto Project Development Tasks Manual | |||
7 | Welcome | 7 | Welcome |
8 | ======= | 8 | ======= |
9 | 9 | ||
10 | Welcome to the Yocto Project Development Tasks Manual! This manual | 10 | Welcome to the Yocto Project Development Tasks Manual. This manual |
11 | provides relevant procedures necessary for developing in the Yocto | 11 | provides relevant procedures necessary for developing in the Yocto |
12 | Project environment (i.e. developing embedded Linux images and | 12 | Project environment (i.e. developing embedded Linux images and |
13 | user-space applications that run on targeted devices). The manual groups | 13 | user-space applications that run on targeted devices). This manual groups |
14 | related procedures into higher-level sections. Procedures can consist of | 14 | related procedures into higher-level sections. Procedures can consist of |
15 | high-level steps or low-level steps depending on the topic. | 15 | high-level steps or low-level steps depending on the topic. |
16 | 16 | ||
17 | This manual provides the following: | 17 | This manual provides the following: |
18 | 18 | ||
19 | - Procedures that help you get going with the Yocto Project. For | 19 | - Procedures that help you get going with the Yocto Project; for |
20 | example, procedures that show you how to set up a build host and work | 20 | example, procedures that show you how to set up a build host and work |
21 | with the Yocto Project source repositories. | 21 | with the Yocto Project source repositories. |
22 | 22 | ||
@@ -24,25 +24,25 @@ This manual provides the following: | |||
24 | Changes can be improvements, new features, or bug fixes. | 24 | Changes can be improvements, new features, or bug fixes. |
25 | 25 | ||
26 | - Procedures related to "everyday" tasks you perform while developing | 26 | - Procedures related to "everyday" tasks you perform while developing |
27 | images and applications using the Yocto Project. For example, | 27 | images and applications using the Yocto Project, such as |
28 | procedures to create a layer, customize an image, write a new recipe, | 28 | creating a new layer, customizing an image, writing a new recipe, |
29 | and so forth. | 29 | and so forth. |
30 | 30 | ||
31 | This manual does not provide the following: | 31 | This manual does not provide the following: |
32 | 32 | ||
33 | - Redundant Step-by-step Instructions: For example, the | 33 | - Redundant step-by-step instructions: For example, the |
34 | :doc:`/sdk-manual/index` manual contains detailed | 34 | :doc:`/sdk-manual/index` manual contains detailed |
35 | instructions on how to install an SDK, which is used to develop | 35 | instructions on how to install an SDK, which is used to develop |
36 | applications for target hardware. | 36 | applications for target hardware. |
37 | 37 | ||
38 | - Reference or Conceptual Material: This type of material resides in an | 38 | - Reference or conceptual material: This type of material resides in an |
39 | appropriate reference manual. For example, system variables are | 39 | appropriate reference manual. As an example, system variables are |
40 | documented in the :doc:`/ref-manual/index`. | 40 | documented in the :doc:`/ref-manual/index`. |
41 | 41 | ||
42 | - Detailed Public Information Not Specific to the Yocto Project: For | 42 | - Detailed public information not specific to the Yocto Project: For |
43 | example, exhaustive information on how to use the Source Control | 43 | example, exhaustive information on how to use the Git version |
44 | Manager Git is better covered with Internet searches and official Git | 44 | control system is better covered with Internet searches and official Git |
45 | Documentation than through the Yocto Project documentation. | 45 | documentation than through the Yocto Project documentation. |
46 | 46 | ||
47 | Other Information | 47 | Other Information |
48 | ================= | 48 | ================= |