summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml58
1 files changed, 30 insertions, 28 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f09e0b6ae4..68b2daaa1e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3264,8 +3264,8 @@
3264 add any runtime dependencies between the 3264 add any runtime dependencies between the
3265 packages produced by the two recipes. 3265 packages produced by the two recipes.
3266 However, as explained in the 3266 However, as explained in the
3267 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 3267 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
3268 section in the Yocto Project Overview Manual, 3268 section in the Yocto Project Concepts Manual,
3269 runtime dependencies will often be 3269 runtime dependencies will often be
3270 added automatically, meaning 3270 added automatically, meaning
3271 <filename>DEPENDS</filename> alone is 3271 <filename>DEPENDS</filename> alone is
@@ -3334,7 +3334,8 @@
3334 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3334 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3335 section, and the 3335 section, and the
3336 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3336 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3337 sections all in the Yocto Project Overview Manual. 3337 sections all in the Getting Started With Yocto Project
3338 Manual.
3338 </para> 3339 </para>
3339 </glossdef> 3340 </glossdef>
3340 </glossentry> 3341 </glossentry>
@@ -3374,7 +3375,7 @@
3374 task writes Debian packages into the appropriate folder. 3375 task writes Debian packages into the appropriate folder.
3375 For more information on how packaging works, see the 3376 For more information on how packaging works, see the
3376 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3377 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3377 section in the Yocto Project Overview Manual. 3378 section in the Getting Started With Yocto Project Manual.
3378 </para> 3379 </para>
3379 </glossdef> 3380 </glossdef>
3380 </glossentry> 3381 </glossentry>
@@ -3406,7 +3407,8 @@
3406 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 3407 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
3407 and 3408 and
3408 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" 3409 "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
3409 sections both in the Yocto Project Overview Manual. 3410 sections both in the Getting Started With Yocto Project
3411 Manual.
3410 </para> 3412 </para>
3411 </glossdef> 3413 </glossdef>
3412 </glossentry> 3414 </glossentry>
@@ -3445,7 +3447,7 @@
3445 task writes IPK packages into the appropriate folder. 3447 task writes IPK packages into the appropriate folder.
3446 For more information on how packaging works, see the 3448 For more information on how packaging works, see the
3447 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3449 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3448 section in the Yocto Project Overview Manual. 3450 section in the Getting Started With Yocto Project Manual.
3449 </para> 3451 </para>
3450 </glossdef> 3452 </glossdef>
3451 </glossentry> 3453 </glossentry>
@@ -3523,7 +3525,7 @@
3523 task writes TAR packages into the appropriate folder. 3525 task writes TAR packages into the appropriate folder.
3524 For more information on how packaging works, see the 3526 For more information on how packaging works, see the
3525 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" 3527 "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
3526 section in the Yocto Project Overview Manual. 3528 section in the Getting Started With Yocto Project Manual.
3527 </para> 3529 </para>
3528 </glossdef> 3530 </glossdef>
3529 </glossentry> 3531 </glossentry>
@@ -6085,7 +6087,7 @@
6085 You can find information on how the image 6087 You can find information on how the image
6086 is created in the 6088 is created in the
6087 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" 6089 "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
6088 section in the Yocto Project Overview Manual. 6090 section in the Getting Started With Yocto Project Manual.
6089 </para> 6091 </para>
6090 </glossdef> 6092 </glossdef>
6091 </glossentry> 6093 </glossentry>
@@ -7911,8 +7913,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7911 <link linkend='var-LICENSE'><filename>LICENSE</filename></link> 7913 <link linkend='var-LICENSE'><filename>LICENSE</filename></link>
7912 is set to "CLOSED").</para> 7914 is set to "CLOSED").</para>
7913 <para>For more information, see the 7915 <para>For more information, see the
7914 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" 7916 "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
7915 section in the Yocto Project Overview Manual. 7917 section in the Yocto Project Concepts Manual.
7916 </para> 7918 </para>
7917 </glossdef> 7919 </glossdef>
7918 </glossentry> 7920 </glossentry>
@@ -8047,8 +8049,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8047 require additional licenses in order to be used in a 8049 require additional licenses in order to be used in a
8048 commercial product. 8050 commercial product.
8049 For more information, see the 8051 For more information, see the
8050 "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8052 "<ulink url='&YOCTO_DOCS_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8051 section in the Yocto Project Overview Manual. 8053 section in the Yocto Project Concepts Manual.
8052 </para> 8054 </para>
8053 </glossdef> 8055 </glossdef>
8054 </glossentry> 8056 </glossentry>
@@ -8067,8 +8069,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8067 This practice is otherwise known as "whitelisting" 8069 This practice is otherwise known as "whitelisting"
8068 license flags. 8070 license flags.
8069 For more information, see the 8071 For more information, see the
8070 <ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" 8072 <ulink url='&YOCTO_DOCS_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
8071 section in the Yocto Project Overview Manual. 8073 section in the Yocto Project Concepts Manual.
8072 </para> 8074 </para>
8073 </glossdef> 8075 </glossdef>
8074 </glossentry> 8076 </glossentry>
@@ -10412,8 +10414,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10412 ${STAGING_DIR_HOST}/pkgdata 10414 ${STAGING_DIR_HOST}/pkgdata
10413 </literallayout> 10415 </literallayout>
10414 For examples of how this data is used, see the 10416 For examples of how this data is used, see the
10415 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 10417 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
10416 section in the Yocto Project Overview Manual and the 10418 section in the Yocto Project Concepts Manual and the
10417 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" 10419 "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>"
10418 section in the Yocto Project Development Tasks Manual. 10420 section in the Yocto Project Development Tasks Manual.
10419 </para> 10421 </para>
@@ -10659,7 +10661,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10659 <filename>PR</filename> to know when to rebuild a 10661 <filename>PR</filename> to know when to rebuild a
10660 recipe. 10662 recipe.
10661 The build system uses the task 10663 The build system uses the task
10662 <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> 10664 <ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>input checksums</ulink>
10663 along with the 10665 along with the
10664 <link linkend='structure-build-tmp-stamps'>stamp</link> 10666 <link linkend='structure-build-tmp-stamps'>stamp</link>
10665 and 10667 and
@@ -10715,8 +10717,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10715 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 10717 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
10716 </literallayout> 10718 </literallayout>
10717 For more information, see the 10719 For more information, see the
10718 "<ulink url='&YOCTO_DOCS_GS_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>" 10720 "<ulink url='&YOCTO_DOCS_CM_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>"
10719 section in the Yocto Project Overview Manual. 10721 section in the Yocto Project Concepts Manual.
10720 <note> 10722 <note>
10721 If you set <filename>PREFERRED_PROVIDER</filename> 10723 If you set <filename>PREFERRED_PROVIDER</filename>
10722 for a <filename>virtual/*</filename> item, then any 10724 for a <filename>virtual/*</filename> item, then any
@@ -10919,8 +10921,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10919 10921
10920 <para> 10922 <para>
10921 For more information, see the 10923 For more information, see the
10922 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 10924 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
10923 section in the Yocto Project Overview Manual. 10925 section in the Yocto Project Concepts Manual.
10924 </para> 10926 </para>
10925 </glossdef> 10927 </glossdef>
10926 </glossentry> 10928 </glossentry>
@@ -11236,8 +11238,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11236 Therefore, most recipes do not need to set 11238 Therefore, most recipes do not need to set
11237 <filename>RDEPENDS</filename>. 11239 <filename>RDEPENDS</filename>.
11238 For more information, see the 11240 For more information, see the
11239 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 11241 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
11240 section in the Yocto Project Overview Manual. 11242 section in the Yocto Project Concepts Manual.
11241 </para> 11243 </para>
11242 11244
11243 <para> 11245 <para>
@@ -13696,7 +13698,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13696 For information on how BitBake uses stamp files to determine 13698 For information on how BitBake uses stamp files to determine
13697 if a task should be rerun, see the 13699 if a task should be rerun, see the
13698 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" 13700 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
13699 section in the Yocto Project Overview Manual. 13701 section in the Getting Started With Yocto Project Manual.
13700 </para> 13702 </para>
13701 13703
13702 <para> 13704 <para>
@@ -15187,8 +15189,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15187 <para> 15189 <para>
15188 For background information on cross-development toolchains 15190 For background information on cross-development toolchains
15189 in the Yocto Project development environment, see the 15191 in the Yocto Project development environment, see the
15190 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15192 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15191 section in the Yocto Project Overview Manual. 15193 section in the Yocto Project Concepts Manual.
15192 For information on setting up a cross-development 15194 For information on setting up a cross-development
15193 environment, see the 15195 environment, see the
15194 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> 15196 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
@@ -15246,8 +15248,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
15246 <para> 15248 <para>
15247 For background information on cross-development toolchains 15249 For background information on cross-development toolchains
15248 in the Yocto Project development environment, see the 15250 in the Yocto Project development environment, see the
15249 "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" 15251 "<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
15250 section in the Yocto Project Overview Manual. 15252 section in the Yocto Project Concepts Manual.
15251 For information on setting up a cross-development 15253 For information on setting up a cross-development
15252 environment, see the 15254 environment, see the
15253 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> 15255 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>