summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-06 12:11:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:51 -0800
commitb97cdc1c8c742de042211bc8386e5c6801f44a97 (patch)
tree3d49de884c10d63b501f9d491a00b969e4626fec /documentation/dev-manual/dev-manual-common-tasks.xml
parent646bda0f1d24dbabb8e8ec8e0520d8f9cb817939 (diff)
downloadpoky-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/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
1 files changed, 4 insertions, 6 deletions
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.