summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
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.