summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-17 12:59:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:08 +0000
commit19e3648390b011715f7446161a05d9d568aed765 (patch)
treec3a0ff6e34ffd734ea89687927f2b406dbc764be /documentation/dev-manual/dev-manual-intro.xml
parenta3896841f2d8ddeaef3c18d18d5658b7449d1089 (diff)
downloadpoky-19e3648390b011715f7446161a05d9d568aed765.tar.gz
dev-manual: Edits from a 2.1 read-through.
* Removed some eMenlow stuff * Cleaned up the description of the BSP structures we have now. * Various links fixed into the SDK manual. * Other minor fixes. (From yocto-docs rev: 5e45005d7ff2254df2754a5ea2d7efd7f1c19a42) Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.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>