summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 08:52:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:12 +0100
commitc1261f843e0bd22ef09e9027e45f6a5d58760d13 (patch)
tree3a82702dd9556f7e986848f47d36901c356f6268 /documentation
parente3a3bdd81fee563d7a703cffae144513c4e8eca0 (diff)
downloadpoky-c1261f843e0bd22ef09e9027e45f6a5d58760d13.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')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml2
-rw-r--r--documentation/dev-manual/dev-manual-model.xml9
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