diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-09 09:28:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:20:55 +0100 |
commit | 999e4eec8e25885f645a07bd69ff2c84d4e1776a (patch) | |
tree | fa52b9418fccbfed77f62d965c65bd023a5db44b /documentation/dev-manual | |
parent | 15699d331cca2227832ac2a32e82ee562a142f50 (diff) | |
download | poky-999e4eec8e25885f645a07bd69ff2c84d4e1776a.tar.gz |
dev-manual: Edits to "Introduction" - better wording.
(From yocto-docs rev: ab48642c1800b40d43baf31c9733fd6c832faffc)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 16dd113d6d..575cc96699 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
@@ -10,18 +10,20 @@ | |||
10 | 10 | ||
11 | <para> | 11 | <para> |
12 | Welcome to the Yocto Project Development Manual! | 12 | Welcome to the Yocto Project Development Manual! |
13 | This manual gives you an idea of how to use the Yocto Project to | 13 | This manual provides information on how to use the Yocto Project to |
14 | develop embedded Linux images and user-space applications to run on | 14 | develop embedded Linux images and user-space applications that |
15 | targeted devices. | 15 | run on targeted devices. |
16 | Reading this manual gives you an overview of image, kernel, and | 16 | The manual provides an overview of image, kernel, and |
17 | user-space application development using the Yocto Project. | 17 | user-space application development using the Yocto Project. |
18 | Because much of the information in this manual is general, it | 18 | Because much of the information in this manual is general, it |
19 | contains many references to other sources where you can find more | 19 | contains many references to other sources where you can find more |
20 | detail. | 20 | detail. |
21 | For example, detailed information on Git, repositories and open | 21 | For example, you can find detailed information on Git, repositories, |
22 | source in general can be found in many places. | 22 | and open source in general in many places on the Internet. |
23 | Another example is how to get set up to use the Yocto Project, | 23 | Another example specific to the Yocto Project is how to quickly |
24 | which our Yocto Project Quick Start covers. | 24 | set up your host development system and build an image, which you |
25 | find in the | ||
26 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>. | ||
25 | <note> | 27 | <note> |
26 | By default, using the Yocto Project creates a Poky distribution. | 28 | By default, using the Yocto Project creates a Poky distribution. |
27 | However, you can create your own distribution by providing key | 29 | However, you can create your own distribution by providing key |