summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-30 13:45:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:30 +0000
commit4d623003f3a16b9fb91d5e655ff415636e31f582 (patch)
tree77f61126c639e4bdbd8ff18917df97e8ce501b5c /documentation
parent31bd483368a5d20a0f77b59d9376bb47b111f516 (diff)
downloadpoky-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')
-rw-r--r--documentation/bsp-guide/bsp.xml4
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml36
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
-rw-r--r--documentation/getting-started/getting-started-development-environment.xml10
-rw-r--r--documentation/getting-started/getting-started-intro.xml4
-rw-r--r--documentation/kernel-dev/kernel-dev-concepts-appx.xml3
-rw-r--r--documentation/ref-manual/faq.xml3
-rw-r--r--documentation/ref-manual/ref-bitbake.xml4
-rw-r--r--documentation/ref-manual/ref-classes.xml20
-rw-r--r--documentation/ref-manual/ref-images.xml4
-rw-r--r--documentation/ref-manual/ref-structure.xml4
-rw-r--r--documentation/ref-manual/ref-system-requirements.xml2
-rw-r--r--documentation/ref-manual/ref-tasks.xml30
-rw-r--r--documentation/ref-manual/ref-terms.xml6
-rw-r--r--documentation/ref-manual/ref-variables.xml58
-rw-r--r--documentation/ref-manual/resources.xml6
-rw-r--r--documentation/tools/mega-manual.sed2
-rw-r--r--documentation/yocto-project-qs/qs.xml10
19 files changed, 110 insertions, 104 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index b52366adf4..5c6f9df7ab 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1415,8 +1415,8 @@
1415 Thus, the build system can build the corresponding recipe and include 1415 Thus, the build system can build the corresponding recipe and include
1416 the component in the image. 1416 the component in the image.
1417 See the 1417 See the
1418 "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 1418 "<ulink url='&YOCTO_DOCS_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
1419 section in the Yocto Project Overview Manual for details on how 1419 section in the Yocto Project Concepts Manual for details on how
1420 to use these variables.</para> 1420 to use these variables.</para>
1421 <para>If you build as you normally would, without 1421 <para>If you build as you normally would, without
1422 specifying any recipes in the 1422 specifying any recipes in the
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>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index acbdc280a4..68c8d9bbea 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -550,7 +550,7 @@
550 You do this by pushing to a contribution repository that is upstream. 550 You do this by pushing to a contribution repository that is upstream.
551 See the 551 See the
552 "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>" 552 "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>"
553 section in the Yocto Project Overview Manual for additional 553 section in the Getting Started With Yocto Project Manual for additional
554 concepts on working in the Yocto Project development environment. 554 concepts on working in the Yocto Project development environment.
555 </para> 555 </para>
556 556
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 356abdf0a8..f14a91f94b 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -261,12 +261,12 @@
261 For concepts and introductory information about Git as it 261 For concepts and introductory information about Git as it
262 is used in the Yocto Project, see the 262 is used in the Yocto Project, see the
263 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" 263 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>"
264 section in the Yocto Project Overview Manual. 264 section in the Getting Started With Yocto Project Manual.
265 </para></listitem> 265 </para></listitem>
266 <listitem><para> 266 <listitem><para>
267 For concepts on Yocto Project source repositories, see the 267 For concepts on Yocto Project source repositories, see the
268 "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" 268 "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
269 section in the Yocto Project Overview Manual." 269 section in the Getting Started With Yocto Project Manual."
270 </para></listitem> 270 </para></listitem>
271 </itemizedlist> 271 </itemizedlist>
272 </note> 272 </note>
@@ -742,7 +742,7 @@
742 under <filename>tmp/deploy/images</filename>. 742 under <filename>tmp/deploy/images</filename>.
743 For detailed information on the build process using BitBake, see the 743 For detailed information on the build process using BitBake, see the
744 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 744 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
745 section in the Yocto Project Overview Manual. 745 section in the Getting Started With Yocto Project Manual.
746 </para> 746 </para>
747 747
748 <para> 748 <para>
diff --git a/documentation/getting-started/getting-started-development-environment.xml b/documentation/getting-started/getting-started-development-environment.xml
index 7d177cecca..03a807e4a5 100644
--- a/documentation/getting-started/getting-started-development-environment.xml
+++ b/documentation/getting-started/getting-started-development-environment.xml
@@ -2426,8 +2426,8 @@
2426 <note> 2426 <note>
2427 For more information on the cross-development toolchain 2427 For more information on the cross-development toolchain
2428 generation, see the 2428 generation, see the
2429 "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" 2429 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
2430 section. 2430 section in the Yocto Project Concepts Manual.
2431 For information on advantages gained when building a 2431 For information on advantages gained when building a
2432 cross-development toolchain using the 2432 cross-development toolchain using the
2433 <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></ulink> 2433 <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></ulink>
@@ -2490,7 +2490,7 @@
2490 <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> 2490 <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink>
2491 variable, and the end of the name consists of the task's name 2491 variable, and the end of the name consists of the task's name
2492 and current 2492 and current
2493 <link linkend='overview-checksums'>input checksum</link>. 2493 <ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>input checksum</ulink>.
2494 <note> 2494 <note>
2495 This naming scheme assumes that 2495 This naming scheme assumes that
2496 <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> 2496 <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink>
@@ -2792,8 +2792,8 @@
2792 <listitem><para> 2792 <listitem><para>
2793 For background information on cross-development toolchains 2793 For background information on cross-development toolchains
2794 in the Yocto Project development environment, see the 2794 in the Yocto Project development environment, see the
2795 "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" 2795 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
2796 section. 2796 section in the Yocto Projects Concepts Manual.
2797 </para></listitem> 2797 </para></listitem>
2798 <listitem><para> 2798 <listitem><para>
2799 For information on setting up a cross-development 2799 For information on setting up a cross-development
diff --git a/documentation/getting-started/getting-started-intro.xml b/documentation/getting-started/getting-started-intro.xml
index 51a21b6e23..a523159fe2 100644
--- a/documentation/getting-started/getting-started-intro.xml
+++ b/documentation/getting-started/getting-started-intro.xml
@@ -4,12 +4,12 @@
4 4
5<chapter id='overview-manual-intro'> 5<chapter id='overview-manual-intro'>
6 6
7<title>The Yocto Project Overview Manual</title> 7<title>Getting Started with Yocto Project Manual</title>
8 <section id='overview-welcome'> 8 <section id='overview-welcome'>
9 <title>Welcome</title> 9 <title>Welcome</title>
10 10
11 <para> 11 <para>
12 Welcome to the Yocto Project Overview Manual! 12 Welcome to the Getting Started With Yocto Project Manual!
13 This manual introduces the Yocto Project by providing concepts, 13 This manual introduces the Yocto Project by providing concepts,
14 software overviews, best-known-methods (BKMs), and any other 14 software overviews, best-known-methods (BKMs), and any other
15 high-level introductory information suitable for a new Yocto 15 high-level introductory information suitable for a new Yocto
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
index db692edfab..19e9fa994a 100644
--- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
@@ -240,7 +240,8 @@
240 You can also get an introduction to Git as it 240 You can also get an introduction to Git as it
241 applies to the Yocto Project in the 241 applies to the Yocto Project in the
242 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" 242 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>"
243 section in the Yocto Project Overview Manual. 243 section in the Getting Started With Yocto Project
244 Manual.
244 The latter reference provides an overview of 245 The latter reference provides an overview of
245 Git and presents a minimal set of Git commands 246 Git and presents a minimal set of Git commands
246 that allows you to be functional using Git. 247 that allows you to be functional using Git.
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index ecc866cdb3..c0ec1a6fb9 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -418,7 +418,8 @@
418 <para> 418 <para>
419 You can find more information on licensing in the 419 You can find more information on licensing in the
420 "<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>" 420 "<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>"
421 section in the Yocto Project Overview Manual and also in the 421 section in the Getting Started With Yocto Project Manual
422 and also in the
422 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" 423 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
423 section in the Yocto Project Development Tasks Manual. 424 section in the Yocto Project Development Tasks Manual.
424 </para> 425 </para>
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml
index e848de81b3..9e3e9cf35d 100644
--- a/documentation/ref-manual/ref-bitbake.xml
+++ b/documentation/ref-manual/ref-bitbake.xml
@@ -350,8 +350,8 @@
350 checksums. 350 checksums.
351 For information on this process, see the 351 For information on this process, see the
352 <filename>BB_HASHBASE_WHITELIST</filename> example in the 352 <filename>BB_HASHBASE_WHITELIST</filename> example in the
353 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>Checksums (Signatures)</ulink>" 353 "<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>Checksums (Signatures)</ulink>"
354 section in the Yocto Project Overview Manual. 354 section in the Yocto Project Concepts Manual.
355 </note> 355 </note>
356 </section> 356 </section>
357 357
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
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index 58f33cda2a..8b7cee827a 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -151,8 +151,8 @@
151 This image provides the Wayland protocol libraries and the 151 This image provides the Wayland protocol libraries and the
152 reference Weston compositor. 152 reference Weston compositor.
153 For more information, see the 153 For more information, see the
154 "<ulink url='&YOCTO_DOCS_GS_URL;#wayland'>Wayland</ulink>" 154 "<ulink url='&YOCTO_DOCS_CM_URL;#wayland'>Wayland</ulink>"
155 section in the Yocto Project Overview Manual. 155 section in the Yocto Project Concepts Manual.
156 </para></listitem> 156 </para></listitem>
157 <listitem><para><filename>core-image-x11</filename>: 157 <listitem><para><filename>core-image-x11</filename>:
158 A very basic X11 image with a terminal. 158 A very basic X11 image with a terminal.
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 1dff8f81f9..1a409909bf 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -523,7 +523,7 @@
523 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 523 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
524 and 524 and
525 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 525 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
526 sections in the Yocto Project Overview Manual. 526 sections in the Getting Started With Yocto Project Manual.
527 </para> 527 </para>
528 </section> 528 </section>
529 529
@@ -697,7 +697,7 @@
697 For information on how BitBake uses stamp files to determine if 697 For information on how BitBake uses stamp files to determine if
698 a task should be rerun, see the 698 a task should be rerun, see the
699 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" 699 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
700 section in the Yocto Project Overview Manual. 700 section in the Getting Started With Yocto Project Manual.
701 </para> 701 </para>
702 </section> 702 </section>
703 703
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml
index 593f2d3d15..fc61f02d39 100644
--- a/documentation/ref-manual/ref-system-requirements.xml
+++ b/documentation/ref-manual/ref-system-requirements.xml
@@ -22,7 +22,7 @@
22 For introductory information on the Yocto Project, see the 22 For introductory information on the Yocto Project, see the
23 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the 23 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the
24 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" 24 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>"
25 chapter in the Yocto Project Overview Manual. 25 chapter in the Getting Started With Yocto Project Manual.
26 </para> 26 </para>
27 27
28 <para> 28 <para>
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 262dec8311..2afd9588b7 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -221,7 +221,7 @@
221 <para> 221 <para>
222 For more information on image creation, see the 222 For more information on image creation, see the
223 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 223 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
224 section in the Yocto Project Overview Manual. 224 section in the Getting Started With Yocto Project Manual.
225 </para> 225 </para>
226 </section> 226 </section>
227 227
@@ -247,7 +247,7 @@
247 <para> 247 <para>
248 For more information on image creation, see the 248 For more information on image creation, see the
249 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 249 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
250 section in the Yocto Project Overview Manual. 250 section in the Getting Started With Yocto Project Manual.
251 </para> 251 </para>
252 </section> 252 </section>
253 253
@@ -342,8 +342,8 @@
342 For additional information, see the 342 For additional information, see the
343 <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link> 343 <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link>
344 variable and the 344 variable and the
345 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 345 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
346 section in the Yocto Project Overview Manual. 346 section in the Yocto Project Concepts Manual.
347 </para> 347 </para>
348 </section> 348 </section>
349 349
@@ -368,7 +368,7 @@
368 directory in the package feeds area. 368 directory in the package feeds area.
369 For more information, see the 369 For more information, see the
370 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 370 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
371 section in the Yocto Project Overview Manual. 371 section in the Getting Started With Yocto Project Manual.
372 </para> 372 </para>
373 </section> 373 </section>
374 374
@@ -382,7 +382,7 @@
382 directory in the package feeds area. 382 directory in the package feeds area.
383 For more information, see the 383 For more information, see the
384 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 384 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
385 section in the Yocto Project Overview Manual. 385 section in the Getting Started With Yocto Project Manual.
386 </para> 386 </para>
387 </section> 387 </section>
388 388
@@ -396,7 +396,7 @@
396 directory in the package feeds area. 396 directory in the package feeds area.
397 For more information, see the 397 For more information, see the
398 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 398 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
399 section in the Yocto Project Overview Manual. 399 section in the Getting Started With Yocto Project Manual.
400 </para> 400 </para>
401 </section> 401 </section>
402 402
@@ -409,7 +409,7 @@
409 directory in the package feeds area. 409 directory in the package feeds area.
410 For more information, see the 410 For more information, see the
411 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 411 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
412 section Yocto Project Overview Manual. 412 section Getting Started With Yocto Project Manual.
413 </para> 413 </para>
414 </section> 414 </section>
415 415
@@ -432,7 +432,8 @@
432 Locates patch files and applies them to the source code. 432 Locates patch files and applies them to the source code.
433 See the 433 See the
434 "<ulink url='&YOCTO_DOCS_GS_URL;#patching-dev-environment'>Patching</ulink>" 434 "<ulink url='&YOCTO_DOCS_GS_URL;#patching-dev-environment'>Patching</ulink>"
435 section in the Yocto Project Overview Manual for more information. 435 section in the Getting Started With Yocto Project Manual for more
436 information.
436 </para> 437 </para>
437 </section> 438 </section>
438 439
@@ -452,7 +453,8 @@
452 Creates the file and directory structure for an installable SDK. 453 Creates the file and directory structure for an installable SDK.
453 See the 454 See the
454 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" 455 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>"
455 section in the Yocto Project Overview Manual for more information. 456 section in the Getting Started With Yocto Project Manual for more
457 information.
456 </para> 458 </para>
457 </section> 459 </section>
458 460
@@ -539,8 +541,8 @@
539 plays a role in where unpacked source files ultimately reside. 541 plays a role in where unpacked source files ultimately reside.
540 For more information on how source files are unpacked, see the 542 For more information on how source files are unpacked, see the
541 "<ulink url='&YOCTO_DOCS_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" 543 "<ulink url='&YOCTO_DOCS_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>"
542 section in the Yocto Project Overview Manual and also see the 544 section in the Getting Started With Yocto Project Manual and also
543 <filename>WORKDIR</filename> and 545 see the <filename>WORKDIR</filename> and
544 <filename>S</filename> variable descriptions. 546 <filename>S</filename> variable descriptions.
545 </para> 547 </para>
546 </section> 548 </section>
@@ -813,8 +815,8 @@
813 image. 815 image.
814 See the 816 See the
815 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 817 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
816 section in the Yocto Project Overview Manual for more information 818 section in the Getting Started With Yocto Project Manual for more
817 on how the root filesystem is created. 819 information on how the root filesystem is created.
818 </para> 820 </para>
819 </section> 821 </section>
820 822
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml
index 9e38e98693..72e2ad926b 100644
--- a/documentation/ref-manual/ref-terms.xml
+++ b/documentation/ref-manual/ref-terms.xml
@@ -181,8 +181,8 @@
181 <para>Creation of these toolchains is simple and automated. 181 <para>Creation of these toolchains is simple and automated.
182 For information on toolchain concepts as they apply to the 182 For information on toolchain concepts as they apply to the
183 Yocto Project, see the 183 Yocto Project, see the
184 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 184 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
185 section in the Yocto Project Overview Manual. 185 section in the Yocto Project Concepts Manual.
186 You can also find more information on using the 186 You can also find more information on using the
187 relocatable toolchain in the 187 relocatable toolchain in the
188 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> 188 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
@@ -400,7 +400,7 @@
400 <para>For more information on concepts related to Git 400 <para>For more information on concepts related to Git
401 repositories, branches, and tags, see the 401 repositories, branches, and tags, see the
402 "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" 402 "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>"
403 section in the Yocto Project Overview Manual. 403 section in the Getting Started With Yocto Project Manual.
404 </para></listitem> 404 </para></listitem>
405 <listitem><para><emphasis>Task:</emphasis> 405 <listitem><para><emphasis>Task:</emphasis>
406 A unit of execution for BitBake (e.g. 406 A unit of execution for BitBake (e.g.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f09e0b6ae4..68b2daaa1e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3264,8 +3264,8 @@
3264 add any runtime dependencies between the 3264 add any runtime dependencies between the
3265 packages produced by the two recipes. 3265 packages produced by the two recipes.
3266 However, as explained in the 3266 However, as explained in the
3267 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 3267 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
3268 section in the Yocto Project Overview Manual, 3268 section in the Yocto Project Concepts Manual,
3269 runtime dependencies will often be 3269 runtime dependencies will often be
3270 added automatically, meaning 3270 added automatically, meaning
3271 <filename>DEPENDS</filename> alone is 3271 <filename>DEPENDS</filename> alone is
@@ -3334,7 +3334,8 @@
3334 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3334 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3335 section, and the 3335 section, and the
3336 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3336 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3337 sections all in the Yocto Project Overview Manual. 3337 sections all in the Getting Started With Yocto Project
3338 Manual.
3338 </para> 3339 </para>
3339 </glossdef> 3340 </glossdef>
3340 </glossentry> 3341 </glossentry>
@@ -3374,7 +3375,7 @@
3374 task writes Debian packages into the appropriate folder. 3375 task writes Debian packages into the appropriate folder.
3375 For more information on how packaging works, see the 3376 For more information on how packaging works, see the
3376 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3377 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3377 section in the Yocto Project Overview Manual. 3378 section in the Getting Started With Yocto Project Manual.
3378 </para> 3379 </para>
3379 </glossdef> 3380 </glossdef>
3380 </glossentry> 3381 </glossentry>
@@ -3406,7 +3407,8 @@
3406 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 3407 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
3407 and 3408 and
3408 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3409 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3409 sections both in the Yocto Project Overview Manual. 3410 sections both in the Getting Started With Yocto Project
3411 Manual.
3410 </para> 3412 </para>
3411 </glossdef> 3413 </glossdef>
3412 </glossentry> 3414 </glossentry>
@@ -3445,7 +3447,7 @@
3445 task writes IPK packages into the appropriate folder. 3447 task writes IPK packages into the appropriate folder.
3446 For more information on how packaging works, see the 3448 For more information on how packaging works, see the
3447 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3449 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3448 section in the Yocto Project Overview Manual. 3450 section in the Getting Started With Yocto Project Manual.
3449 </para> 3451 </para>
3450 </glossdef> 3452 </glossdef>
3451 </glossentry> 3453 </glossentry>
@@ -3523,7 +3525,7 @@
3523 task writes TAR packages into the appropriate folder. 3525 task writes TAR packages into the appropriate folder.
3524 For more information on how packaging works, see the 3526 For more information on how packaging works, see the
3525 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3527 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3526 section in the Yocto Project Overview Manual. 3528 section in the Getting Started With Yocto Project Manual.
3527 </para> 3529 </para>
3528 </glossdef> 3530 </glossdef>
3529 </glossentry> 3531 </glossentry>
@@ -6085,7 +6087,7 @@
6085 You can find information on how the image 6087 You can find information on how the image
6086 is created in the 6088 is created in the
6087 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 6089 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
6088 section in the Yocto Project Overview Manual. 6090 section in the Getting Started With Yocto Project Manual.
6089 </para> 6091 </para>
6090 </glossdef> 6092 </glossdef>
6091 </glossentry> 6093 </glossentry>
@@ -7911,8 +7913,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7911 <link linkend='var-LICENSE'><filename>LICENSE</filename></link> 7913 <link linkend='var-LICENSE'><filename>LICENSE</filename></link>
7912 is set to "CLOSED").</para> 7914 is set to "CLOSED").</para>
7913 <para>For more information, see the 7915 <para>For more information, see the
7914 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" 7916 "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
7915 section in the Yocto Project Overview Manual. 7917 section in the Yocto Project Concepts Manual.
7916 </para> 7918 </para>
7917 </glossdef> 7919 </glossdef>
7918 </glossentry> 7920 </glossentry>
@@ -8047,8 +8049,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8047 require additional licenses in order to be used in a 8049 require additional licenses in order to be used in a
8048 commercial product. 8050 commercial product.
8049 For more information, see the 8051 For more information, see the
8050 "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8052 "<ulink url='&YOCTO_DOCS_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8051 section in the Yocto Project Overview Manual. 8053 section in the Yocto Project Concepts Manual.
8052 </para> 8054 </para>
8053 </glossdef> 8055 </glossdef>
8054 </glossentry> 8056 </glossentry>
@@ -8067,8 +8069,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8067 This practice is otherwise known as "whitelisting" 8069 This practice is otherwise known as "whitelisting"
8068 license flags. 8070 license flags.
8069 For more information, see the 8071 For more information, see the
8070 <ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8072 <ulink url='&YOCTO_DOCS_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8071 section in the Yocto Project Overview Manual. 8073 section in the Yocto Project Concepts Manual.
8072 </para> 8074 </para>
8073 </glossdef> 8075 </glossdef>
8074 </glossentry> 8076 </glossentry>
@@ -10412,8 +10414,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10412 ${STAGING_DIR_HOST}/pkgdata 10414 ${STAGING_DIR_HOST}/pkgdata
10413 </literallayout> 10415 </literallayout>
10414 For examples of how this data is used, see the 10416 For examples of how this data is used, see the
10415 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 10417 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
10416 section in the Yocto Project Overview Manual and the 10418 section in the Yocto Project Concepts Manual and the
10417 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" 10419 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>"
10418 section in the Yocto Project Development Tasks Manual. 10420 section in the Yocto Project Development Tasks Manual.
10419 </para> 10421 </para>
@@ -10659,7 +10661,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10659 <filename>PR</filename> to know when to rebuild a 10661 <filename>PR</filename> to know when to rebuild a
10660 recipe. 10662 recipe.
10661 The build system uses the task 10663 The build system uses the task
10662 <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> 10664 <ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>input checksums</ulink>
10663 along with the 10665 along with the
10664 <link linkend='structure-build-tmp-stamps'>stamp</link> 10666 <link linkend='structure-build-tmp-stamps'>stamp</link>
10665 and 10667 and
@@ -10715,8 +10717,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10715 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 10717 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
10716 </literallayout> 10718 </literallayout>
10717 For more information, see the 10719 For more information, see the
10718 "<ulink url='&YOCTO_DOCS_GS_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>" 10720 "<ulink url='&YOCTO_DOCS_CM_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>"
10719 section in the Yocto Project Overview Manual. 10721 section in the Yocto Project Concepts Manual.
10720 <note> 10722 <note>
10721 If you set <filename>PREFERRED_PROVIDER</filename> 10723 If you set <filename>PREFERRED_PROVIDER</filename>
10722 for a <filename>virtual/*</filename> item, then any 10724 for a <filename>virtual/*</filename> item, then any
@@ -10919,8 +10921,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10919 10921
10920 <para> 10922 <para>
10921 For more information, see the 10923 For more information, see the
10922 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 10924 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
10923 section in the Yocto Project Overview Manual. 10925 section in the Yocto Project Concepts Manual.
10924 </para> 10926 </para>
10925 </glossdef> 10927 </glossdef>
10926 </glossentry> 10928 </glossentry>
@@ -11236,8 +11238,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11236 Therefore, most recipes do not need to set 11238 Therefore, most recipes do not need to set
11237 <filename>RDEPENDS</filename>. 11239 <filename>RDEPENDS</filename>.
11238 For more information, see the 11240 For more information, see the
11239 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 11241 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
11240 section in the Yocto Project Overview Manual. 11242 section in the Yocto Project Concepts Manual.
11241 </para> 11243 </para>
11242 11244
11243 <para> 11245 <para>
@@ -13696,7 +13698,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13696 For information on how BitBake uses stamp files to determine 13698 For information on how BitBake uses stamp files to determine
13697 if a task should be rerun, see the 13699 if a task should be rerun, see the
13698 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" 13700 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
13699 section in the Yocto Project Overview Manual. 13701 section in the Getting Started With Yocto Project Manual.
13700 </para> 13702 </para>
13701 13703
13702 <para> 13704 <para>
@@ -15187,8 +15189,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15187 <para> 15189 <para>
15188 For background information on cross-development toolchains 15190 For background information on cross-development toolchains
15189 in the Yocto Project development environment, see the 15191 in the Yocto Project development environment, see the
15190 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15192 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15191 section in the Yocto Project Overview Manual. 15193 section in the Yocto Project Concepts Manual.
15192 For information on setting up a cross-development 15194 For information on setting up a cross-development
15193 environment, see the 15195 environment, see the
15194 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> 15196 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
@@ -15246,8 +15248,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15246 <para> 15248 <para>
15247 For background information on cross-development toolchains 15249 For background information on cross-development toolchains
15248 in the Yocto Project development environment, see the 15250 in the Yocto Project development environment, see the
15249 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15251 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15250 section in the Yocto Project Overview Manual. 15252 section in the Yocto Project Concepts Manual.
15251 For information on setting up a cross-development 15253 For information on setting up a cross-development
15252 environment, see the 15254 environment, see the
15253 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> 15255 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml
index 09feddd29f..31f513656f 100644
--- a/documentation/ref-manual/resources.xml
+++ b/documentation/ref-manual/resources.xml
@@ -167,10 +167,10 @@
167 </para></listitem> 167 </para></listitem>
168 <listitem><para> 168 <listitem><para>
169 <emphasis> 169 <emphasis>
170 <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview Manual</ulink>: 170 <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project Manual</ulink>:
171 </emphasis> 171 </emphasis>
172 This manual introduces the Yocto Project, provides development 172 This manual introduces the Yocto Project and provides
173 environment basics, and explains Yocto Project concepts. 173 development environment basics.
174 </para></listitem> 174 </para></listitem>
175 <listitem><para> 175 <listitem><para>
176 <emphasis> 176 <emphasis>
diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed
index a34ff97d5e..ed68b5b2ae 100644
--- a/documentation/tools/mega-manual.sed
+++ b/documentation/tools/mega-manual.sed
@@ -25,7 +25,7 @@ s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toa
25# Process cases where just an external manual is referenced without an id anchor 25# Process cases where just an external manual is referenced without an id anchor
26s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html\" target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g 26s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html\" target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
27s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html\" target=\"_top\">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g 27s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html\" target=\"_top\">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g
28s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html\" target=\"_top\">Yocto Project Overview Manual<\/a>/Yocto Project Overview Manual/g 28s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html\" target=\"_top\">Getting Started With Yocto Project Manual<\/a>/Getting Started With Yocto Project Manual/g
29s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html\" target=\"_top\">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g 29s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html\" target=\"_top\">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g
30s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html\" target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g 30s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html\" target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g
31s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html\" target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g 31s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html\" target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g
diff --git a/documentation/yocto-project-qs/qs.xml b/documentation/yocto-project-qs/qs.xml
index bd5941f03e..2032ab72cc 100644
--- a/documentation/yocto-project-qs/qs.xml
+++ b/documentation/yocto-project-qs/qs.xml
@@ -48,7 +48,7 @@
48 <listitem><para> 48 <listitem><para>
49 For more introductory and conceptual information on the 49 For more introductory and conceptual information on the
50 Yocto Project, see the 50 Yocto Project, see the
51 <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview Manual</ulink>. 51 <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project Manual</ulink>.
52 </para></listitem> 52 </para></listitem>
53 <listitem><para> 53 <listitem><para>
54 For guidance on where to look for information beyond 54 For guidance on where to look for information beyond
@@ -603,8 +603,8 @@
603 </note> 603 </note>
604 For information on using the 604 For information on using the
605 <filename>bitbake</filename> command, see the 605 <filename>bitbake</filename> command, see the
606 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-components-bitbake'>BitBake</ulink>" 606 "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-components-bitbake'>BitBake</ulink>"
607 section in the Yocto Project Overview Manual, or 607 section in the Yocto Project Concepts Manual, or
608 see the 608 see the
609 "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>" 609 "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>"
610 section in the BitBake User Manual. 610 section in the BitBake User Manual.
@@ -1078,8 +1078,8 @@
1078 used by the OpenEmbedded build system during the image 1078 used by the OpenEmbedded build system during the image
1079 generation process. 1079 generation process.
1080 For information on Fakeroot and Pseudo, see the 1080 For information on Fakeroot and Pseudo, see the
1081 "<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>" 1081 "<ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>"
1082 section in the Yocto Project Overview Manual. 1082 section in the Yocto Project Concepts Manual.
1083 </para></listitem> 1083 </para></listitem>
1084 <listitem><para role='writernotes'> 1084 <listitem><para role='writernotes'>
1085 <emphasis>OPKG:</emphasis> 1085 <emphasis>OPKG:</emphasis>