summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 529c5ec597..2540a9df01 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -375,9 +375,9 @@
375 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> 375 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
376 <glossdef> 376 <glossdef>
377 <para>Alias names used for the recipe in various Linux distributions.</para> 377 <para>Alias names used for the recipe in various Linux distributions.</para>
378 <para>See the section 378 <para>See the
379 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>" in the Yocto Project Development Manual 379 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>"
380 for more information.</para> 380 section in the Yocto Project Development Manual for more information.</para>
381 </glossdef> 381 </glossdef>
382 </glossentry> 382 </glossentry>
383 383
@@ -421,9 +421,9 @@
421 <para> 421 <para>
422 You can safely share this directory between multiple builds on the 422 You can safely share this directory between multiple builds on the
423 same development machine. 423 same development machine.
424 For additional information on how the build process gets source files, see 424 For additional information on how the build process gets source files, see the
425 <link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>this entry</link> in 425 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>"
426 The FAQ appendix of this manual. 426 appendix.
427 </para> 427 </para>
428 </glossdef> 428 </glossdef>
429 429
@@ -635,7 +635,7 @@
635 Typically, you configure this variable in image recipes. 635 Typically, you configure this variable in image recipes.
636 Note that you can add extra features to the image by using the 636 Note that you can add extra features to the image by using the
637 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 637 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
638 See the <link linkend="ref-features-image">Reference: Images</link> section for the 638 See the "<link linkend="ref-features-image">Reference: Images</link>" section for the
639 list of features present in images built by the Yocto Project.</para> 639 list of features present in images built by the Yocto Project.</para>
640 </glossdef> 640 </glossdef>
641 </glossentry> 641 </glossentry>
@@ -1022,7 +1022,7 @@
1022 </para> 1022 </para>
1023 <para> 1023 <para>
1024 This variable is similar to the 1024 This variable is similar to the
1025 <link linkend='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</link> 1025 <filename><link linkend='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</link></filename>
1026 variable with the exception that the package being built has a build 1026 variable with the exception that the package being built has a build
1027 dependency on the variable's list of packages. 1027 dependency on the variable's list of packages.
1028 In other words, the image will not build if a file in this list is not found. 1028 In other words, the image will not build if a file in this list is not found.
@@ -1052,7 +1052,7 @@
1052 </para> 1052 </para>
1053 <para> 1053 <para>
1054 This variable is similar to the 1054 This variable is similar to the
1055 <link linkend='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</link> 1055 <filename><link linkend='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</link></filename>
1056 variable with the exception that the package being built does not have a build 1056 variable with the exception that the package being built does not have a build
1057 dependency on the variable's list of packages. 1057 dependency on the variable's list of packages.
1058 In other words, the image will build if a file in this list is not found. 1058 In other words, the image will build if a file in this list is not found.
@@ -1100,7 +1100,7 @@
1100 </para> 1100 </para>
1101 <para> 1101 <para>
1102 This variable is similar to the 1102 This variable is similar to the
1103 <link linkend='var-MACHINE_EXTRA_RRECOMMENDS'>MACHINE_EXTRA_RRECOMMENDS</link> 1103 <filename><link linkend='var-MACHINE_EXTRA_RRECOMMENDS'>MACHINE_EXTRA_RRECOMMENDS</link></filename>
1104 variable with the exception that the package being built has a build 1104 variable with the exception that the package being built has a build
1105 dependency on the variable's list of packages. 1105 dependency on the variable's list of packages.
1106 In other words, the image will not build if a file in this list is not found. 1106 In other words, the image will not build if a file in this list is not found.
@@ -1137,7 +1137,7 @@
1137 </para> 1137 </para>
1138 <para> 1138 <para>
1139 This variable is similar to the 1139 This variable is similar to the
1140 <link linkend='var-MACHINE_EXTRA_RDEPENDS'>MACHINE_EXTRA_RDEPENDS</link> 1140 <filename><link linkend='var-MACHINE_EXTRA_RDEPENDS'>MACHINE_EXTRA_RDEPENDS</link></filename>
1141 variable with the exception that the package being built does not have a build 1141 variable with the exception that the package being built does not have a build
1142 dependency on the variable's list of packages. 1142 dependency on the variable's list of packages.
1143 In other words, the image will build if a file in this list is not found. 1143 In other words, the image will build if a file in this list is not found.
@@ -1426,7 +1426,7 @@
1426 The package being built does not depend on this list of packages in 1426 The package being built does not depend on this list of packages in
1427 order to successfully build, but needs them for the extended usability. 1427 order to successfully build, but needs them for the extended usability.
1428 To specify runtime dependencies for packages, see the 1428 To specify runtime dependencies for packages, see the
1429 <link linkend='var-RDEPENDS'>RDEPENDS</link> variable. 1429 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variable.
1430 </para> 1430 </para>
1431 <para> 1431 <para>
1432 The Yocto Project build process automatically installs the list of packages 1432 The Yocto Project build process automatically installs the list of packages
@@ -1468,8 +1468,10 @@
1468 <glossdef> 1468 <glossdef>
1469 <para> 1469 <para>
1470 The path to unpacked sources. 1470 The path to unpacked sources.
1471 By default, this path is 1471 By default, this path is as follows:
1472 "${<link linkend='var-WORKDIR'>WORKDIR</link>}/${<link linkend='var-PN'>PN</link>}-${<link linkend='var-PV'>PV</link>}". 1472 <literallayout class='monospaced'>
1473 ${<link linkend='var-WORKDIR'>WORKDIR</link>}/${<link linkend='var-PN'>PN</link>}-${<link linkend='var-PV'>PV</link>}
1474 </literallayout>
1473 </para> 1475 </para>
1474 </glossdef> 1476 </glossdef>
1475 </glossentry> 1477 </glossentry>