summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-13 09:26:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:22 +0100
commit61e550b462abcbd7a27f8c0a6abd3e7108abfd96 (patch)
treee44439b043f0583a984aac8ea99467a56e795a99 /documentation
parent4b72728755b7c4d947c6dd352b190653f7fbb3f8 (diff)
downloadpoky-61e550b462abcbd7a27f8c0a6abd3e7108abfd96.tar.gz
documentation/poky-ref-manual/ref-classes.xml: 1.1.2 variables and updates
First pass at implementing the poky.ent variables. Also made obvious typo fixes. (From yocto-docs rev: 048265f93c661e0034ab37fbf7f768e62b64994a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index d937334795..78a081f461 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE appendix 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<appendix id='ref-classes'> 5<appendix id='ref-classes'>
5<title>Reference: Classes</title> 6<title>Reference: Classes</title>
@@ -49,7 +50,7 @@
49 This class defines a set of tasks (configure, compile etc.) that 50 This class defines a set of tasks (configure, compile etc.) that
50 work for all Autotooled packages. 51 work for all Autotooled packages.
51 It should usually be enough to define a few standard variables as documented in the 52 It should usually be enough to define a few standard variables as documented in the
52 <link linkend='usingpoky-extend-addpkg-autotools'>Autotooled Package</link> section 53 "<link linkend='usingpoky-extend-addpkg-autotools'>Autotooled Package</link>" section
53 and then simply <filename>inherit autotools</filename>. 54 and then simply <filename>inherit autotools</filename>.
54 This class can also work with software that emulates Autotools. 55 This class can also work with software that emulates Autotools.
55 </para> 56 </para>
@@ -139,7 +140,7 @@
139 </para> 140 </para>
140 141
141 <para> 142 <para>
142 During staging, Bitbake installs such scripts into the 143 During staging, BitBake installs such scripts into the
143 <filename>sysroots/</filename> directory. 144 <filename>sysroots/</filename> directory.
144 BitBake also changes all paths to point into the <filename>sysroots/</filename> 145 BitBake also changes all paths to point into the <filename>sysroots/</filename>
145 directory so all builds that use the script will use the correct 146 directory so all builds that use the script will use the correct
@@ -166,7 +167,7 @@
166 </para> 167 </para>
167 168
168 <para> 169 <para>
169 During staging, Bitbake installs <filename>pkg-config</filename> data into the 170 During staging, BitBake installs <filename>pkg-config</filename> data into the
170 <filename>sysroots/</filename> directory. 171 <filename>sysroots/</filename> directory.
171 By making use of sysroot functionality within <filename>pkg-config</filename>, 172 By making use of sysroot functionality within <filename>pkg-config</filename>,
172 this class no longer has to manipulate the files. 173 this class no longer has to manipulate the files.
@@ -252,8 +253,8 @@
252 <para> 253 <para>
253 This class adds the <filename>devshell</filename> task. 254 This class adds the <filename>devshell</filename> task.
254 Distribution policy dictates whether to include this class as the Yocto Project does. 255 Distribution policy dictates whether to include this class as the Yocto Project does.
255 See the <link 256 See the
256 linkend='platdev-appdev-devshell'>Development Within a Development Shell</link> section 257 "<link linkend='platdev-appdev-devshell'>Development Within a Development Shell</link>" section
257 for more information about using devshell. 258 for more information about using devshell.
258 </para> 259 </para>
259</section> 260</section>
@@ -313,9 +314,9 @@
313 You can find additional information on the effects of the package class at these 314 You can find additional information on the effects of the package class at these
314 two Yocto Project mailing list links: 315 two Yocto Project mailing list links:
315 <itemizedlist> 316 <itemizedlist>
316 <listitem><para><ulink url='https://lists.yoctoproject.org/pipermail/poky/2011-May/006362.html'> 317 <listitem><para><ulink url='&YOCTO_LISTS_URL;/pipermail/poky/2011-May/006362.html'>
317 https://lists.yoctoproject.org/pipermail/poky/2011-May/006362.html</ulink></para></listitem> 318 https://lists.yoctoproject.org/pipermail/poky/2011-May/006362.html</ulink></para></listitem>
318 <listitem><para><ulink url='https://lists.yoctoproject.org/pipermail/poky/2011-May/006363.html'> 319 <listitem><para><ulink url='&YOCTO_LISTS_URL;/pipermail/poky/2011-May/006363.html'>
319 https://lists.yoctoproject.org/pipermail/poky/2011-May/006363.html</ulink></para></listitem> 320 https://lists.yoctoproject.org/pipermail/poky/2011-May/006363.html</ulink></para></listitem>
320 </itemizedlist> 321 </itemizedlist>
321 </para> 322 </para>