summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-13 17:47:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:42 +0100
commit74bf586c940d20fc5546a60a290545c7c0edecb0 (patch)
tree5887ef777422efab49cc0ff37de17cd736faa242 /documentation/dev-manual/dev-manual-model.xml
parentb8b87dd690ef2f828c21937ec82c2d1dab405734 (diff)
downloadpoky-74bf586c940d20fc5546a60a290545c7c0edecb0.tar.gz
documentation: Fixed links for "build-directory" term.
Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke several links to the id "build-directory". I fixed these to reference into the ref-manual now. (From yocto-docs rev: debe2ae8ce203ebe0f1cee0de54124c15df8bb7e) 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.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 0782f0acdb..068fd66893 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -87,7 +87,8 @@
87 87
88 <note> 88 <note>
89 For a brief list of terms used when describing the development process in the Yocto Project, 89 For a brief list of terms used when describing the development process in the Yocto Project,
90 see the "<link linkend='yocto-project-terms'>Yocto Project Terms</link>" section. 90 see the
91 "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-terms'>Yocto Project Terms</ulink>" section.
91 </note> 92 </note>
92 93
93 <para> 94 <para>
@@ -431,8 +432,8 @@
431 The following figure shows the temporary file structure 432 The following figure shows the temporary file structure
432 created on your host system when the build occurs. 433 created on your host system when the build occurs.
433 This 434 This
434 <link linkend='build-directory'>Build Directory</link> contains all the 435 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
435 source files used during the build. 436 contains all the source files used during the build.
436 </para> 437 </para>
437 438
438 <para> 439 <para>
@@ -478,7 +479,7 @@
478 </para></listitem> 479 </para></listitem>
479 <listitem><para><emphasis>Establish the temporary kernel source files</emphasis>: 480 <listitem><para><emphasis>Establish the temporary kernel source files</emphasis>:
480 Temporary kernel source files are kept in the 481 Temporary kernel source files are kept in the
481 <link linkend='build-directory'>Build Directory</link> 482 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
482 created by the 483 created by the
483 OpenEmbedded build system when you run BitBake. 484 OpenEmbedded build system when you run BitBake.
484 If you have never built the kernel in which you are 485 If you have never built the kernel in which you are
@@ -1270,7 +1271,7 @@
1270 <listitem><para><emphasis>Find the Source Code:</emphasis> 1271 <listitem><para><emphasis>Find the Source Code:</emphasis>
1271 Temporary source code used by the OpenEmbedded build system 1272 Temporary source code used by the OpenEmbedded build system
1272 is kept in the 1273 is kept in the
1273 <link linkend='build-directory'>Build Directory</link>. 1274 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
1274 See the 1275 See the
1275 "<link linkend='finding-the-temporary-source-code'>Finding Temporary Source Code</link>" 1276 "<link linkend='finding-the-temporary-source-code'>Finding Temporary Source Code</link>"
1276 section to learn how to locate the directory that has the 1277 section to learn how to locate the directory that has the
@@ -1364,8 +1365,8 @@
1364 experiment a bit to figure out your solution. 1365 experiment a bit to figure out your solution.
1365 After you have initially built the package, you can iteratively 1366 After you have initially built the package, you can iteratively
1366 tweak the source code, which is located in the 1367 tweak the source code, which is located in the
1367 <link linkend='build-directory'>Build Directory</link>, and then 1368 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>,
1368 you can force a re-compile and quickly test your altered code. 1369 and then you can force a re-compile and quickly test your altered code.
1369 Once you settle on a solution, you can then preserve your changes 1370 Once you settle on a solution, you can then preserve your changes
1370 in the form of patches. 1371 in the form of patches.
1371 If you are using Quilt for development, see the 1372 If you are using Quilt for development, see the