summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-11 13:55:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:27:04 +0100
commita7e4747f499d4219c29277e80e64e4fdf604628a (patch)
treed5406ee02b946a226d64ef0314c2745b44c46383 /documentation/dev-manual/dev-manual-intro.xml
parent8c45abc747add07ebbf9b8dc8e71c98431d7ec25 (diff)
downloadpoky-a7e4747f499d4219c29277e80e64e4fdf604628a.tar.gz
documentation/dev-manual: Scott Garman's review comments.
Made several editing corrections for various terms and phrasings based on Scott Garman's review. (From yocto-docs rev: a21ba80151ce82683d45cd67ddb0728d779b007a) 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/dev-manual-intro.xml')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 5189df5e5b..eb57a9d8db 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -24,7 +24,7 @@
24 24
25 <para> 25 <para>
26 Welcome to the Yocto Project Development Guide! 26 Welcome to the Yocto Project Development Guide!
27 This guide provides an over-arching view of the development process within the Yocto Project. 27 This guide provides a general view of the development process using the Yocto Project.
28 This guide is just that – a guide. 28 This guide is just that – a guide.
29 It helps you understand the bigger picture involving development using the Yocto Project. 29 It helps you understand the bigger picture involving development using the Yocto Project.
30 </para> 30 </para>
@@ -36,7 +36,7 @@
36 <para> 36 <para>
37 The following list describes what you can get from this guide: 37 The following list describes what you can get from this guide:
38 <itemizedlist> 38 <itemizedlist>
39 <listitem><para>A general idea of and references to information that lets you get set 39 <listitem><para>Information that lets you get set
40 up to develop using the Yocto Project.</para></listitem> 40 up to develop using the Yocto Project.</para></listitem>
41 <listitem><para>Information to help developers that are new to the open source environment 41 <listitem><para>Information to help developers that are new to the open source environment
42 and to the distributed revision control system Git, which the Yocto Project 42 and to the distributed revision control system Git, which the Yocto Project
@@ -53,6 +53,7 @@
53 concepts.</para></listitem> 53 concepts.</para></listitem>
54 <listitem><para>Information that will help you migrate an existing project to the 54 <listitem><para>Information that will help you migrate an existing project to the
55 Yocto Project development environment.</para></listitem> 55 Yocto Project development environment.</para></listitem>
56 <listitem><para>Many references to other sources of related information.</para></listitem>
56 </itemizedlist> 57 </itemizedlist>
57 </para> 58 </para>
58</section> 59</section>
@@ -63,7 +64,7 @@
63 <para> 64 <para>
64 This manual will not give you the following: 65 This manual will not give you the following:
65 <itemizedlist> 66 <itemizedlist>
66 <listitem><para>Step-by-step instructions when these instructions exist in other Yocto 67 <listitem><para>Step-by-step instructions if those instructions exist in other Yocto
67 Project documentation. 68 Project documentation.
68 For example, The Application Development Toolkit (ADT) User’s Guide contains detailed 69 For example, The Application Development Toolkit (ADT) User’s Guide contains detailed
69 instruction on how to obtain and configure the Eclipse Yocto Plug-in.</para></listitem> 70 instruction on how to obtain and configure the Eclipse Yocto Plug-in.</para></listitem>
@@ -71,8 +72,8 @@
71 This type of material resides in an appropriate reference manual. 72 This type of material resides in an appropriate reference manual.
72 For example, system variables are documented in the Poky Reference Manual.</para></listitem> 73 For example, system variables are documented in the Poky Reference Manual.</para></listitem>
73 <listitem><para>Detailed public information that is not specific to the Yocto Project. 74 <listitem><para>Detailed public information that is not specific to the Yocto Project.
74 For example, exhaustive information on how to use Git is better covered in the public 75 For example, exhaustive information on how to use Git is covered better through the
75 domain than in this manual.</para></listitem> 76 Internet than in this manual.</para></listitem>
76 </itemizedlist> 77 </itemizedlist>
77 </para> 78 </para>
78</section> 79</section>