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.xml48
1 files changed, 24 insertions, 24 deletions
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