summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-14 07:43:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:43 +0100
commit800ee0167a4badcfad88ff1b885c711c9b137ed9 (patch)
tree557c89896b74a85f54957b1ee2d1ddc6f56100cc /documentation/dev-manual/dev-manual-model.xml
parent2ff49eaea06e1820200b0d288fe1166de7f95821 (diff)
downloadpoky-800ee0167a4badcfad88ff1b885c711c9b137ed9.tar.gz
dev-manual: Fixed broken links to "Source Directory" term.
Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from dev-manual to ref-manual broke all the links to the "Source Directory" term. I fixed them. (From yocto-docs rev: d3a206b141e0b0c623362622ec73bbf44118071a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 068fd66893..39d7b98f53 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -123,8 +123,9 @@
123 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both 123 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both
124 in the Yocto Project Quick Start for requirements.</para></listitem> 124 in the Yocto Project Quick Start for requirements.</para></listitem>
125 <listitem><para><emphasis>Establish a local copy of the project files on your 125 <listitem><para><emphasis>Establish a local copy of the project files on your
126 system</emphasis>: You need this <link linkend='source-directory'>Source 126 system</emphasis>: You need this
127 Directory</link> available on your host system. 127 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
128 available on your host system.
128 Having these files on your system gives you access to the build 129 Having these files on your system gives you access to the build
129 process and to the tools you need. 130 process and to the tools you need.
130 For information on how to set up the Source Directory, 131 For information on how to set up the Source Directory,
@@ -178,7 +179,7 @@
178 and <filename>edgerouter</filename> (MIPS). 179 and <filename>edgerouter</filename> (MIPS).
179 The recipes and configurations for these five BSPs 180 The recipes and configurations for these five BSPs
180 are located and dispersed within the 181 are located and dispersed within the
181 <link linkend='source-directory'>Source Directory</link>. 182 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
182 </para> 183 </para>
183 184
184 <para> 185 <para>
@@ -471,8 +472,9 @@
471 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both 472 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both
472 in the Yocto Project Quick Start for requirements.</para></listitem> 473 in the Yocto Project Quick Start for requirements.</para></listitem>
473 <listitem><para><emphasis>Establish a local copy of project files on your 474 <listitem><para><emphasis>Establish a local copy of project files on your
474 system</emphasis>: Having the <link linkend='source-directory'>Source 475 system</emphasis>: Having the
475 Directory</link> on your system gives you access to the build process and tools 476 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
477 on your system gives you access to the build process and tools
476 you need. 478 you need.
477 For information on how to get these files, see the bulleted item 479 For information on how to get these files, see the bulleted item
478 "<link linkend='local-yp-release'>Yocto Project Release</link>" earlier in this manual. 480 "<link linkend='local-yp-release'>Yocto Project Release</link>" earlier in this manual.
@@ -1381,7 +1383,7 @@
1381 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'>S</ulink></filename> variable. 1383 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'>S</ulink></filename> variable.
1382 Below is the default value for the <filename>S</filename> variable as defined in the 1384 Below is the default value for the <filename>S</filename> variable as defined in the
1383 <filename>meta/conf/bitbake.conf</filename> configuration file in the 1385 <filename>meta/conf/bitbake.conf</filename> configuration file in the
1384 <link linkend='source-directory'>Source Directory</link>: 1386 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>:
1385 <literallayout class='monospaced'> 1387 <literallayout class='monospaced'>
1386 S = "${WORKDIR}/${BP}" 1388 S = "${WORKDIR}/${BP}"
1387 </literallayout> 1389 </literallayout>