summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-03 14:05:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:40 +0100
commit703eadc55f26572f1cea7b1558831d92f9d457d1 (patch)
treeeb061d62a3ad1e4c1d44fde88421cf35bfaf6c4e /documentation/dev-manual/dev-manual-intro.xml
parente7134d50f3b47849e62bb47618e3a4349721346c (diff)
downloadpoky-703eadc55f26572f1cea7b1558831d92f9d457d1.tar.gz
documentation: bsp-guide, dev-manual, kernel-manual - Removed links
Removing the Appendix A (BSP) example had some rippling affects throughout the doc set. There were several links into the appendix. All these links had to either be modified (if possible) or simply removed since the appendix will be removed. (From yocto-docs rev: fff35abd87e945de1806eef63a56a956d104bf92) 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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index faa1f5ac92..99990c4466 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,9 +23,9 @@
23 </para> 23 </para>
24 24
25 <para> 25 <para>
26 The Yocto Project Development Manual, however, does provide detailed examples on how to create a 26 The Yocto Project Development Manual, however, does provide detailed examples
27 Board Support Package (BSP), change the kernel source code, and reconfigure the kernel. 27 on how to change the kernel source code, reconfigure the kernel, and develop
28 You can find this information in the appendices of the manual. 28 an application using the popular <trademark class='trade'>Eclipse</trademark> IDE.
29 </para> 29 </para>
30 </section> 30 </section>
31 31
@@ -44,7 +44,7 @@
44 <listitem><para>Development case overviews for both system development and user-space 44 <listitem><para>Development case overviews for both system development and user-space
45 applications.</para></listitem> 45 applications.</para></listitem>
46 <listitem><para>An overview and understanding of the emulation environment used with 46 <listitem><para>An overview and understanding of the emulation environment used with
47 the Yocto Project (QEMU).</para></listitem> 47 the Yocto Project - the Quick EMUlator (QEMU).</para></listitem>
48 <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem> 48 <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem>
49 <listitem><para>Many references to other sources of related information.</para></listitem> 49 <listitem><para>Many references to other sources of related information.</para></listitem>
50 </itemizedlist> 50 </itemizedlist>