summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-12 10:57:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:13 +0100
commit1b877bc9dd3e9048489e6868020876af812cfa5e (patch)
treefa48122df594b4477be6529f51cf5f9255ebaaef /documentation/ref-manual
parent7105c52799c506961ec59e28681d8d6b588ffb4a (diff)
downloadpoky-1b877bc9dd3e9048489e6868020876af812cfa5e.tar.gz
documentation: Updated everything for new overview-manual
This involved changing the root manual folder from "getting-started" to "overview-manual". Also, every link using the ENTITY "YOCTO_DOCS_GS_URL" was changed to "YOCTO_DOCS_OM_URL". Most manuals had several occurrences of these links. The makefile needed updating to process the new manual and not process the old "getting-started" manual. (From yocto-docs rev: 1abf64e56e9096258038ae37b787a81bf786bb3b) 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.xml2
-rw-r--r--documentation/ref-manual/migration.xml6
-rw-r--r--documentation/ref-manual/ref-classes.xml12
-rw-r--r--documentation/ref-manual/ref-images.xml2
-rw-r--r--documentation/ref-manual/ref-release-process.xml4
-rw-r--r--documentation/ref-manual/ref-structure.xml6
-rw-r--r--documentation/ref-manual/ref-system-requirements.xml4
-rw-r--r--documentation/ref-manual/ref-tasks.xml34
-rw-r--r--documentation/ref-manual/ref-terms.xml6
-rw-r--r--documentation/ref-manual/ref-variables.xml48
-rw-r--r--documentation/ref-manual/resources.xml4
11 files changed, 64 insertions, 64 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index 770162c0ef..49ff86261d 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -417,7 +417,7 @@
417 417
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_OM_URL;#licensing'>Licensing</ulink>"
421 section in the Yocto Project Overview and Concepts Manual 421 section in the Yocto Project Overview and Concepts Manual
422 and also in the 422 and also in the
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 "<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>"
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index d8620eefd9..9a6aab95ab 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -293,7 +293,7 @@
293 For the remainder, you can now find them in the 293 For the remainder, you can now find them in the
294 <filename>meta-extras</filename> repository, which is in the 294 <filename>meta-extras</filename> repository, which is in the
295 Yocto Project 295 Yocto Project
296 <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. 296 <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
297 </para> 297 </para>
298 </section> 298 </section>
299 </section> 299 </section>
@@ -1748,7 +1748,7 @@
1748 1748
1749 <para> 1749 <para>
1750 The minimum 1750 The minimum
1751 <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> version 1751 <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> version
1752 required on the build host is now 1.7.8 because the 1752 required on the build host is now 1.7.8 because the
1753 <filename>--list</filename> option is now required by 1753 <filename>--list</filename> option is now required by
1754 BitBake's Git fetcher. 1754 BitBake's Git fetcher.
@@ -4038,7 +4038,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
4038 <para>For an example, see the 4038 <para>For an example, see the
4039 <filename>pixbufcache</filename> class in 4039 <filename>pixbufcache</filename> class in
4040 <filename>meta/classes/</filename> in the Yocto Project 4040 <filename>meta/classes/</filename> in the Yocto Project
4041 <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. 4041 <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
4042 <note> 4042 <note>
4043 The <filename>SSTATEPOSTINSTFUNCS</filename> variable 4043 The <filename>SSTATEPOSTINSTFUNCS</filename> variable
4044 itself is now deprecated in favor of the 4044 itself is now deprecated in favor of the
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e419e1321c..e432fd52aa 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -568,7 +568,7 @@
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_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
572 section in the Yocto Project Overview and Concepts Manual for more 572 section in the Yocto Project Overview and Concepts Manual for more
573 discussion on these cross-compilation tools. 573 discussion on these cross-compilation tools.
574 </para> 574 </para>
@@ -582,7 +582,7 @@
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_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
586 section in the Yocto Project Overview and Concepts Manual for more 586 section in the Yocto Project Overview and Concepts Manual for more
587 discussion on these cross-compilation tools. 587 discussion on these cross-compilation tools.
588 </para> 588 </para>
@@ -1251,7 +1251,7 @@
1251 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>" 1251 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>"
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_OM_URL;#images-dev-environment'>Images</ulink>"
1255 section in the Yocto Project Overview and Concpets Manual. 1255 section in the Yocto Project Overview and Concpets Manual.
1256 </para> 1256 </para>
1257</section> 1257</section>
@@ -2722,7 +2722,7 @@ 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_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
2726 section in the Yocto Project Overview and Concepts Manual. 2726 section in the Yocto Project Overview and 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
@@ -3020,7 +3020,7 @@ This check was removed for YP 2.3 release
3020 3020
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_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
3024 section in the Yocto Project Overview and Concepts Manual. 3024 section in the Yocto Project Overview and Concepts Manual.
3025 </para> 3025 </para>
3026</section> 3026</section>
@@ -3182,7 +3182,7 @@ 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_OM_URL;#shared-state-cache'>Shared State Cache</ulink>"
3186 section in the Yocto Project Overview and Concepts Manual. 3186 section in the Yocto Project Overview and Concepts Manual.
3187 </para> 3187 </para>
3188</section> 3188</section>
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index 0cfa5f3543..7f33eb649f 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -151,7 +151,7 @@
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_OM_URL;#wayland'>Wayland</ulink>"
155 section in the Yocto Project Overview and Concepts Manual. 155 section in the Yocto Project Overview and Concepts Manual.
156 </para></listitem> 156 </para></listitem>
157 <listitem><para><filename>core-image-x11</filename>: 157 <listitem><para><filename>core-image-x11</filename>:
diff --git a/documentation/ref-manual/ref-release-process.xml b/documentation/ref-manual/ref-release-process.xml
index d8ead1399b..c665cd938e 100644
--- a/documentation/ref-manual/ref-release-process.xml
+++ b/documentation/ref-manual/ref-release-process.xml
@@ -61,7 +61,7 @@
61 <para> 61 <para>
62 Each major release receives a codename that identifies the release in 62 Each major release receives a codename that identifies the release in
63 the 63 the
64 <ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. 64 <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>.
65 The concept is that branches of 65 The concept is that branches of
66 <link linkend='metadata'>Metadata</link> 66 <link linkend='metadata'>Metadata</link>
67 with the same codename are likely to be compatible and thus 67 with the same codename are likely to be compatible and thus
@@ -217,7 +217,7 @@
217 in the <filename>poky</filename> repository. 217 in the <filename>poky</filename> repository.
218 <note> 218 <note>
219 You can find all these branches in the Yocto Project 219 You can find all these branches in the Yocto Project
220 <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. 220 <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
221 </note> 221 </note>
222 Testing within these public branches ensures in a publicly visible way 222 Testing within these public branches ensures in a publicly visible way
223 that all of the main supposed architectures and recipes in OE-Core 223 that all of the main supposed architectures and recipes in OE-Core
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 07f4e7c490..b42ea119d3 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -520,9 +520,9 @@
520 variable points to this directory. 520 variable points to this directory.
521 For more detail on the contents of the <filename>deploy</filename> 521 For more detail on the contents of the <filename>deploy</filename>
522 directory, see the 522 directory, see the
523 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 523 "<ulink url='&YOCTO_DOCS_OM_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_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
526 sections in the Yocto Project Overview and Concepts Manual. 526 sections in the Yocto Project Overview and Concepts Manual.
527 </para> 527 </para>
528 </section> 528 </section>
@@ -696,7 +696,7 @@
696 <para> 696 <para>
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_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
700 section in the Yocto Project Overview and Concepts Manual. 700 section in the Yocto Project Overview and Concepts Manual.
701 </para> 701 </para>
702 </section> 702 </section>
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml
index cc6a172bf9..00d9678dbe 100644
--- a/documentation/ref-manual/ref-system-requirements.xml
+++ b/documentation/ref-manual/ref-system-requirements.xml
@@ -21,7 +21,7 @@
21 <para> 21 <para>
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_OM_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>"
25 chapter in the Yocto Project Overview and Concepts Manual. 25 chapter in the Yocto Project Overview and Concepts Manual.
26 </para> 26 </para>
27 27
@@ -33,7 +33,7 @@
33 You can find "how-to" information in the 33 You can find "how-to" information in the
34 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. 34 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>.
35 You can find Yocto Project overview and conceptual information in the 35 You can find Yocto Project overview and conceptual information in the
36 <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. 36 <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>.
37 <note><title>Tip</title> 37 <note><title>Tip</title>
38 For more information about the Yocto Project Documentation set, 38 For more information about the Yocto Project Documentation set,
39 see the 39 see the
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 3226b17299..c551ff0f90 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -220,7 +220,7 @@
220 220
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_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
224 section in the Yocto Project Overview and Concepts Manual. 224 section in the Yocto Project Overview and Concepts Manual.
225 </para> 225 </para>
226 </section> 226 </section>
@@ -246,7 +246,7 @@
246 246
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_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
250 section in the Yocto Project Overview and Concepts Manual. 250 section in the Yocto Project Overview and Concepts Manual.
251 </para> 251 </para>
252 </section> 252 </section>
@@ -268,7 +268,7 @@
268 and 268 and
269 <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), 269 <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>),
270 run under 270 run under
271 <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. 271 <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
272 <note> 272 <note>
273 <title>Caution</title> 273 <title>Caution</title>
274 274
@@ -342,7 +342,7 @@
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_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
346 section in the Yocto Project Overview and Concepts Manual. 346 section in the Yocto Project Overview and Concepts Manual.
347 </para> 347 </para>
348 </section> 348 </section>
@@ -367,7 +367,7 @@
367 <filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename> 367 <filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename>
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_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
371 section in the Yocto Project Overview and Concepts Manual. 371 section in the Yocto Project Overview and Concepts Manual.
372 </para> 372 </para>
373 </section> 373 </section>
@@ -381,7 +381,7 @@
381 <filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename> 381 <filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename>
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_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
385 section in the Yocto Project Overview and Concepts Manual. 385 section in the Yocto Project Overview and Concepts Manual.
386 </para> 386 </para>
387 </section> 387 </section>
@@ -395,7 +395,7 @@
395 <filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename> 395 <filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename>
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_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
399 section in the Yocto Project Overview and Concepts Manual. 399 section in the Yocto Project Overview and Concepts Manual.
400 </para> 400 </para>
401 </section> 401 </section>
@@ -408,7 +408,7 @@
408 <filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename> 408 <filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename>
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_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
412 section in the Yocto Project Overview and Concepts Manual. 412 section in the Yocto Project Overview and Concepts Manual.
413 </para> 413 </para>
414 </section> 414 </section>
@@ -431,7 +431,7 @@
431 <para> 431 <para>
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_OM_URL;#patching-dev-environment'>Patching</ulink>"
435 section in the Yocto Project Overview and Concepts Manual for more 435 section in the Yocto Project Overview and Concepts Manual for more
436 information. 436 information.
437 </para> 437 </para>
@@ -452,7 +452,7 @@
452 <para> 452 <para>
453 Creates the file and directory structure for an installable SDK. 453 Creates the file and directory structure for an installable SDK.
454 See the 454 See the
455 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" 455 "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>"
456 section in the Yocto Project Overview and Concepts Manual for more 456 section in the Yocto Project Overview and Concepts Manual for more
457 information. 457 information.
458 </para> 458 </para>
@@ -540,7 +540,7 @@
540 <link linkend='var-S'><filename>S</filename></link> variable also 540 <link linkend='var-S'><filename>S</filename></link> variable also
541 plays a role in where unpacked source files ultimately reside. 541 plays a role in where unpacked source files ultimately reside.
542 For more information on how source files are unpacked, see the 542 For more information on how source files are unpacked, see the
543 "<ulink url='&YOCTO_DOCS_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" 543 "<ulink url='&YOCTO_DOCS_OM_URL;#source-fetching-dev-environment'>Source Fetching</ulink>"
544 section in the Yocto Project Overview and Concepts Manual and also 544 section in the Yocto Project Overview and Concepts Manual and also
545 see the <filename>WORKDIR</filename> and 545 see the <filename>WORKDIR</filename> and
546 <filename>S</filename> variable descriptions. 546 <filename>S</filename> variable descriptions.
@@ -620,7 +620,7 @@
620 620
621 <para> 621 <para>
622 Running this task does not remove the 622 Running this task does not remove the
623 <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink> 623 <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>
624 cache files. 624 cache files.
625 Consequently, if no changes have been made and the recipe is 625 Consequently, if no changes have been made and the recipe is
626 rebuilt after cleaning, output files are simply restored from the 626 rebuilt after cleaning, output files are simply restored from the
@@ -637,7 +637,7 @@
637 637
638 <para> 638 <para>
639 Removes all output files, shared state 639 Removes all output files, shared state
640 (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) 640 (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
641 cache, and downloaded source files for a target (i.e. the contents 641 cache, and downloaded source files for a target (i.e. the contents
642 of 642 of
643 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). 643 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>).
@@ -668,13 +668,13 @@
668 668
669 <para> 669 <para>
670 Removes all output files and shared state 670 Removes all output files and shared state
671 (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) 671 (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
672 cache for a target. 672 cache for a target.
673 Essentially, the <filename>do_cleansstate</filename> task is 673 Essentially, the <filename>do_cleansstate</filename> task is
674 identical to the 674 identical to the
675 <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> 675 <link linkend='ref-tasks-clean'><filename>do_clean</filename></link>
676 task with the added removal of shared state 676 task with the added removal of shared state
677 (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) 677 (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
678 cache. 678 cache.
679 </para> 679 </para>
680 680
@@ -744,7 +744,7 @@
744 744
745 <para> 745 <para>
746 Creates or updates the index in the 746 Creates or updates the index in the
747 <ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink> 747 <ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>
748 area. 748 area.
749 <note> 749 <note>
750 This task is not triggered with the 750 This task is not triggered with the
@@ -796,7 +796,7 @@
796 Creates the root filesystem (file and directory structure) for an 796 Creates the root filesystem (file and directory structure) for an
797 image. 797 image.
798 See the 798 See the
799 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 799 "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
800 section in the Yocto Project Overview and Concepts Manual for more 800 section in the Yocto Project Overview and Concepts Manual for more
801 information on how the root filesystem is created. 801 information on how the root filesystem is created.
802 </para> 802 </para>
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml
index 31bcbe6e0b..a0c0371339 100644
--- a/documentation/ref-manual/ref-terms.xml
+++ b/documentation/ref-manual/ref-terms.xml
@@ -200,7 +200,7 @@
200 <para>Creation of these toolchains is simple and automated. 200 <para>Creation of these toolchains is simple and automated.
201 For information on toolchain concepts as they apply to the 201 For information on toolchain concepts as they apply to the
202 Yocto Project, see the 202 Yocto Project, see the
203 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 203 "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
204 section in the Yocto Project Overview and Concepts Manual. 204 section in the Yocto Project Overview and Concepts Manual.
205 You can also find more information on using the 205 You can also find more information on using the
206 relocatable toolchain in the 206 relocatable toolchain in the
@@ -245,7 +245,7 @@
245 Yocto Project.</para> 245 Yocto Project.</para>
246 246
247 <para>For introductory information on layers, see the 247 <para>For introductory information on layers, see the
248 "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" 248 "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
249 section in the Yocto Project Overview and Concepts Manual. 249 section in the Yocto Project Overview and Concepts Manual.
250 For more detailed information on layers, see the 250 For more detailed information on layers, see the
251 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 251 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
@@ -470,7 +470,7 @@
470 470
471 <para>For more information on concepts related to Git 471 <para>For more information on concepts related to Git
472 repositories, branches, and tags, see the 472 repositories, branches, and tags, see the
473 "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" 473 "<ulink url='&YOCTO_DOCS_OM_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>"
474 section in the Yocto Project Overview and Concepts Manual. 474 section in the Yocto Project Overview and Concepts Manual.
475 </para></listitem> 475 </para></listitem>
476 <listitem><para><emphasis>Task:</emphasis> 476 <listitem><para><emphasis>Task:</emphasis>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 01bbc1c473..0287b910a0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3017,7 +3017,7 @@
3017 <note><title>Caution</title> 3017 <note><title>Caution</title>
3018 Tasks that read from or write to this directory should 3018 Tasks that read from or write to this directory should
3019 run under 3019 run under
3020 <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. 3020 <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
3021 </note> 3021 </note>
3022 </para> 3022 </para>
3023 </glossdef> 3023 </glossdef>
@@ -3264,7 +3264,7 @@
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_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
3268 section in the Yocto Project Overview and 3268 section in the Yocto Project Overview and
3269 Concepts Manual, runtime dependencies will 3269 Concepts Manual, runtime dependencies will
3270 often be added automatically, meaning 3270 often be added automatically, meaning
@@ -3329,10 +3329,10 @@
3329 section. 3329 section.
3330 For more detail on the contents of the 3330 For more detail on the contents of the
3331 <filename>deploy</filename> directory, see the 3331 <filename>deploy</filename> directory, see the
3332 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>", 3332 "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>",
3333 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>", 3333 "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>",
3334 and 3334 and
3335 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3335 "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3336 sections all in the Yocto Project Overview and Concepts 3336 sections all in the Yocto Project Overview and Concepts
3337 Manual. 3337 Manual.
3338 </para> 3338 </para>
@@ -3373,7 +3373,7 @@
3373 <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link> 3373 <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link>
3374 task writes Debian packages into the appropriate folder. 3374 task writes Debian packages into the appropriate folder.
3375 For more information on how packaging works, see the 3375 For more information on how packaging works, see the
3376 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3376 "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3377 section in the Yocto Project Overview and Concepts Manual. 3377 section in the Yocto Project Overview and Concepts Manual.
3378 </para> 3378 </para>
3379 </glossdef> 3379 </glossdef>
@@ -3403,9 +3403,9 @@
3403 section. 3403 section.
3404 For more detail on the contents of the 3404 For more detail on the contents of the
3405 <filename>deploy</filename> directory, see the 3405 <filename>deploy</filename> directory, see the
3406 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 3406 "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>"
3407 and 3407 and
3408 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3408 "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3409 sections both in the Yocto Project Overview and Concepts 3409 sections both in the Yocto Project Overview and Concepts
3410 Manual. 3410 Manual.
3411 </para> 3411 </para>
@@ -3445,7 +3445,7 @@
3445 <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> 3445 <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link>
3446 task writes IPK packages into the appropriate folder. 3446 task writes IPK packages into the appropriate folder.
3447 For more information on how packaging works, see the 3447 For more information on how packaging works, see the
3448 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3448 "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3449 section in the Yocto Project Overview and Concepts Manual. 3449 section in the Yocto Project Overview and Concepts Manual.
3450 </para> 3450 </para>
3451 </glossdef> 3451 </glossdef>
@@ -3484,7 +3484,7 @@
3484 <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> 3484 <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link>
3485 task writes RPM packages into the appropriate folder. 3485 task writes RPM packages into the appropriate folder.
3486 For more information on how packaging works, see the 3486 For more information on how packaging works, see the
3487 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3487 "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3488 section in the Yocto Project Overview and Concepts Manual. 3488 section in the Yocto Project Overview and Concepts Manual.
3489 </para> 3489 </para>
3490 </glossdef> 3490 </glossdef>
@@ -3523,7 +3523,7 @@
3523 <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> 3523 <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link>
3524 task writes TAR packages into the appropriate folder. 3524 task writes TAR packages into the appropriate folder.
3525 For more information on how packaging works, see the 3525 For more information on how packaging works, see the
3526 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3526 "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3527 section in the Yocto Project Overview and Concepts Manual. 3527 section in the Yocto Project Overview and Concepts Manual.
3528 </para> 3528 </para>
3529 </glossdef> 3529 </glossdef>
@@ -4865,7 +4865,7 @@
4865 The previous statement appears in the 4865 The previous statement appears in the
4866 <filename>linux-yocto-dev.bbappend</filename> file, which 4866 <filename>linux-yocto-dev.bbappend</filename> file, which
4867 is found in the Yocto Project 4867 is found in the Yocto Project
4868 <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> 4868 <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
4869 in 4869 in
4870 <filename>meta-intel/common/recipes-kernel/linux</filename>. 4870 <filename>meta-intel/common/recipes-kernel/linux</filename>.
4871 Here, the machine override is a special 4871 Here, the machine override is a special
@@ -6106,7 +6106,7 @@
6106 variables. 6106 variables.
6107 You can find information on how the image 6107 You can find information on how the image
6108 is created in the 6108 is created in the
6109 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 6109 "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
6110 section in the Yocto Project Overview and Concepts Manual. 6110 section in the Yocto Project Overview and Concepts Manual.
6111 </para> 6111 </para>
6112 </glossdef> 6112 </glossdef>
@@ -7980,7 +7980,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7980 <link linkend='var-LICENSE'><filename>LICENSE</filename></link> 7980 <link linkend='var-LICENSE'><filename>LICENSE</filename></link>
7981 is set to "CLOSED").</para> 7981 is set to "CLOSED").</para>
7982 <para>For more information, see the 7982 <para>For more information, see the
7983 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" 7983 "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
7984 section in the Yocto Project Overview and Concepts Manual. 7984 section in the Yocto Project Overview and Concepts Manual.
7985 </para> 7985 </para>
7986 </glossdef> 7986 </glossdef>
@@ -8116,7 +8116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8116 require additional licenses in order to be used in a 8116 require additional licenses in order to be used in a
8117 commercial product. 8117 commercial product.
8118 For more information, see the 8118 For more information, see the
8119 "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8119 "<ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8120 section in the Yocto Project Overview and Concepts Manual. 8120 section in the Yocto Project Overview and Concepts Manual.
8121 </para> 8121 </para>
8122 </glossdef> 8122 </glossdef>
@@ -8136,7 +8136,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8136 This practice is otherwise known as "whitelisting" 8136 This practice is otherwise known as "whitelisting"
8137 license flags. 8137 license flags.
8138 For more information, see the 8138 For more information, see the
8139 <ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8139 <ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8140 section in the Yocto Project Overview and Concepts Manual. 8140 section in the Yocto Project Overview and Concepts Manual.
8141 </para> 8141 </para>
8142 </glossdef> 8142 </glossdef>
@@ -10490,7 +10490,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10490 ${STAGING_DIR_HOST}/pkgdata 10490 ${STAGING_DIR_HOST}/pkgdata
10491 </literallayout> 10491 </literallayout>
10492 For examples of how this data is used, see the 10492 For examples of how this data is used, see the
10493 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 10493 "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
10494 section in the Yocto Project Overview and Concepts Manual 10494 section in the Yocto Project Overview and Concepts Manual
10495 and the 10495 and the
10496 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" 10496 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>"
@@ -10738,11 +10738,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10738 <filename>PR</filename> to know when to rebuild a 10738 <filename>PR</filename> to know when to rebuild a
10739 recipe. 10739 recipe.
10740 The build system uses the task 10740 The build system uses the task
10741 <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> 10741 <ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>input checksums</ulink>
10742 along with the 10742 along with the
10743 <link linkend='structure-build-tmp-stamps'>stamp</link> 10743 <link linkend='structure-build-tmp-stamps'>stamp</link>
10744 and 10744 and
10745 <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink> 10745 <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>shared state cache</ulink>
10746 mechanisms. 10746 mechanisms.
10747 </note> 10747 </note>
10748 The <filename>PR</filename> variable primarily becomes 10748 The <filename>PR</filename> variable primarily becomes
@@ -11011,7 +11011,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11011 11011
11012 <para> 11012 <para>
11013 For more information, see the 11013 For more information, see the
11014 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 11014 "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
11015 section in the Yocto Project Overview and Concepts Manual. 11015 section in the Yocto Project Overview and Concepts Manual.
11016 </para> 11016 </para>
11017 </glossdef> 11017 </glossdef>
@@ -11328,7 +11328,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11328 Therefore, most recipes do not need to set 11328 Therefore, most recipes do not need to set
11329 <filename>RDEPENDS</filename>. 11329 <filename>RDEPENDS</filename>.
11330 For more information, see the 11330 For more information, see the
11331 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 11331 "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
11332 section in the Yocto Project Overview and Concepts Manual. 11332 section in the Yocto Project Overview and Concepts Manual.
11333 </para> 11333 </para>
11334 11334
@@ -13848,7 +13848,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13848 <para> 13848 <para>
13849 For information on how BitBake uses stamp files to determine 13849 For information on how BitBake uses stamp files to determine
13850 if a task should be rerun, see the 13850 if a task should be rerun, see the
13851 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" 13851 "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
13852 section in the Yocto Project Overview and Concepts Manual. 13852 section in the Yocto Project Overview and Concepts Manual.
13853 </para> 13853 </para>
13854 13854
@@ -15340,7 +15340,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15340 <para> 15340 <para>
15341 For background information on cross-development toolchains 15341 For background information on cross-development toolchains
15342 in the Yocto Project development environment, see the 15342 in the Yocto Project development environment, see the
15343 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15343 "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15344 section in the Yocto Project Overview and Concepts Manual. 15344 section in the Yocto Project Overview and Concepts Manual.
15345 For information on setting up a cross-development 15345 For information on setting up a cross-development
15346 environment, see the 15346 environment, see the
@@ -15399,7 +15399,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15399 <para> 15399 <para>
15400 For background information on cross-development toolchains 15400 For background information on cross-development toolchains
15401 in the Yocto Project development environment, see the 15401 in the Yocto Project development environment, see the
15402 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15402 "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15403 section in the Yocto Project Overview and Concepts Manual. 15403 section in the Yocto Project Overview and Concepts Manual.
15404 For information on setting up a cross-development 15404 For information on setting up a cross-development
15405 environment, see the 15405 environment, see the
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml
index 52c64d460e..8d9ca34d0a 100644
--- a/documentation/ref-manual/resources.xml
+++ b/documentation/ref-manual/resources.xml
@@ -168,7 +168,7 @@
168 </para></listitem> 168 </para></listitem>
169 <listitem><para> 169 <listitem><para>
170 <emphasis> 170 <emphasis>
171 <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>: 171 <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>:
172 </emphasis> 172 </emphasis>
173 This manual provides overview and conceptual information 173 This manual provides overview and conceptual information
174 about the Yocto Project. 174 about the Yocto Project.
@@ -216,7 +216,7 @@
216 </para></listitem> 216 </para></listitem>
217 <listitem><para> 217 <listitem><para>
218 <emphasis> 218 <emphasis>
219 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Reference Mega-Manual</ulink>: 219 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>:
220 </emphasis> 220 </emphasis>
221 This manual is simply a single HTML file comprised of the 221 This manual is simply a single HTML file comprised of the
222 bulk of the Yocto Project manuals. 222 bulk of the Yocto Project manuals.