summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-working-projects.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-working-projects.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-working-projects.xml')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 54bc4d739d..526d9208a3 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -894,7 +894,7 @@
894 </emphasis> 894 </emphasis>
895 Select this type if you built the 895 Select this type if you built the
896 toolchain as part of the 896 toolchain as part of the
897 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 897 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
898 When you select 898 When you select
899 <filename>Build system derived toolchain</filename>, 899 <filename>Build system derived toolchain</filename>,
900 you are using the toolchain built 900 you are using the toolchain built
@@ -925,7 +925,7 @@
925 the 925 the
926 <filename>Toolchain Root Location</filename> 926 <filename>Toolchain Root Location</filename>
927 field is the 927 field is the
928 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 928 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
929 from which you run the 929 from which you run the
930 <filename>bitbake</filename> command (e.g 930 <filename>bitbake</filename> command (e.g
931 <filename>/home/scottrif/poky/build</filename>). 931 <filename>/home/scottrif/poky/build</filename>).
@@ -949,7 +949,7 @@
949 If so, the 949 If so, the
950 <filename>MY_QEMU_ROOTFS</filename> 950 <filename>MY_QEMU_ROOTFS</filename>
951 directory is found in the 951 directory is found in the
952 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 952 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
953 and you would browse to and select that 953 and you would browse to and select that
954 directory (e.g. 954 directory (e.g.
955 <filename>/home/scottrif/poky/build/MY_QEMU_ROOTFS</filename>). 955 <filename>/home/scottrif/poky/build/MY_QEMU_ROOTFS</filename>).
@@ -1003,7 +1003,7 @@
1003 <filename>Build system derived toolchain</filename>, 1003 <filename>Build system derived toolchain</filename>,
1004 the target kernel you built will be located 1004 the target kernel you built will be located
1005 in the 1005 in the
1006 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 1006 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
1007 in 1007 in
1008 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename> 1008 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename>
1009 directory. 1009 directory.