diff options
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 8b80b69577..99d5ed2229 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -501,7 +501,7 @@ | |||
501 | 501 | ||
502 | <para> | 502 | <para> |
503 | It is worth considering the structure of a typical work directory. | 503 | It is worth considering the structure of a typical work directory. |
504 | As an example, consider the <filename>linux-yocto-kernel-3.0</filename> | 504 | As an example, consider <filename>linux-yocto-kernel-3.0</filename> |
505 | on the machine <filename>qemux86</filename> | 505 | on the machine <filename>qemux86</filename> |
506 | built within the Yocto Project. | 506 | built within the Yocto Project. |
507 | For this package, a work directory of | 507 | For this package, a work directory of |
@@ -509,10 +509,10 @@ | |||
509 | referred to as the | 509 | referred to as the |
510 | <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. | 510 | <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. |
511 | Within this directory, the source is unpacked to | 511 | Within this directory, the source is unpacked to |
512 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt | 512 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt. |
513 | (see the | 513 | (See the |
514 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-a-quilt-workflow'>Modifying Package | 514 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-a-quilt-workflow'>Using a Quilt Flow</ulink>" |
515 | Source Code with Quilt</ulink>" section in the Yocto Project Development Manual. | 515 | section in the Yocto Project Development Manual for more information.) |
516 | Within the <filename>linux-qemux86-standard-build</filename> directory, | 516 | Within the <filename>linux-qemux86-standard-build</filename> directory, |
517 | standard Quilt directories <filename>linux-3.0/patches</filename> | 517 | standard Quilt directories <filename>linux-3.0/patches</filename> |
518 | and <filename>linux-3.0/.pc</filename> are created, | 518 | and <filename>linux-3.0/.pc</filename> are created, |