summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-09 17:38:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:44 +0000
commit9bdc18a82017d549217a813a6da5d1267fb737e3 (patch)
tree5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/technical-details.xml
parent9602c5556baf60040fde5710564129633f7e9c4c (diff)
downloadpoky-9bdc18a82017d549217a813a6da5d1267fb737e3.tar.gz
documentation/poky-ref-manual: Converted to use poky.ent variables.
Fixed all the hard links to use appropriate variables from the file poky.ent. (From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/technical-details.xml')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 840c9e3e7a..af62ee4f35 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -1,5 +1,7 @@
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; ] >
4
3<chapter id='technical-details'> 5<chapter id='technical-details'>
4<title>Technical Details</title> 6<title>Technical Details</title>
5 7
@@ -31,16 +33,16 @@
31 Configuration data acts as the glue to bind everything together.</para></listitem> 33 Configuration data acts as the glue to bind everything together.</para></listitem>
32 </itemizedlist> 34 </itemizedlist>
33 For more information on data, see the 35 For more information on data, see the
34 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'>Yocto Project Terms</ulink>" 36 "<ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-terms'>Yocto Project Terms</ulink>"
35 section in The Yocto Project Development Manual. 37 section in the Yocto Project Development Manual.
36 </para> 38 </para>
37 39
38 <para> 40 <para>
39 BitBake knows how to combine multiple data sources together and refers to each data source 41 BitBake knows how to combine multiple data sources together and refers to each data source
40 as a layer. 42 as a layer.
41 For information on layers, see the 43 For information on layers, see the
42 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 44 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and
43 section of the Yocto Project Development Manual. 45 Creating Layers</ulink>" section of the Yocto Project Development Manual.
44 </para> 46 </para>
45 47
46 <para> 48 <para>
@@ -562,7 +564,7 @@
562 <note> 564 <note>
563 For an example of a commit that makes a cosmetic change to invalidate 565 For an example of a commit that makes a cosmetic change to invalidate
564 a shared state, see this 566 a shared state, see this
565 <ulink url='http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/classes/package.bbclass?id=737f8bbb4f27b4837047cb9b4fbfe01dfde36d54'>commit</ulink>. 567 <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/commit/meta/classes/package.bbclass?id=737f8bbb4f27b4837047cb9b4fbfe01dfde36d54'>commit</ulink>.
566 </note> 568 </note>
567 </section> 569 </section>
568 </section> 570 </section>
@@ -623,10 +625,10 @@
623 625
624 <para> 626 <para>
625 In this example, the first line locates a file in 627 In this example, the first line locates a file in
626 <filename><link linkend='var-S'>S</link>/src/ls.c</filename>. 628 <filename>${S}/src/ls.c</filename>.
627 The second line refers to a file in 629 The second line refers to a file in
628 <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, which is the parent 630 <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, which is the parent
629 of <filename>S</filename>. 631 of <filename><link linkend='var-S'>S</link></filename>.
630 </para> 632 </para>
631 <para> 633 <para>
632 Note that this variable is mandatory for all recipes, unless the 634 Note that this variable is mandatory for all recipes, unless the