diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-13 17:47:10 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:42 +0100 |
| commit | 74bf586c940d20fc5546a60a290545c7c0edecb0 (patch) | |
| tree | 5887ef777422efab49cc0ff37de17cd736faa242 /documentation/sdk-manual | |
| parent | b8b87dd690ef2f828c21937ec82c2d1dab405734 (diff) | |
| download | poky-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')
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 2 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-mars.xml | 8 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-intro.xml | 2 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-working-projects.xml | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 965cccc2ca..1317a79ea8 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
| @@ -289,7 +289,7 @@ | |||
| 289 | for the SDK alone, create a | 289 | for the SDK alone, create a |
| 290 | <filename>conf/sdk-extra.conf</filename> either in | 290 | <filename>conf/sdk-extra.conf</filename> either in |
| 291 | your | 291 | your |
| 292 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 292 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> |
| 293 | or within any layer and put your | 293 | or within any layer and put your |
| 294 | <filename>SSTATE_MIRRORS</filename> setting within | 294 | <filename>SSTATE_MIRRORS</filename> setting within |
| 295 | that file. | 295 | that file. |
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. |
diff --git a/documentation/sdk-manual/sdk-intro.xml b/documentation/sdk-manual/sdk-intro.xml index 68401690de..47b9bc7ba1 100644 --- a/documentation/sdk-manual/sdk-intro.xml +++ b/documentation/sdk-manual/sdk-intro.xml | |||
| @@ -215,7 +215,7 @@ | |||
| 215 | built-in <filename>devtool</filename> functionality. | 215 | built-in <filename>devtool</filename> functionality. |
| 216 | This toolchain is created by running a SDK installer script | 216 | This toolchain is created by running a SDK installer script |
| 217 | or through a | 217 | or through a |
| 218 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 218 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> |
| 219 | that is based on your Metadata configuration or extension for | 219 | that is based on your Metadata configuration or extension for |
| 220 | your targeted device. | 220 | your targeted device. |
| 221 | The cross-toolchain works with a matching target sysroot. | 221 | The cross-toolchain works with a matching target sysroot. |
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. |
