summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.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/ref-manual/usingpoky.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/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index d1ac18fb2f..9fb74172b5 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -56,7 +56,8 @@
56 <para> 56 <para>
57 The <replaceable>build_dir</replaceable> argument is optional and specifies the directory the 57 The <replaceable>build_dir</replaceable> argument is optional and specifies the directory the
58 OpenEmbedded build system uses for the build - 58 OpenEmbedded build system uses for the build -
59 the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 59 the
60 <link linkend='build-directory'>Build Directory</link>.
60 If you do not specify a Build Directory, it defaults to a directory 61 If you do not specify a Build Directory, it defaults to a directory
61 named <filename>build</filename> in your current working directory. 62 named <filename>build</filename> in your current working directory.
62 A common practice is to use a different Build Directory for different targets. 63 A common practice is to use a different Build Directory for different targets.
@@ -142,7 +143,7 @@
142 <para> 143 <para>
143 Once an image has been built, it often needs to be installed. 144 Once an image has been built, it often needs to be installed.
144 The images and kernels built by the OpenEmbedded build system are placed in the 145 The images and kernels built by the OpenEmbedded build system are placed in the
145 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> in 146 <link linkend='build-directory'>Build Directory</link> in
146 <filename class="directory">tmp/deploy/images</filename>. 147 <filename class="directory">tmp/deploy/images</filename>.
147 For information on how to run pre-built images such as <filename>qemux86</filename> 148 For information on how to run pre-built images such as <filename>qemux86</filename>
148 and <filename>qemuarm</filename>, see the 149 and <filename>qemuarm</filename>, see the
@@ -978,7 +979,7 @@
978 Removing 979 Removing
979 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> 980 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>
980 (usually <filename>tmp/</filename>, within the 981 (usually <filename>tmp/</filename>, within the
981 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>) 982 <link linkend='build-directory'>Build Directory</link>)
982 can often fix temporary build issues. 983 can often fix temporary build issues.
983 Removing <filename>TMPDIR</filename> is usually a 984 Removing <filename>TMPDIR</filename> is usually a
984 relatively cheap operation, because task output will be 985 relatively cheap operation, because task output will be
@@ -1101,7 +1102,7 @@
1101 <link linkend='var-BUILDHISTORY_COMMIT'><filename>BUILDHISTORY_COMMIT</filename></link> 1102 <link linkend='var-BUILDHISTORY_COMMIT'><filename>BUILDHISTORY_COMMIT</filename></link>
1102 variable to "1" at the end of your 1103 variable to "1" at the end of your
1103 <filename>conf/local.conf</filename> file found in the 1104 <filename>conf/local.conf</filename> file found in the
1104 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>: 1105 <link linkend='build-directory'>Build Directory</link>:
1105 <literallayout class='monospaced'> 1106 <literallayout class='monospaced'>
1106 INHERIT += "buildhistory" 1107 INHERIT += "buildhistory"
1107 BUILDHISTORY_COMMIT = "1" 1108 BUILDHISTORY_COMMIT = "1"
@@ -1359,7 +1360,7 @@
1359 you can enable writing only image information without 1360 you can enable writing only image information without
1360 any history by adding the following to your 1361 any history by adding the following to your
1361 <filename>conf/local.conf</filename> file found in the 1362 <filename>conf/local.conf</filename> file found in the
1362 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>: 1363 <link linkend='build-directory'>Build Directory</link>:
1363 <literallayout class='monospaced'> 1364 <literallayout class='monospaced'>
1364 INHERIT += "buildhistory" 1365 INHERIT += "buildhistory"
1365 BUILDHISTORY_COMMIT = "0" 1366 BUILDHISTORY_COMMIT = "0"
@@ -1645,7 +1646,7 @@
1645 <filename>sync()</filename> calls into the 1646 <filename>sync()</filename> calls into the
1646 file system on the principle that if there was a significant 1647 file system on the principle that if there was a significant
1647 failure, the 1648 failure, the
1648 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 1649 <link linkend='build-directory'>Build Directory</link>
1649 contents could easily be rebuilt. 1650 contents could easily be rebuilt.
1650 </para></listitem> 1651 </para></listitem>
1651 <listitem><para> 1652 <listitem><para>