summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-mars.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/sdk-manual/sdk-appendix-mars.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/sdk-manual/sdk-appendix-mars.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-mars.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-mars.xml b/documentation/sdk-manual/sdk-appendix-mars.xml
index 9957057e99..d960b1009d 100644
--- a/documentation/sdk-manual/sdk-appendix-mars.xml
+++ b/documentation/sdk-manual/sdk-appendix-mars.xml
@@ -392,7 +392,7 @@
392 <filename>Build System Derived Toolchain:</filename></emphasis> 392 <filename>Build System Derived Toolchain:</filename></emphasis>
393 Select this type if you built the 393 Select this type if you built the
394 toolchain as part of the 394 toolchain as part of the
395 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 395 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
396 When you select 396 When you select
397 <filename>Build system derived toolchain</filename>, 397 <filename>Build system derived toolchain</filename>,
398 you are using the toolchain built and 398 you are using the toolchain built and
@@ -418,7 +418,7 @@
418 toolchain, the path you provide for the 418 toolchain, the path you provide for the
419 <filename>Toolchain Root Location</filename> 419 <filename>Toolchain Root Location</filename>
420 field is the 420 field is the
421 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 421 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
422 from which you run the 422 from which you run the
423 <filename>bitbake</filename> command (e.g 423 <filename>bitbake</filename> command (e.g
424 <filename>/home/scottrif/poky/build</filename>).</para> 424 <filename>/home/scottrif/poky/build</filename>).</para>
@@ -438,7 +438,7 @@
438 <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>. 438 <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>.
439 If so, the <filename>MY_QEMU_ROOTFS</filename> 439 If so, the <filename>MY_QEMU_ROOTFS</filename>
440 directory is found in the 440 directory is found in the
441 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 441 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
442 and you would browse to and select that directory 442 and you would browse to and select that directory
443 (e.g. <filename>/home/scottrif/build/MY_QEMU_ROOTFS</filename>). 443 (e.g. <filename>/home/scottrif/build/MY_QEMU_ROOTFS</filename>).
444 </para> 444 </para>
@@ -487,7 +487,7 @@
487 <filename>Build system derived toolchain</filename>, 487 <filename>Build system derived toolchain</filename>,
488 the target kernel you built will be located in 488 the target kernel you built will be located in
489 the 489 the
490 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 490 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
491 in 491 in
492 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename> 492 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename>
493 directory. 493 directory.