diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-06 12:11:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:51 -0800 |
commit | b97cdc1c8c742de042211bc8386e5c6801f44a97 (patch) | |
tree | 3d49de884c10d63b501f9d491a00b969e4626fec /documentation/dev-manual | |
parent | 646bda0f1d24dbabb8e8ec8e0520d8f9cb817939 (diff) | |
download | poky-b97cdc1c8c742de042211bc8386e5c6801f44a97.tar.gz |
documentation/dev-manual: Reference link clean-up
I made another pass through the document and cleaned up some
mistakes and also removed redundant links to manuals where I had
already provided a link to the specific section.
(From yocto-docs rev: 5da8ffe100127f5fe4bfd2b478f177d6bef3a968)
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-bsp-appendix.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 10 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 4 |
4 files changed, 11 insertions, 19 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 50522a213b..f9c4383567 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -271,10 +271,8 @@ | |||
271 | <filename>meta-mymachine/conf/layer.conf</filename>. | 271 | <filename>meta-mymachine/conf/layer.conf</filename>. |
272 | This file identifies build information needed for the new layer. | 272 | This file identifies build information needed for the new layer. |
273 | You can see the | 273 | You can see the |
274 | "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section in | 274 | "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section |
275 | <ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html'>The Board | 275 | in The Board Support Packages (BSP) Development Guide for more information on this configuration file. |
276 | Support Packages (BSP) Development Guide</ulink> | ||
277 | for more information on this configuration file. | ||
278 | Basically, we are changing the existing statements to work with our BSP. | 276 | Basically, we are changing the existing statements to work with our BSP. |
279 | </para> | 277 | </para> |
280 | 278 | ||
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 14657861fc..d2cc11147f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -23,7 +23,7 @@ | |||
23 | variables. | 23 | variables. |
24 | For information on variables that are useful for recipes and for information about recipe naming | 24 | For information on variables that are useful for recipes and for information about recipe naming |
25 | issues, see the | 25 | issues, see the |
26 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-varlocality-recipe-required'>Required</ulink>" section of the Yocto Project Reference Manual. | 26 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-varlocality-recipe-required'>Required</ulink>" section of the Yocto Project Reference Manual. |
27 | </para> | 27 | </para> |
28 | 28 | ||
29 | <para> | 29 | <para> |
@@ -574,10 +574,8 @@ | |||
574 | <para> | 574 | <para> |
575 | For a complete example that shows how to add a new machine to the Yocto Project, | 575 | For a complete example that shows how to add a new machine to the Yocto Project, |
576 | see the | 576 | see the |
577 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> | 577 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> |
578 | BSP Development Example</ulink> in Appendix A of | 578 | BSP Development Example</ulink>" in Appendix A. |
579 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> | ||
580 | The Yocto Project Development Manual</ulink>. | ||
581 | </para> | 579 | </para> |
582 | 580 | ||
583 | <section id="platdev-newmachine-conffile"> | 581 | <section id="platdev-newmachine-conffile"> |
@@ -1015,7 +1013,7 @@ | |||
1015 | </para> | 1013 | </para> |
1016 | 1014 | ||
1017 | <para> | 1015 | <para> |
1018 | The Yocto Project supports a <link linkend='usingpoky-changes-layers'>"layers"</link> concept. | 1016 | The Yocto Project supports a "<link linkend='usingpoky-changes-layers'>layers</link>" concept. |
1019 | If you use layers properly, you can ease future upgrades and allow segregation | 1017 | If you use layers properly, you can ease future upgrades and allow segregation |
1020 | between the Yocto Project core and a given developer's changes. | 1018 | between the Yocto Project core and a given developer's changes. |
1021 | The following section provides more advice on managing changes to the Yocto Project. | 1019 | The following section provides more advice on managing changes to the Yocto Project. |
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7c0302365b..e460d8d696 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -595,9 +595,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the | |||
595 | easy method. | 595 | easy method. |
596 | You can get these pieces by running an ADT installer script, which is configurable. | 596 | You can get these pieces by running an ADT installer script, which is configurable. |
597 | For information on how to install the ADT, see the | 597 | For information on how to install the ADT, see the |
598 | "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in | 598 | "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section |
599 | <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>The Yocto Project | 599 | in The Yocto Project Application Development (ADT) User's Manual.</para></listitem> |
600 | Application Development (ADT) User's Manual</ulink>.</para></listitem> | ||
601 | <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: | 600 | <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: |
602 | If you choose not to install the ADT using the ADT Installer, | 601 | If you choose not to install the ADT using the ADT Installer, |
603 | you need to find and download the | 602 | you need to find and download the |
@@ -641,9 +640,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the | |||
641 | <orderedlist> | 640 | <orderedlist> |
642 | <listitem><para><emphasis>Install the cross-development toolchain for your target hardware:</emphasis> | 641 | <listitem><para><emphasis>Install the cross-development toolchain for your target hardware:</emphasis> |
643 | For information on how to install the toolchain, see the | 642 | For information on how to install the toolchain, see the |
644 | "<ulink url='http://www.yoctoproject/docs/1.1/adt-manual/adt-manual.html#using-an-existing-toolchain-tarball'>Using a Cross-Toolchain Tarball</ulink>" section in | 643 | "<ulink url='http://www.yoctoproject/docs/1.1/adt-manual/adt-manual.html#using-an-existing-toolchain-tarball'>Using a Cross-Toolchain Tarball</ulink>" section |
645 | <ulink url='http://www.yoctoproject/docs/1.1/adt-manual/adt-manual.html'>The Yocto Project | 644 | in The Yocto Project Application Development (ADT) User's Manual.</para></listitem> |
646 | Application Development (ADT) User's Manual</ulink>.</para></listitem> | ||
647 | <listitem><para><emphasis>Download the Target Image:</emphasis> The Yocto Project supports | 645 | <listitem><para><emphasis>Download the Target Image:</emphasis> The Yocto Project supports |
648 | several target architectures and has many pre-built kernel images and root filesystem | 646 | several target architectures and has many pre-built kernel images and root filesystem |
649 | images.</para> | 647 | images.</para> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index a15452de8b..727c2ec25b 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -171,9 +171,7 @@ | |||
171 | use cases. | 171 | use cases. |
172 | For a list of the supported image types that the Yocto Project provides, see the | 172 | For a list of the supported image types that the Yocto Project provides, see the |
173 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" | 173 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" |
174 | appendix in | 174 | appendix in The Yocto Project Reference Manual.</para></listitem> |
175 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> | ||
176 | The Yocto Project Reference Manual</ulink>.</para></listitem> | ||
177 | <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, | 175 | <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, |
178 | a BSP, or an application stack.</para></listitem> | 176 | a BSP, or an application stack.</para></listitem> |
179 | <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image. | 177 | <listitem><para><emphasis>Metadata:</emphasis> The files that BitBake parses when building an image. |