diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-31 14:59:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
commit | 7a4d6b011f2e84ed5c9f46bfcce72593aa80b4d3 (patch) | |
tree | f8b3b48463f92451b0f0eeab282a0bcccc9fc4bd /documentation | |
parent | ddf18f727df84c994ce803980f960d6bbd09450f (diff) | |
download | poky-7a4d6b011f2e84ed5c9f46bfcce72593aa80b4d3.tar.gz |
documentation: Fixed bad target ID for the dev-manual.
This fix involved a few other manuals.
(From yocto-docs rev: d2659951a458a8db773e8c1b2b86a7b109d667fa)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.xml | 2 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 2 | ||||
-rw-r--r-- | documentation/toaster-manual/toaster-manual-start.xml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 00a28b0327..0bb0b68ab2 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -187,7 +187,7 @@ | |||
187 | <emphasis>Set Up the Build Environment:</emphasis> | 187 | <emphasis>Set Up the Build Environment:</emphasis> |
188 | Be sure you are set up to use BitBake in a shell. | 188 | Be sure you are set up to use BitBake in a shell. |
189 | See the | 189 | See the |
190 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</ulink>" | 190 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
191 | section in the Yocto Project Development Tasks Manual for information | 191 | section in the Yocto Project Development Tasks Manual for information |
192 | on how to get a build host ready that is either a native | 192 | on how to get a build host ready that is either a native |
193 | Linux machine or a machine that uses CROPS. | 193 | Linux machine or a machine that uses CROPS. |
@@ -1012,7 +1012,7 @@ | |||
1012 | to Support Development Using the Yocto | 1012 | to Support Development Using the Yocto |
1013 | Project</emphasis>: | 1013 | Project</emphasis>: |
1014 | See the | 1014 | See the |
1015 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</ulink>" | 1015 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
1016 | section in the Yocto Project Development Tasks | 1016 | section in the Yocto Project Development Tasks |
1017 | Manual for options on how to get a system ready | 1017 | Manual for options on how to get a system ready |
1018 | to use the Yocto Project. | 1018 | to use the Yocto Project. |
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0cb967f053..afda0a439d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4264,7 +4264,7 @@ | |||
4264 | You need to be sure that your development host is | 4264 | You need to be sure that your development host is |
4265 | set up to use the Yocto Project. | 4265 | set up to use the Yocto Project. |
4266 | For information on how to set up your host, see the | 4266 | For information on how to set up your host, see the |
4267 | "<link linkend='setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</link>" | 4267 | "<link linkend='dev-preparing-the-build-host'>Preparing the Build Host</link>" |
4268 | section. | 4268 | section. |
4269 | </para></listitem> | 4269 | </para></listitem> |
4270 | <listitem><para> | 4270 | <listitem><para> |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index a5192c4625..99d42a5a4a 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -396,7 +396,7 @@ | |||
396 | </para> | 396 | </para> |
397 | </section> | 397 | </section> |
398 | 398 | ||
399 | <section id='setting-up-the-development-host-to-use-the-yocto-project'> | 399 | <section id='dev-preparing-the-build-host'> |
400 | <title>Preparing the Build Host</title> | 400 | <title>Preparing the Build Host</title> |
401 | 401 | ||
402 | <para> | 402 | <para> |
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 299bac407b..83b02b1c18 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -25,7 +25,7 @@ | |||
25 | Before you can do any kernel development, you need to be | 25 | Before you can do any kernel development, you need to be |
26 | sure your build host is set up to use the Yocto Project. | 26 | sure your build host is set up to use the Yocto Project. |
27 | For information on how to get set up, see the | 27 | For information on how to get set up, see the |
28 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</ulink>" | 28 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
29 | section in the Yocto Project Development Tasks Manual. | 29 | section in the Yocto Project Development Tasks Manual. |
30 | Part of preparing the system is creating a local Git | 30 | Part of preparing the system is creating a local Git |
31 | repository of the | 31 | repository of the |
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml index c608e6f546..2cadcc1e90 100644 --- a/documentation/sdk-manual/sdk-appendix-obtain.xml +++ b/documentation/sdk-manual/sdk-appendix-obtain.xml | |||
@@ -106,7 +106,7 @@ | |||
106 | <emphasis>Set Up the Build Environment:</emphasis> | 106 | <emphasis>Set Up the Build Environment:</emphasis> |
107 | Be sure you are set up to use BitBake in a shell. | 107 | Be sure you are set up to use BitBake in a shell. |
108 | See the | 108 | See the |
109 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</ulink>" | 109 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
110 | section in the Yocto Project Development Tasks Manual for | 110 | section in the Yocto Project Development Tasks Manual for |
111 | information on how to get a build host ready that is either a | 111 | information on how to get a build host ready that is either a |
112 | native Linux machine or a machine that uses CROPS. | 112 | native Linux machine or a machine that uses CROPS. |
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index f8a586f54e..181e9fa5ed 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml | |||
@@ -57,7 +57,7 @@ | |||
57 | <ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink> | 57 | <ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink> |
58 | can use the Yocto Project. | 58 | can use the Yocto Project. |
59 | See the | 59 | See the |
60 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing a Build Host</ulink>" | 60 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
61 | section in the Yocto Project Development Tasks Manual for | 61 | section in the Yocto Project Development Tasks Manual for |
62 | information on how to set up your build host. | 62 | information on how to set up your build host. |
63 | <note> | 63 | <note> |
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index 45f6046175..fc187ecd5e 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml | |||
@@ -18,7 +18,7 @@ | |||
18 | Before you can use Toaster, you need to first set up your | 18 | Before you can use Toaster, you need to first set up your |
19 | build system to run the Yocto Project. | 19 | build system to run the Yocto Project. |
20 | To do this, follow the instructions in the | 20 | To do this, follow the instructions in the |
21 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Preparing the Build Host</ulink>" | 21 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-preparing-the-build-host'>Preparing the Build Host</ulink>" |
22 | section of the Yocto Project Development Tasks | 22 | section of the Yocto Project Development Tasks |
23 | Manual. | 23 | Manual. |
24 | For Ubuntu/Debian, you might also need to do an additional install | 24 | For Ubuntu/Debian, you might also need to do an additional install |