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/dev-manual/dev-manual-common-tasks.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/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f420a14f5a..3ac223159b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1508,7 +1508,7 @@ | |||
1508 | <note> | 1508 | <note> |
1509 | For information on recipe syntax, see the | 1509 | For information on recipe syntax, see the |
1510 | "<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>" | 1510 | "<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>" |
1511 | section in the Yocto Project Overview Manual. | 1511 | section in the Getting Started With Yocto Project Manual. |
1512 | </note> | 1512 | </note> |
1513 | </para> | 1513 | </para> |
1514 | 1514 | ||
@@ -1799,7 +1799,7 @@ | |||
1799 | <para> | 1799 | <para> |
1800 | You can find more information about the build process in | 1800 | You can find more information about the build process in |
1801 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" | 1801 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" |
1802 | chapter of the Yocto Project Overview Manual. | 1802 | chapter of the Getting Started With Yocto Project Manual. |
1803 | </para> | 1803 | </para> |
1804 | </section> | 1804 | </section> |
1805 | 1805 | ||
@@ -1816,7 +1816,7 @@ | |||
1816 | that points to where the source is located. | 1816 | that points to where the source is located. |
1817 | For a graphical representation of source locations, see the | 1817 | For a graphical representation of source locations, see the |
1818 | "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" | 1818 | "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" |
1819 | section in the Yocto Project Overview Manual. | 1819 | section in the Getting Started With Yocto Project Manual. |
1820 | </para> | 1820 | </para> |
1821 | 1821 | ||
1822 | <para> | 1822 | <para> |
@@ -2128,8 +2128,8 @@ | |||
2128 | containing the current checksum. | 2128 | containing the current checksum. |
2129 | For more explanation and examples of how to set the | 2129 | For more explanation and examples of how to set the |
2130 | <filename>LIC_FILES_CHKSUM</filename> variable, see the | 2130 | <filename>LIC_FILES_CHKSUM</filename> variable, see the |
2131 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 2131 | "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
2132 | section in the Yocto Project Overview Manual.</para> | 2132 | section in the Yocto Project Concepts Manual.</para> |
2133 | <para>To determine the correct checksum string, you | 2133 | <para>To determine the correct checksum string, you |
2134 | can list the appropriate files in the | 2134 | can list the appropriate files in the |
2135 | <filename>LIC_FILES_CHKSUM</filename> variable with | 2135 | <filename>LIC_FILES_CHKSUM</filename> variable with |
@@ -2275,8 +2275,8 @@ | |||
2275 | automatically add a runtime dependency to "mypackage" on | 2275 | automatically add a runtime dependency to "mypackage" on |
2276 | "example"). | 2276 | "example"). |
2277 | See the | 2277 | See the |
2278 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 2278 | "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
2279 | in the Yocto Project Overview Manual for further details. | 2279 | in the Yocto Project Concepts Manual for further details. |
2280 | </para> | 2280 | </para> |
2281 | </section> | 2281 | </section> |
2282 | 2282 | ||
@@ -3211,8 +3211,8 @@ | |||
3211 | The variable | 3211 | The variable |
3212 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> | 3212 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> |
3213 | is used to track source license changes as described in the | 3213 | is used to track source license changes as described in the |
3214 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 3214 | "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
3215 | section in the Yocto Project Overview Manual. | 3215 | section in the Yocto Project Concepts Manual. |
3216 | You can quickly create Autotool-based recipes in a manner similar to the previous example. | 3216 | You can quickly create Autotool-based recipes in a manner similar to the previous example. |
3217 | </para> | 3217 | </para> |
3218 | </section> | 3218 | </section> |
@@ -3418,8 +3418,8 @@ | |||
3418 | allows runtime dependencies between packages | 3418 | allows runtime dependencies between packages |
3419 | to be added automatically. | 3419 | to be added automatically. |
3420 | See the | 3420 | See the |
3421 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3421 | "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
3422 | section in the Yocto Project Overview Manual | 3422 | section in the Yocto Project Concepts Manual |
3423 | for more information. | 3423 | for more information. |
3424 | </para></listitem> | 3424 | </para></listitem> |
3425 | </itemizedlist> | 3425 | </itemizedlist> |
@@ -4543,8 +4543,8 @@ | |||
4543 | architectures. | 4543 | architectures. |
4544 | <note> | 4544 | <note> |
4545 | For more information on x32 psABI, see the | 4545 | For more information on x32 psABI, see the |
4546 | "<ulink url='&YOCTO_DOCS_GS_URL;#x32'>x32 psABI</ulink>" | 4546 | "<ulink url='&YOCTO_DOCS_CM_URL;#x32'>x32 psABI</ulink>" |
4547 | section in the Yocto Project Overview Manual. | 4547 | section in the Yocto Project Concepts Manual. |
4548 | </note> | 4548 | </note> |
4549 | To use the x32 psABI, you need to edit your | 4549 | To use the x32 psABI, you need to edit your |
4550 | <filename>conf/local.conf</filename> configuration file as | 4550 | <filename>conf/local.conf</filename> configuration file as |
@@ -7347,7 +7347,7 @@ Some notes from Cal: | |||
7347 | 7347 | ||
7348 | <para> | 7348 | <para> |
7349 | Because the OpenEmbedded build system uses | 7349 | Because the OpenEmbedded build system uses |
7350 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", | 7350 | "<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>signatures</ulink>", |
7351 | which are unique to a given build, the build system | 7351 | which are unique to a given build, the build system |
7352 | knows when to rebuild packages. | 7352 | knows when to rebuild packages. |
7353 | All the inputs into a given task are represented by a | 7353 | All the inputs into a given task are represented by a |
@@ -7451,8 +7451,8 @@ Some notes from Cal: | |||
7451 | 7451 | ||
7452 | <para> | 7452 | <para> |
7453 | For more information on shared state, see the | 7453 | For more information on shared state, see the |
7454 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" | 7454 | "<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>Shared State Cache</ulink>" |
7455 | section in the Yocto Project Overview Manual. | 7455 | section in the Yocto Project Concepts Manual. |
7456 | </para> | 7456 | </para> |
7457 | </note> | 7457 | </note> |
7458 | </section> | 7458 | </section> |
@@ -11134,8 +11134,8 @@ Some notes from Cal: | |||
11134 | considers it "out of date". | 11134 | considers it "out of date". |
11135 | See the | 11135 | See the |
11136 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 11136 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
11137 | section in the Yocto Project Overview Manual for how BitBake | 11137 | section in the Getting Started With Yocto Project Manual for |
11138 | determines whether a task is "out of date". | 11138 | how BitBake determines whether a task is "out of date". |
11139 | </para> | 11139 | </para> |
11140 | 11140 | ||
11141 | <para> | 11141 | <para> |