summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-intro.xml')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 21b85a5333..caa066e828 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -29,8 +29,8 @@
29 <para> 29 <para>
30 The Yocto Project Development Manual does, however, provide 30 The Yocto Project Development Manual does, however, provide
31 guidance and examples on how to change the kernel source code, 31 guidance and examples on how to change the kernel source code,
32 reconfigure the kernel, and develop an application using the 32 reconfigure the kernel, and develop an application using
33 popular <trademark class='trade'>Eclipse</trademark> IDE. 33 <filename>devtool</filename>.
34 </para> 34 </para>
35 35
36 <note> 36 <note>
@@ -86,16 +86,21 @@
86 <itemizedlist> 86 <itemizedlist>
87 <listitem><para><emphasis>Step-by-step instructions when those instructions exist in other Yocto 87 <listitem><para><emphasis>Step-by-step instructions when those instructions exist in other Yocto
88 Project documentation:</emphasis> 88 Project documentation:</emphasis>
89 For example, the Yocto Project Software Development Kit (SDK) Developer's Guide contains detailed 89 For example, the
90 instructions on how to install an SDK, which is used to 90 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>
91 develop applications for target hardware.</para></listitem> 91 manual contains detailed instructions on how to install an
92 SDK, which is used to develop applications for target
93 hardware.
94 </para></listitem>
92 <listitem><para><emphasis>Reference material:</emphasis> 95 <listitem><para><emphasis>Reference material:</emphasis>
93 This type of material resides in an appropriate reference manual. 96 This type of material resides in an appropriate reference manual.
94 For example, system variables are documented in the 97 For example, system variables are documented in the
95 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.</para></listitem> 98 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.
99 </para></listitem>
96 <listitem><para><emphasis>Detailed public information that is not specific to the Yocto Project:</emphasis> 100 <listitem><para><emphasis>Detailed public information that is not specific to the Yocto Project:</emphasis>
97 For example, exhaustive information on how to use Git is covered better through the 101 For example, exhaustive information on how to use Git is covered better through the
98 Internet than in this manual.</para></listitem> 102 Internet than in this manual.
103 </para></listitem>
99 </itemizedlist> 104 </itemizedlist>
100 </para> 105 </para>
101 </section> 106 </section>