diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-04 08:52:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-07 13:15:36 +0100 |
commit | 5627ac2b5f8c5003c201eb790ecdfd6d3e2f7890 (patch) | |
tree | 6796b01ba771892ba6a690546ca4443c8a751234 /documentation/dev-manual | |
parent | 4364f11ae332cfbc1ed48e9c8b4fd3f26c732b7b (diff) | |
download | poky-5627ac2b5f8c5003c201eb790ecdfd6d3e2f7890.tar.gz |
documentation: dev-manual - fixed some links to the source directory term.
(From yocto-docs rev: 807a9f0d216478877b84e6204d88461f623ba3f9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 62410c90f5..667640c86f 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | change the kernel configuration, and add a kernel source recipe. | 14 | change the kernel configuration, and add a kernel source recipe. |
15 | <note> | 15 | <note> |
16 | You can use the <filename>yocto-kernel</filename> script | 16 | You can use the <filename>yocto-kernel</filename> script |
17 | found in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 17 | found in the <link linkend='source-directory'>Source Directory</link> |
18 | under <filename>scripts</filename> to manage kernel patches and configuration. | 18 | under <filename>scripts</filename> to manage kernel patches and configuration. |
19 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>" | 19 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>" |
20 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide for | 20 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide for |
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index d23c347710..eb36ec0685 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -110,7 +110,8 @@ | |||
110 | Directory</link> available on your host system. | 110 | Directory</link> available on your host system. |
111 | Having these files on your system gives you access to the build | 111 | Having these files on your system gives you access to the build |
112 | process and to the tools you need. | 112 | process and to the tools you need. |
113 | For information on how to set up the Source Directory, see the | 113 | For information on how to set up the |
114 | <link linkend='source-directory'>Source Directory</link>, see the | ||
114 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> | 115 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> |
115 | <listitem><para><emphasis>Establish the <filename>meta-intel</filename> | 116 | <listitem><para><emphasis>Establish the <filename>meta-intel</filename> |
116 | repository on your system</emphasis>: Having local copies of the | 117 | repository on your system</emphasis>: Having local copies of the |
@@ -378,7 +379,9 @@ | |||
378 | </para> | 379 | </para> |
379 | The following figure shows the temporary file structure | 380 | The following figure shows the temporary file structure |
380 | created on your host system when the build occurs. | 381 | created on your host system when the build occurs. |
381 | This build directory contains all the source files used during the build. | 382 | This |
383 | <link linkend='build-directory'>Build Directory</link> contains all the | ||
384 | source files used during the build. | ||
382 | </para> | 385 | </para> |
383 | 386 | ||
384 | <para> | 387 | <para> |
@@ -1456,7 +1459,7 @@ directory.</para></listitem> | |||
1456 | to open a new recipe wizard.</para></listitem> | 1459 | to open a new recipe wizard.</para></listitem> |
1457 | <listitem><para>Point to your source by filling in the "SRC_URL" field. | 1460 | <listitem><para>Point to your source by filling in the "SRC_URL" field. |
1458 | For example, you can add a recipe to your | 1461 | For example, you can add a recipe to your |
1459 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 1462 | <link linkend='source-directory'>Source Directory</link> |
1460 | by defining "SRC_URL" as follows: | 1463 | by defining "SRC_URL" as follows: |
1461 | <literallayout class='monospaced'> | 1464 | <literallayout class='monospaced'> |
1462 | ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz | 1465 | ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz |