diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 83706ab551..d0c02d392b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9432,6 +9432,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9432 | versioning scheme changes in some backwards incompatible | 9432 | versioning scheme changes in some backwards incompatible |
9433 | way. | 9433 | way. |
9434 | </para> | 9434 | </para> |
9435 | |||
9436 | <para> | ||
9437 | <filename>PE</filename> is the default value of the | ||
9438 | <link linkend='var-PKGE'><filename>PKGE</filename></link> | ||
9439 | variable. | ||
9440 | </para> | ||
9435 | </glossdef> | 9441 | </glossdef> |
9436 | </glossentry> | 9442 | </glossentry> |
9437 | 9443 | ||
@@ -9647,13 +9653,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9647 | 9653 | ||
9648 | <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> | 9654 | <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> |
9649 | <info> | 9655 | <info> |
9650 | PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." | 9656 | PKGV[doc] = "The version of the output package built by the recipe." |
9651 | </info> | 9657 | </info> |
9652 | <glossdef> | 9658 | <glossdef> |
9653 | <para role="glossdeffirst"> | 9659 | <para role="glossdeffirst"> |
9654 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9660 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9655 | The version of the output package built by the | 9661 | The version of the output package built by the |
9656 | OpenEmbedded build system. | 9662 | recipe. |
9657 | By default, <filename>PKGV</filename> is set to | 9663 | By default, <filename>PKGV</filename> is set to |
9658 | <link linkend='var-PV'><filename>PV</filename></link>. | 9664 | <link linkend='var-PV'><filename>PV</filename></link>. |
9659 | </para> | 9665 | </para> |
@@ -9802,9 +9808,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9802 | The OpenEmbedded build system does not need the aid of | 9808 | The OpenEmbedded build system does not need the aid of |
9803 | <filename>PR</filename> to know when to rebuild a | 9809 | <filename>PR</filename> to know when to rebuild a |
9804 | recipe. | 9810 | recipe. |
9805 | The build system uses | 9811 | The build system uses the task |
9806 | <link linkend='var-STAMP'><filename>STAMP</filename></link> | 9812 | <ulink url='&YOCTO_DOCS_BB_URL;#checksums'>input checksums</ulink> |
9807 | and the | 9813 | along with the |
9814 | <link linkend='structure-build-tmp-stamps'>stamp</link> | ||
9815 | and | ||
9808 | <link linkend='shared-state-cache'>shared state cache</link> | 9816 | <link linkend='shared-state-cache'>shared state cache</link> |
9809 | mechanisms. | 9817 | mechanisms. |
9810 | </note> | 9818 | </note> |
@@ -10162,12 +10170,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10162 | The version of the recipe. | 10170 | The version of the recipe. |
10163 | The version is normally extracted from the recipe filename. | 10171 | The version is normally extracted from the recipe filename. |
10164 | For example, if the recipe is named | 10172 | For example, if the recipe is named |
10165 | <filename>expat_2.0.1.bb</filename>, then the default value of <filename>PV</filename> | 10173 | <filename>expat_2.0.1.bb</filename>, then the default value |
10166 | will be "2.0.1". | 10174 | of <filename>PV</filename> will be "2.0.1". |
10167 | <filename>PV</filename> is generally not overridden within | 10175 | <filename>PV</filename> is generally not overridden within |
10168 | a recipe unless it is building an unstable (i.e. development) version from a source code repository | 10176 | a recipe unless it is building an unstable (i.e. |
10177 | development) version from a source code repository | ||
10169 | (e.g. Git or Subversion). | 10178 | (e.g. Git or Subversion). |
10170 | </para> | 10179 | </para> |
10180 | |||
10181 | <para> | ||
10182 | <filename>PV</filename> is the default value of the | ||
10183 | <link linkend='var-PKGV'><filename>PKGV</filename></link> | ||
10184 | variable. | ||
10185 | </para> | ||
10171 | </glossdef> | 10186 | </glossdef> |
10172 | </glossentry> | 10187 | </glossentry> |
10173 | 10188 | ||