summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 478848c098..176c42fe8d 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.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-structure'> 5<appendix id='ref-structure'>
5 6
@@ -14,10 +15,8 @@
14 15
15<para> 16<para>
16 For information on how to establish the Yocto Project files on your local development system, see the 17 For information on how to establish the Yocto Project files on your local development system, see the
17 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#getting-started'> 18 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>"
18 Getting Setup</ulink> section in the 19 section in the Yocto Project Development Manual.
19 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>
20 The Yocto Project Development Manual</ulink>.
21</para> 20</para>
22 21
23<section id='structure-core'> 22<section id='structure-core'>
@@ -35,7 +34,7 @@
35 from BitBake itself. 34 from BitBake itself.
36 Consequently, most users do not need to worry about BitBake. 35 Consequently, most users do not need to worry about BitBake.
37 The <filename>bitbake/bin/</filename> directory is placed 36 The <filename>bitbake/bin/</filename> directory is placed
38 into the <filename>PATH</filename> environment variable by the 37 into the shell's <filename>PATH</filename> environment variable by the
39 <link linkend="structure-core-script">oe-init-build-env</link> script. 38 <link linkend="structure-core-script">oe-init-build-env</link> script.
40 </para> 39 </para>
41 40
@@ -121,7 +120,7 @@
121 This directory contains various integration scripts that implement 120 This directory contains various integration scripts that implement
122 extra functionality in the Yocto Project environment (e.g. QEMU scripts). 121 extra functionality in the Yocto Project environment (e.g. QEMU scripts).
123 The <link linkend="structure-core-script">oe-init-build-env</link> script appends this 122 The <link linkend="structure-core-script">oe-init-build-env</link> script appends this
124 directory to the <filename>PATH</filename> environment variable. 123 directory to the shell's <filename>PATH</filename> environment variable.
125 </para> 124 </para>
126 125
127 <para> 126 <para>
@@ -363,7 +362,7 @@
363 362
364 <para> 363 <para>
365 This directory contains intermediate packaging data that is used later in the packaging process. 364 This directory contains intermediate packaging data that is used later in the packaging process.
366 For more information, see <link linkend='ref-classes-package'>package.bbclass</link>. 365 For more information, see the "<link linkend='ref-classes-package'>Packaging - package*.bbclass</link>" section.
367 </para> 366 </para>
368 </section> 367 </section>
369 368
@@ -388,8 +387,8 @@
388 referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. 387 referred to as <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created.
389 Within this directory, the source is unpacked to 388 Within this directory, the source is unpacked to
390 <filename>linux-qemux86-standard-build</filename> and then patched by Quilt 389 <filename>linux-qemux86-standard-build</filename> and then patched by Quilt
391 (see the <link linkend="usingpoky-modifying-packages-quilt">Modifying Package Source Code 390 (see the "<link linkend="usingpoky-modifying-packages-quilt">Modifying Package Source Code
392 With Quilt</link> section). 391 With Quilt</link>" section).
393 Within the <filename>linux-qemux86-standard-build</filename> directory, 392 Within the <filename>linux-qemux86-standard-build</filename> directory,
394 standard Quilt directories <filename>linux-3.0/patches</filename> 393 standard Quilt directories <filename>linux-3.0/patches</filename>
395 and <filename>linux-3.0/.pc</filename> are created, 394 and <filename>linux-3.0/.pc</filename> are created,
@@ -480,8 +479,8 @@
480 <title><filename>meta/recipes-bsp/</filename></title> 479 <title><filename>meta/recipes-bsp/</filename></title>
481 480
482 <para> 481 <para>
483 This directory contains anything linking to specific hardware or hardware configuration information 482 This directory contains anything linking to specific hardware or hardware
484 such as "u-boot" and "grub". 483 configuration information such as "u-boot" and "grub".
485 </para> 484 </para>
486 </section> 485 </section>
487 486