diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/faq.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/migration.xml | 6 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-bitbake.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-images.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-release-process.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-structure.xml | 6 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 34 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-terms.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 50 | ||||
| -rw-r--r-- | documentation/ref-manual/resources.xml | 2 |
12 files changed, 63 insertions, 63 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index ddb5078454..ecc866cdb3 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_OVERVIEW_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 Yocto Project Overview Manual 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>" | 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 | section in the Yocto Project Development Tasks Manual. | 423 | section in the Yocto Project Development Tasks Manual. |
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 01c5a982e2..bccbeed3b9 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_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink>. | 296 | <ulink url='&YOCTO_DOCS_GS_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_OVERVIEW_URL;#git'>Git</ulink> version | 1751 | <ulink url='&YOCTO_DOCS_GS_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_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink>. | 4041 | <ulink url='&YOCTO_DOCS_GS_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-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index 7d1dd48128..e848de81b3 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml | |||
| @@ -350,7 +350,7 @@ | |||
| 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_OVERVIEW_URL;#overview-checksums'>Checksums (Signatures)</ulink>" | 353 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>Checksums (Signatures)</ulink>" |
| 354 | section in the Yocto Project Overview Manual. | 354 | section in the Yocto Project Overview Manual. |
| 355 | </note> | 355 | </note> |
| 356 | </section> | 356 | </section> |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3b7ac31e6a..39d740d7d4 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_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 571 | "<ulink url='&YOCTO_DOCS_GS_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 Overview Manual for more discussion on |
| 573 | these cross-compilation tools. | 573 | 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_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 585 | "<ulink url='&YOCTO_DOCS_GS_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 Overview Manual for more discussion on |
| 587 | these cross-compilation tools. | 587 | 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 2725 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 2726 | section in the Yocto Project Overview Manual. | 2726 | section in the Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_URL;#shared-state-cache'>Shared State Cache</ulink>" | 3185 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" |
| 3186 | section in the Yocto Project Overview Manual. | 3186 | section in the Yocto Project Overview 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 fd6d5aabe9..58f33cda2a 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_OVERVIEW_URL;#wayland'>Wayland</ulink>" | 154 | "<ulink url='&YOCTO_DOCS_GS_URL;#wayland'>Wayland</ulink>" |
| 155 | section in the Yocto Project Overview Manual. | 155 | section in the Yocto Project Overview 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 1b36932e21..d8ead1399b 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_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. | 64 | <ulink url='&YOCTO_DOCS_GS_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_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink>. | 220 | <ulink url='&YOCTO_DOCS_GS_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 7a2371d8b3..1dff8f81f9 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_OVERVIEW_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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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 baeb116a26..4e4e0de514 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_OVERVIEW_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 Yocto Project Overview Manual. |
| 26 | </para> | 26 | </para> |
| 27 | 27 | ||
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 4fa64c0d60..262dec8311 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. | 271 | <ulink url='&YOCTO_DOCS_GS_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_OVERVIEW_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 345 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
| 346 | section in the Yocto Project Overview Manual. | 346 | section in the Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview Manual for more information. |
| 436 | </para> | 436 | </para> |
| 437 | </section> | 437 | </section> |
| @@ -451,7 +451,7 @@ | |||
| 451 | <para> | 451 | <para> |
| 452 | Creates the file and directory structure for an installable SDK. | 452 | Creates the file and directory structure for an installable SDK. |
| 453 | See the | 453 | See the |
| 454 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" | 454 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" |
| 455 | section in the Yocto Project Overview Manual for more information. | 455 | section in the Yocto Project Overview Manual for more information. |
| 456 | </para> | 456 | </para> |
| 457 | </section> | 457 | </section> |
| @@ -538,7 +538,7 @@ | |||
| 538 | <link linkend='var-S'><filename>S</filename></link> variable also | 538 | <link linkend='var-S'><filename>S</filename></link> variable also |
| 539 | plays a role in where unpacked source files ultimately reside. | 539 | plays a role in where unpacked source files ultimately reside. |
| 540 | For more information on how source files are unpacked, see the | 540 | For more information on how source files are unpacked, see the |
| 541 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" | 541 | "<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 | 542 | section in the Yocto Project Overview Manual and also see the |
| 543 | <filename>WORKDIR</filename> and | 543 | <filename>WORKDIR</filename> and |
| 544 | <filename>S</filename> variable descriptions. | 544 | <filename>S</filename> variable descriptions. |
| @@ -628,7 +628,7 @@ | |||
| 628 | 628 | ||
| 629 | <para> | 629 | <para> |
| 630 | Running this task does not remove the | 630 | Running this task does not remove the |
| 631 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink> | 631 | <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink> |
| 632 | cache files. | 632 | cache files. |
| 633 | Consequently, if no changes have been made and the recipe is | 633 | Consequently, if no changes have been made and the recipe is |
| 634 | rebuilt after cleaning, output files are simply restored from the | 634 | rebuilt after cleaning, output files are simply restored from the |
| @@ -645,7 +645,7 @@ | |||
| 645 | 645 | ||
| 646 | <para> | 646 | <para> |
| 647 | Removes all output files, shared state | 647 | Removes all output files, shared state |
| 648 | (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>) | 648 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) |
| 649 | cache, and downloaded source files for a target (i.e. the contents | 649 | cache, and downloaded source files for a target (i.e. the contents |
| 650 | of | 650 | of |
| 651 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). | 651 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). |
| @@ -676,13 +676,13 @@ | |||
| 676 | 676 | ||
| 677 | <para> | 677 | <para> |
| 678 | Removes all output files and shared state | 678 | Removes all output files and shared state |
| 679 | (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>) | 679 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) |
| 680 | cache for a target. | 680 | cache for a target. |
| 681 | Essentially, the <filename>do_cleansstate</filename> task is | 681 | Essentially, the <filename>do_cleansstate</filename> task is |
| 682 | identical to the | 682 | identical to the |
| 683 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> | 683 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> |
| 684 | task with the added removal of shared state | 684 | task with the added removal of shared state |
| 685 | (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>) | 685 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) |
| 686 | cache. | 686 | cache. |
| 687 | </para> | 687 | </para> |
| 688 | 688 | ||
| @@ -760,7 +760,7 @@ | |||
| 760 | 760 | ||
| 761 | <para> | 761 | <para> |
| 762 | Creates or updates the index in the | 762 | Creates or updates the index in the |
| 763 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#package-feeds-dev-environment'>Package Feeds</ulink> | 763 | <ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink> |
| 764 | area. | 764 | area. |
| 765 | <note> | 765 | <note> |
| 766 | This task is not triggered with the | 766 | This task is not triggered with the |
| @@ -812,7 +812,7 @@ | |||
| 812 | Creates the root filesystem (file and directory structure) for an | 812 | Creates the root filesystem (file and directory structure) for an |
| 813 | image. | 813 | image. |
| 814 | See the | 814 | See the |
| 815 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 815 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
| 816 | section in the Yocto Project Overview Manual for more information | 816 | section in the Yocto Project Overview Manual for more information |
| 817 | on how the root filesystem is created. | 817 | on how the root filesystem is created. |
| 818 | </para> | 818 | </para> |
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index 237e765202..9e38e98693 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
| @@ -181,7 +181,7 @@ | |||
| 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_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 184 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 185 | section in the Yocto Project Overview Manual. | 185 | section in the Yocto Project Overview 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 |
| @@ -399,7 +399,7 @@ | |||
| 399 | 399 | ||
| 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_OVERVIEW_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 Yocto Project Overview Manual. |
| 404 | </para></listitem> | 404 | </para></listitem> |
| 405 | <listitem><para><emphasis>Task:</emphasis> | 405 | <listitem><para><emphasis>Task:</emphasis> |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 334336880b..f09e0b6ae4 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_OVERVIEW_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. | 3020 | <ulink url='&YOCTO_DOCS_GS_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_OVERVIEW_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3267 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
| 3268 | section in the Yocto Project Overview Manual, | 3268 | section in the Yocto Project Overview Manual, |
| 3269 | runtime dependencies will often be | 3269 | runtime dependencies will often be |
| 3270 | added automatically, meaning | 3270 | added automatically, meaning |
| @@ -3329,11 +3329,11 @@ | |||
| 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_OVERVIEW_URL;#images-dev-environment'>Images</ulink>" | 3332 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" |
| 3333 | section, the | 3333 | section, the |
| 3334 | "<ulink url='&YOCTO_DOCS_OVERVIEW_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_OVERVIEW_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 Yocto Project Overview Manual. |
| 3338 | </para> | 3338 | </para> |
| 3339 | </glossdef> | 3339 | </glossdef> |
| @@ -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_OVERVIEW_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3376 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
| 3377 | section in the Yocto Project Overview Manual. | 3377 | section in the Yocto Project Overview 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_OVERVIEW_URL;#images-dev-environment'>Images</ulink>" | 3406 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" |
| 3407 | and | 3407 | and |
| 3408 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#sdk-dev-environment'>Application Development SDK</ulink>" | 3408 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" |
| 3409 | sections both in the Yocto Project Overview Manual. | 3409 | sections both in the Yocto Project Overview Manual. |
| 3410 | </para> | 3410 | </para> |
| 3411 | </glossdef> | 3411 | </glossdef> |
| @@ -3444,7 +3444,7 @@ | |||
| 3444 | <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> | 3444 | <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> |
| 3445 | task writes IPK packages into the appropriate folder. | 3445 | task writes IPK packages into the appropriate folder. |
| 3446 | For more information on how packaging works, see the | 3446 | For more information on how packaging works, see the |
| 3447 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3447 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
| 3448 | section in the Yocto Project Overview Manual. | 3448 | section in the Yocto Project Overview Manual. |
| 3449 | </para> | 3449 | </para> |
| 3450 | </glossdef> | 3450 | </glossdef> |
| @@ -3483,7 +3483,7 @@ | |||
| 3483 | <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> | 3483 | <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> |
| 3484 | task writes RPM packages into the appropriate folder. | 3484 | task writes RPM packages into the appropriate folder. |
| 3485 | For more information on how packaging works, see the | 3485 | For more information on how packaging works, see the |
| 3486 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3486 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
| 3487 | section. | 3487 | section. |
| 3488 | </para> | 3488 | </para> |
| 3489 | </glossdef> | 3489 | </glossdef> |
| @@ -3522,7 +3522,7 @@ | |||
| 3522 | <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> | 3522 | <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> |
| 3523 | task writes TAR packages into the appropriate folder. | 3523 | task writes TAR packages into the appropriate folder. |
| 3524 | For more information on how packaging works, see the | 3524 | For more information on how packaging works, see the |
| 3525 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3525 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
| 3526 | section in the Yocto Project Overview Manual. | 3526 | section in the Yocto Project Overview Manual. |
| 3527 | </para> | 3527 | </para> |
| 3528 | </glossdef> | 3528 | </glossdef> |
| @@ -4864,7 +4864,7 @@ | |||
| 4864 | The previous statement appears in the | 4864 | The previous statement appears in the |
| 4865 | <filename>linux-yocto-dev.bbappend</filename> file, which | 4865 | <filename>linux-yocto-dev.bbappend</filename> file, which |
| 4866 | is found in the Yocto Project | 4866 | is found in the Yocto Project |
| 4867 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink> | 4867 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> |
| 4868 | in | 4868 | in |
| 4869 | <filename>meta-intel/common/recipes-kernel/linux</filename>. | 4869 | <filename>meta-intel/common/recipes-kernel/linux</filename>. |
| 4870 | Here, the machine override is a special | 4870 | Here, the machine override is a special |
| @@ -6084,7 +6084,7 @@ | |||
| 6084 | variables. | 6084 | variables. |
| 6085 | You can find information on how the image | 6085 | You can find information on how the image |
| 6086 | is created in the | 6086 | is created in the |
| 6087 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 6087 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
| 6088 | section in the Yocto Project Overview Manual. | 6088 | section in the Yocto Project Overview Manual. |
| 6089 | </para> | 6089 | </para> |
| 6090 | </glossdef> | 6090 | </glossdef> |
| @@ -7911,7 +7911,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 7911 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link> | 7911 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link> |
| 7912 | is set to "CLOSED").</para> | 7912 | is set to "CLOSED").</para> |
| 7913 | <para>For more information, see the | 7913 | <para>For more information, see the |
| 7914 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 7914 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
| 7915 | section in the Yocto Project Overview Manual. | 7915 | section in the Yocto Project Overview Manual. |
| 7916 | </para> | 7916 | </para> |
| 7917 | </glossdef> | 7917 | </glossdef> |
| @@ -8047,7 +8047,7 @@ 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 | 8047 | require additional licenses in order to be used in a |
| 8048 | commercial product. | 8048 | commercial product. |
| 8049 | For more information, see the | 8049 | For more information, see the |
| 8050 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 8050 | "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
| 8051 | section in the Yocto Project Overview Manual. | 8051 | section in the Yocto Project Overview Manual. |
| 8052 | </para> | 8052 | </para> |
| 8053 | </glossdef> | 8053 | </glossdef> |
| @@ -8067,7 +8067,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 8067 | This practice is otherwise known as "whitelisting" | 8067 | This practice is otherwise known as "whitelisting" |
| 8068 | license flags. | 8068 | license flags. |
| 8069 | For more information, see the | 8069 | For more information, see the |
| 8070 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 8070 | <ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
| 8071 | section in the Yocto Project Overview Manual. | 8071 | section in the Yocto Project Overview Manual. |
| 8072 | </para> | 8072 | </para> |
| 8073 | </glossdef> | 8073 | </glossdef> |
| @@ -10412,7 +10412,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10412 | ${STAGING_DIR_HOST}/pkgdata | 10412 | ${STAGING_DIR_HOST}/pkgdata |
| 10413 | </literallayout> | 10413 | </literallayout> |
| 10414 | For examples of how this data is used, see the | 10414 | For examples of how this data is used, see the |
| 10415 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 10415 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
| 10416 | section in the Yocto Project Overview Manual and the | 10416 | section in the Yocto Project Overview 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>" | 10417 | "<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. | 10418 | section in the Yocto Project Development Tasks Manual. |
| @@ -10659,11 +10659,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10659 | <filename>PR</filename> to know when to rebuild a | 10659 | <filename>PR</filename> to know when to rebuild a |
| 10660 | recipe. | 10660 | recipe. |
| 10661 | The build system uses the task | 10661 | The build system uses the task |
| 10662 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#overview-checksums'>input checksums</ulink> | 10662 | <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> |
| 10663 | along with the | 10663 | along with the |
| 10664 | <link linkend='structure-build-tmp-stamps'>stamp</link> | 10664 | <link linkend='structure-build-tmp-stamps'>stamp</link> |
| 10665 | and | 10665 | and |
| 10666 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>shared state cache</ulink> | 10666 | <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink> |
| 10667 | mechanisms. | 10667 | mechanisms. |
| 10668 | </note> | 10668 | </note> |
| 10669 | The <filename>PR</filename> variable primarily becomes | 10669 | The <filename>PR</filename> variable primarily becomes |
| @@ -10715,7 +10715,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10715 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 10715 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
| 10716 | </literallayout> | 10716 | </literallayout> |
| 10717 | For more information, see the | 10717 | For more information, see the |
| 10718 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>" | 10718 | "<ulink url='&YOCTO_DOCS_GS_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>" |
| 10719 | section in the Yocto Project Overview Manual. | 10719 | section in the Yocto Project Overview Manual. |
| 10720 | <note> | 10720 | <note> |
| 10721 | If you set <filename>PREFERRED_PROVIDER</filename> | 10721 | If you set <filename>PREFERRED_PROVIDER</filename> |
| @@ -10919,7 +10919,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10919 | 10919 | ||
| 10920 | <para> | 10920 | <para> |
| 10921 | For more information, see the | 10921 | For more information, see the |
| 10922 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 10922 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
| 10923 | section in the Yocto Project Overview Manual. | 10923 | section in the Yocto Project Overview Manual. |
| 10924 | </para> | 10924 | </para> |
| 10925 | </glossdef> | 10925 | </glossdef> |
| @@ -11236,7 +11236,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 11236 | Therefore, most recipes do not need to set | 11236 | Therefore, most recipes do not need to set |
| 11237 | <filename>RDEPENDS</filename>. | 11237 | <filename>RDEPENDS</filename>. |
| 11238 | For more information, see the | 11238 | For more information, see the |
| 11239 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 11239 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
| 11240 | section in the Yocto Project Overview Manual. | 11240 | section in the Yocto Project Overview Manual. |
| 11241 | </para> | 11241 | </para> |
| 11242 | 11242 | ||
| @@ -13695,7 +13695,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13695 | <para> | 13695 | <para> |
| 13696 | For information on how BitBake uses stamp files to determine | 13696 | For information on how BitBake uses stamp files to determine |
| 13697 | if a task should be rerun, see the | 13697 | if a task should be rerun, see the |
| 13698 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 13698 | "<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. | 13699 | section in the Yocto Project Overview Manual. |
| 13700 | </para> | 13700 | </para> |
| 13701 | 13701 | ||
| @@ -15187,7 +15187,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15187 | <para> | 15187 | <para> |
| 15188 | For background information on cross-development toolchains | 15188 | For background information on cross-development toolchains |
| 15189 | in the Yocto Project development environment, see the | 15189 | in the Yocto Project development environment, see the |
| 15190 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 15190 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 15191 | section in the Yocto Project Overview Manual. | 15191 | section in the Yocto Project Overview Manual. |
| 15192 | For information on setting up a cross-development | 15192 | For information on setting up a cross-development |
| 15193 | environment, see the | 15193 | environment, see the |
| @@ -15246,7 +15246,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15246 | <para> | 15246 | <para> |
| 15247 | For background information on cross-development toolchains | 15247 | For background information on cross-development toolchains |
| 15248 | in the Yocto Project development environment, see the | 15248 | in the Yocto Project development environment, see the |
| 15249 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 15249 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
| 15250 | section in the Yocto Project Overview Manual. | 15250 | section in the Yocto Project Overview Manual. |
| 15251 | For information on setting up a cross-development | 15251 | For information on setting up a cross-development |
| 15252 | environment, see the | 15252 | environment, see the |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 3076de2e5e..09feddd29f 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
| @@ -167,7 +167,7 @@ | |||
| 167 | </para></listitem> | 167 | </para></listitem> |
| 168 | <listitem><para> | 168 | <listitem><para> |
| 169 | <emphasis> | 169 | <emphasis> |
| 170 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;'>Yocto Project Overview Manual</ulink>: | 170 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview Manual</ulink>: |
| 171 | </emphasis> | 171 | </emphasis> |
| 172 | This manual introduces the Yocto Project, provides development | 172 | This manual introduces the Yocto Project, provides development |
| 173 | environment basics, and explains Yocto Project concepts. | 173 | environment basics, and explains Yocto Project concepts. |
