summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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-04 14:08:20 +0100
commit20a2dda2c21b1883676b772d3783ce0e9f630fcb (patch)
tree6bce733b543ba0f6f3109f630171d9315465e27b /documentation/dev-manual
parent48d3b058d920ef2238fcee2c8d3d97f57cf90a20 (diff)
downloadast2050-yocto-poky-20a2dda2c21b1883676b772d3783ce0e9f630fcb.zip
ast2050-yocto-poky-20a2dda2c21b1883676b772d3783ce0e9f630fcb.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')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml8
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml7
3 files changed, 9 insertions, 16 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0383e5a..824aac1 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -338,12 +338,6 @@
paths in the final list.
</note>
</para>
-
- <para>
- For another example on how to use a <filename>.bbappend</filename> file, see the
- "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>"
- section.
- </para>
</section>
<section id='prioritizing-your-layer'>
@@ -1036,8 +1030,8 @@
<para>
For a complete example that shows how to add a new machine,
see the
- "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development Example</ulink>"
- in Appendix A.
+ "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>"
+ in the Yocto Project Board Support Package (BSP) Developer's Guide.
</para>
<section id="platdev-newmachine-conffile">
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index faa1f5a..99990c4 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,9 +23,9 @@
</para>
<para>
- The Yocto Project Development Manual, however, does provide detailed examples on how to create a
- Board Support Package (BSP), change the kernel source code, and reconfigure the kernel.
- You can find this information in the appendices of the manual.
+ The Yocto Project Development Manual, however, does provide detailed examples
+ on how to change the kernel source code, reconfigure the kernel, and develop
+ an application using the popular <trademark class='trade'>Eclipse</trademark> IDE.
</para>
</section>
@@ -44,7 +44,7 @@
<listitem><para>Development case overviews for both system development and user-space
applications.</para></listitem>
<listitem><para>An overview and understanding of the emulation environment used with
- the Yocto Project (QEMU).</para></listitem>
+ the Yocto Project - the Quick EMUlator (QEMU).</para></listitem>
<listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem>
<listitem><para>Many references to other sources of related information.</para></listitem>
</itemizedlist>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index ccd29e2..9b922b1 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -207,10 +207,9 @@
<filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>).
</para>
<para>Information in append files overrides the information in the similarly-named recipe file.
- For examples of <filename>.bbappend</filename> file in use, see the
- "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and
- "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>"
- sections.</para></listitem>
+ For an example of an append file in use, see the
+ "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" section.
+ </para></listitem>
<listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis>
The task executor and scheduler used by
the OpenEmbedded build system to build images.
OpenPOWER on IntegriCloud