diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2011-11-02 13:37:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 16:26:30 +0000 |
commit | a8a25047c79ac7914a3496464ec5f0484fc26952 (patch) | |
tree | 1660eced3c25daedc560499963dd7e74636ae1eb /documentation | |
parent | bf1e5c641351a71aef256e8782855fa33e091503 (diff) | |
download | poky-a8a25047c79ac7914a3496464ec5f0484fc26952.tar.gz |
documentation/dev-manual/dev-manual-model.xml: Robert P. J. Day Edits
Two small corrections for better wording. A mis-spelling also
fixed.
(From yocto-docs rev: 915ec9f9adbde86008ffb086ac81a435d5910733)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 93406eb600..1d45a036c8 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -35,8 +35,8 @@ | |||
35 | System development involves modification or creation of an image that you want to run on | 35 | System development involves modification or creation of an image that you want to run on |
36 | a specific hardware target. | 36 | a specific hardware target. |
37 | Usually, when you want to create an image that runs on embedded hardware, the image does | 37 | Usually, when you want to create an image that runs on embedded hardware, the image does |
38 | not require the same amount of features that a full-fledged Linux distribution provides. | 38 | not require the same number of features that a full-fledged Linux distribution provides. |
39 | Thus, you can create a much smaller image that is designed to just use the hardware | 39 | Thus, you can create a much smaller image that is designed to use only the hardware |
40 | features for your particular hardware. | 40 | features for your particular hardware. |
41 | </para> | 41 | </para> |
42 | 42 | ||
@@ -213,8 +213,8 @@ | |||
213 | 213 | ||
214 | <para> | 214 | <para> |
215 | Traditionally, when one thinks of a patched kernel, they think of a base kernel | 215 | Traditionally, when one thinks of a patched kernel, they think of a base kernel |
216 | source tree and a fixed structure that conains kernel patches. | 216 | source tree and a fixed structure that contains kernel patches. |
217 | The Yocto Project, however, employs mechanisims, that in a sense, result in a kernel source | 217 | The Yocto Project, however, employs mechanisms, that in a sense, result in a kernel source |
218 | generator. | 218 | generator. |
219 | By the end of this section, this analogy will become clearer. | 219 | By the end of this section, this analogy will become clearer. |
220 | </para> | 220 | </para> |