diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-30 13:45:31 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:30 +0000 |
| commit | 4d623003f3a16b9fb91d5e655ff415636e31f582 (patch) | |
| tree | 77f61126c639e4bdbd8ff18917df97e8ce501b5c /documentation/ref-manual/ref-classes.xml | |
| parent | 31bd483368a5d20a0f77b59d9376bb47b111f516 (diff) | |
| download | poky-4d623003f3a16b9fb91d5e655ff415636e31f582.tar.gz | |
documentation: Purged overview manual references
When I converted the Yocto Project Overview Manual to the Getting
Started With Yocto Project Manual, I updated the strings for
references from "&YOCTO_DOCS_OVERVIEW_URL" TO
"&YOCTO_DOCS_GS_URL". Unfortunately, I did it with a global command
that did not take into account the text the might follow the link
by saying "see such-and-such section in the Yocto Project Overview
Manual." So, I had to hand fix these.
Additionally, since I have moved a deeper concepts chapter that
was in the getting-started manual to a new Yocto Project Concepts
chapter, many of those links changed had to really go to the new
manual instead. Those were fixed.
(From yocto-docs rev: fca1c56b0764802fb6a687ea81ab0fb95186cf0a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 39d740d7d4..ff13213fad 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -568,8 +568,8 @@ | |||
| 568 | provides support for the recipes that build the Canadian | 568 | provides support for the recipes that build the Canadian |
| 569 | Cross-compilation tools for SDKs. | 569 | Cross-compilation tools for SDKs. |
| 570 | See the | 570 | See the |
| 571 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 571 | "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 572 | section in the Yocto Project Overview Manual for more discussion on | 572 | section in the Yocto Project Concepts Manual for more discussion on |
| 573 | these cross-compilation tools. | 573 | these cross-compilation tools. |
| 574 | </para> | 574 | </para> |
| 575 | </section> | 575 | </section> |
| @@ -582,8 +582,8 @@ | |||
| 582 | provides support for the recipes that build the cross-compilation | 582 | provides support for the recipes that build the cross-compilation |
| 583 | tools used for building SDKs. | 583 | tools used for building SDKs. |
| 584 | See the | 584 | See the |
| 585 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 585 | "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 586 | section in the Yocto Project Overview Manual for more discussion on | 586 | section in the Yocto Project Concepts Manual for more discussion on |
| 587 | these cross-compilation tools. | 587 | these cross-compilation tools. |
| 588 | </para> | 588 | </para> |
| 589 | </section> | 589 | </section> |
| @@ -1252,7 +1252,7 @@ | |||
| 1252 | section in the Yocto Project Development Tasks Manual. | 1252 | section in the Yocto Project Development Tasks Manual. |
| 1253 | For information on how images are created, see the | 1253 | For information on how images are created, see the |
| 1254 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 1254 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" |
| 1255 | section in the Yocto Project Overview Manual. | 1255 | section in the Getting Started With Yocto Project Manual. |
| 1256 | </para> | 1256 | </para> |
| 1257 | </section> | 1257 | </section> |
| 1258 | 1258 | ||
| @@ -2722,8 +2722,8 @@ This check was removed for YP 2.3 release | |||
| 2722 | <para> | 2722 | <para> |
| 2723 | For more information on the cross-development toolchain | 2723 | For more information on the cross-development toolchain |
| 2724 | generation, see the | 2724 | generation, see the |
| 2725 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 2725 | "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 2726 | section in the Yocto Project Overview Manual. | 2726 | section in the Yocto Project Concepts Manual. |
| 2727 | For information on advantages gained when building a | 2727 | For information on advantages gained when building a |
| 2728 | cross-development toolchain using the | 2728 | cross-development toolchain using the |
| 2729 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2729 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| @@ -3021,7 +3021,7 @@ This check was removed for YP 2.3 release | |||
| 3021 | <para> | 3021 | <para> |
| 3022 | For information on how root filesystem images are created, see the | 3022 | For information on how root filesystem images are created, see the |
| 3023 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 3023 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
| 3024 | section in the Yocto Project Overview Manual. | 3024 | section in the Getting Started With Yocto Project Manual. |
| 3025 | </para> | 3025 | </para> |
| 3026 | </section> | 3026 | </section> |
| 3027 | 3027 | ||
| @@ -3182,8 +3182,8 @@ This check was removed for YP 2.3 release | |||
| 3182 | 3182 | ||
| 3183 | <para> | 3183 | <para> |
| 3184 | For more information on sstate, see the | 3184 | For more information on sstate, see the |
| 3185 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" | 3185 | "<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>Shared State Cache</ulink>" |
| 3186 | section in the Yocto Project Overview Manual. | 3186 | section in the Yocto Project Concepts Manual. |
| 3187 | </para> | 3187 | </para> |
| 3188 | </section> | 3188 | </section> |
| 3189 | 3189 | ||
