summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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/ref-manual
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/ref-manual')
-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
10 files changed, 71 insertions, 66 deletions
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>