summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-14 06:49:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:23 +0100
commitfcf7db01c0a49cb65095abf2f7f49520123260f5 (patch)
tree826319f623c69da82c93c588913fd3e68048fcf8
parentc8fc8aa4ae746852972ce577aad06da3a4057b95 (diff)
downloadpoky-fcf7db01c0a49cb65095abf2f7f49520123260f5.tar.gz
documentation/poky-ref-manual/extendpoky.xml: 1.1.2 variables and updates
First pass at implementing the poky.ent variables. Also corrected some text ares. (From yocto-docs rev: fa1714d3ebf569b19d48667c592126b6c4b445c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index 2a825d6e22..c16e0f116c 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<chapter id='extendpoky'> 5<chapter id='extendpoky'>
5 6
@@ -24,7 +25,7 @@
24 variables. 25 variables.
25 For information on variables that are useful for recipes and for information about recipe naming 26 For information on variables that are useful for recipes and for information about recipe naming
26 issues, see the 27 issues, see the
27 <link linkend='ref-varlocality-recipe-required'>Required</link> section for recipe variables. 28 "<link linkend='ref-varlocality-recipe-required'>Required</link>" section for recipe variables.
28 </para> 29 </para>
29 30
30 <para> 31 <para>
@@ -114,7 +115,7 @@
114 <para> 115 <para>
115 The variable <filename><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link> 116 The variable <filename><link linkend='var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</link>
116 </filename> is used to track source license changes as described in the 117 </filename> is used to track source license changes as described in the
117 <link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>Track License Change</link> 118 "<link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>Track License Change</link>"
118 section. 119 section.
119 You can quickly create Autotool-based recipes in a manner similar to the previous example. 120 You can quickly create Autotool-based recipes in a manner similar to the previous example.
120 </para> 121 </para>
@@ -532,10 +533,9 @@
532 <para> 533 <para>
533 For a complete example that shows how to add a new machine to the Yocto Project, 534 For a complete example that shows how to add a new machine to the Yocto Project,
534 see the 535 see the
535 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> 536 <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>
536 BSP Development Example</ulink> in Appendix A of 537 BSP Development Example</ulink> in Appendix A of
537 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'> 538 The Yocto Project Development Manual.
538 The Yocto Project Development Manual</ulink>.
539 </para> 539 </para>
540 540
541 <section id="platdev-newmachine-conffile"> 541 <section id="platdev-newmachine-conffile">
@@ -786,7 +786,7 @@
786 <para> 786 <para>
787 This section overviews the Multilib process only. 787 This section overviews the Multilib process only.
788 For more details on how to implement Multilib, see the 788 For more details on how to implement Multilib, see the
789 <ulink url='https://wiki.yoctoproject.org/wiki/Multilib'>Multilib</ulink> wiki 789 <ulink url='&YOCTO_WIKI_URL;/wiki/Multilib'>Multilib</ulink> wiki
790 page. 790 page.
791 </para> 791 </para>
792 792
@@ -1321,7 +1321,7 @@
1321 Experience shows that buildbot is a good fit for this role. 1321 Experience shows that buildbot is a good fit for this role.
1322 What works well is to configure buildbot to make two types of builds: 1322 What works well is to configure buildbot to make two types of builds:
1323 incremental and full (from scratch). 1323 incremental and full (from scratch).
1324 See <ulink url='http://www.yoctoproject.org:8010'>the buildbot for the 1324 See <ulink url='&YOCTO_HOME_URL;:8010'>the buildbot for the
1325 Yocto Project</ulink> for an example implementation that uses buildbot. 1325 Yocto Project</ulink> for an example implementation that uses buildbot.
1326 </para> 1326 </para>
1327 1327