summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-structure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-structure.xml')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index d12604536c..3af4139151 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,8 +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/latest/dev-manual/dev-manual.html#getting-started'>Getting Setup</ulink>" 18 "<ulink url='&YOCTO_DOCS_DEV_URL;#getting-setup'>Getting Set Up</ulink>"
18 section in The Yocto Project Development Manual. 19 section in the Yocto Project Development Manual.
19</para> 20</para>
20 21
21<section id='structure-core'> 22<section id='structure-core'>
@@ -387,7 +388,8 @@
387 Within this directory, the source is unpacked to 388 Within this directory, the source is unpacked to
388 <filename>linux-qemux86-standard-build</filename> and then patched by Quilt 389 <filename>linux-qemux86-standard-build</filename> and then patched by Quilt
389 (see the 390 (see the
390 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-modifying-packages-quilt'>Modifying Package Source Code with Quilt</ulink>" section in the Yocto Project Development Manual. 391 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-a-quilt-workflow'>Modifying Package
392 Source Code with Quilt</ulink>" section in the Yocto Project Development Manual.
391 Within the <filename>linux-qemux86-standard-build</filename> directory, 393 Within the <filename>linux-qemux86-standard-build</filename> directory,
392 standard Quilt directories <filename>linux-3.0/patches</filename> 394 standard Quilt directories <filename>linux-3.0/patches</filename>
393 and <filename>linux-3.0/.pc</filename> are created, 395 and <filename>linux-3.0/.pc</filename> are created,
@@ -478,8 +480,8 @@
478 <title><filename>meta/recipes-bsp/</filename></title> 480 <title><filename>meta/recipes-bsp/</filename></title>
479 481
480 <para> 482 <para>
481 This directory contains anything linking to specific hardware or hardware configuration information 483 This directory contains anything linking to specific hardware or hardware
482 such as "u-boot" and "grub". 484 configuration information such as "u-boot" and "grub".
483 </para> 485 </para>
484 </section> 486 </section>
485 487