diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-10 16:26:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 16:50:11 +0100 |
| commit | 743106f3926b0128b3235975c434db39af16a634 (patch) | |
| tree | 54482781c56780a6d5160fa9a508daf0286b3d03 | |
| parent | de623774153faa421203c8d1116b351596bea917 (diff) | |
| download | poky-743106f3926b0128b3235975c434db39af16a634.tar.gz | |
ref-manual: Re-ordered some P* variables in the glossary.
Some things were not in alphabetical order.
(From yocto-docs rev: e7d96d5eecaa74d680a4495a21f86a7776852c48)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cb1a2913fc..a27f43fbcf 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3647,6 +3647,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 3647 | </glossdef> | 3647 | </glossdef> |
| 3648 | </glossentry> | 3648 | </glossentry> |
| 3649 | 3649 | ||
| 3650 | <glossentry id='var-PE'><glossterm>PE</glossterm> | ||
| 3651 | <glossdef> | ||
| 3652 | <para> | ||
| 3653 | the epoch of the recipe. | ||
| 3654 | By default, this variable is unset. | ||
| 3655 | The field is used to make upgrades possible when the | ||
| 3656 | versioning scheme changes in some backwards incompatible | ||
| 3657 | way. | ||
| 3658 | </para> | ||
| 3659 | </glossdef> | ||
| 3660 | </glossentry> | ||
| 3661 | |||
| 3650 | <glossentry id='var-PF'><glossterm>PF</glossterm> | 3662 | <glossentry id='var-PF'><glossterm>PF</glossterm> |
| 3651 | <glossdef> | 3663 | <glossdef> |
| 3652 | <para>Specifies the recipe or package name and includes all version and revision | 3664 | <para>Specifies the recipe or package name and includes all version and revision |
| @@ -3758,6 +3770,46 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 3758 | </glossdef> | 3770 | </glossdef> |
| 3759 | </glossentry> | 3771 | </glossentry> |
| 3760 | 3772 | ||
| 3773 | <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> | ||
| 3774 | <glossdef> | ||
| 3775 | <para> | ||
| 3776 | If multiple recipes provide an item, this variable | ||
| 3777 | determines which recipe should be given preference. | ||
| 3778 | You should always suffix the variable with the name of the | ||
| 3779 | provided item, and you should set it to the | ||
| 3780 | <link linkend='var-PN'><filename>PN</filename></link> | ||
| 3781 | of the recipe to which you want to give precedence. | ||
| 3782 | Here is an example: | ||
| 3783 | <literallayout class='monospaced'> | ||
| 3784 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" | ||
| 3785 | </literallayout> | ||
| 3786 | </para> | ||
| 3787 | </glossdef> | ||
| 3788 | </glossentry> | ||
| 3789 | |||
| 3790 | <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> | ||
| 3791 | <glossdef> | ||
| 3792 | <para> | ||
| 3793 | If there are multiple versions of recipes available, this | ||
| 3794 | variable determines which recipe should be given preference. | ||
| 3795 | You must always suffix the variable with the | ||
| 3796 | <link linkend='var-PN'><filename>PN</filename></link> | ||
| 3797 | you want to select, and you should set to the | ||
| 3798 | <link linkend='var-PV'><filename>PV</filename></link> | ||
| 3799 | accordingly for precedence. | ||
| 3800 | You can use the "<filename>%</filename>" character as a | ||
| 3801 | wildcard to match any number of characters, which can be | ||
| 3802 | useful when specifying versions that contain long revision | ||
| 3803 | numbers that could potentially change. | ||
| 3804 | Here are two examples: | ||
| 3805 | <literallayout class='monospaced'> | ||
| 3806 | PREFERRED_VERSION_python = "2.6.6" | ||
| 3807 | PREFERRED_VERSION_linux-yocto = "3.0+git%" | ||
| 3808 | </literallayout> | ||
| 3809 | </para> | ||
| 3810 | </glossdef> | ||
| 3811 | </glossentry> | ||
| 3812 | |||
| 3761 | <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS</glossterm> | 3813 | <glossentry id='var-PREMIRRORS'><glossterm>PREMIRRORS</glossterm> |
| 3762 | <glossdef> | 3814 | <glossdef> |
| 3763 | <para> | 3815 | <para> |
| @@ -3855,58 +3907,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 3855 | </glossdef> | 3907 | </glossdef> |
| 3856 | </glossentry> | 3908 | </glossentry> |
| 3857 | 3909 | ||
| 3858 | <glossentry id='var-PE'><glossterm>PE</glossterm> | ||
| 3859 | <glossdef> | ||
| 3860 | <para> | ||
| 3861 | the epoch of the recipe. | ||
| 3862 | By default, this variable is unset. | ||
| 3863 | The field is used to make upgrades possible when the | ||
| 3864 | versioning scheme changes in some backwards incompatible | ||
| 3865 | way. | ||
| 3866 | </para> | ||
| 3867 | </glossdef> | ||
| 3868 | </glossentry> | ||
| 3869 | |||
| 3870 | <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> | ||
| 3871 | <glossdef> | ||
| 3872 | <para> | ||
| 3873 | If multiple recipes provide an item, this variable | ||
| 3874 | determines which recipe should be given preference. | ||
| 3875 | You should always suffix the variable with the name of the | ||
| 3876 | provided item, and you should set it to the | ||
| 3877 | <link linkend='var-PN'><filename>PN</filename></link> | ||
| 3878 | of the recipe to which you want to give precedence. | ||
| 3879 | Here is an example: | ||
| 3880 | <literallayout class='monospaced'> | ||
| 3881 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" | ||
| 3882 | </literallayout> | ||
| 3883 | </para> | ||
| 3884 | </glossdef> | ||
| 3885 | </glossentry> | ||
| 3886 | |||
| 3887 | <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> | ||
| 3888 | <glossdef> | ||
| 3889 | <para> | ||
| 3890 | If there are multiple versions of recipes available, this | ||
| 3891 | variable determines which recipe should be given preference. | ||
| 3892 | You must always suffix the variable with the | ||
| 3893 | <link linkend='var-PN'><filename>PN</filename></link> | ||
| 3894 | you want to select, and you should set to the | ||
| 3895 | <link linkend='var-PV'><filename>PV</filename></link> | ||
| 3896 | accordingly for precedence. | ||
| 3897 | You can use the "<filename>%</filename>" character as a | ||
| 3898 | wildcard to match any number of characters, which can be | ||
| 3899 | useful when specifying versions that contain long revision | ||
| 3900 | numbers that could potentially change. | ||
| 3901 | Here are two examples: | ||
| 3902 | <literallayout class='monospaced'> | ||
| 3903 | PREFERRED_VERSION_python = "2.6.6" | ||
| 3904 | PREFERRED_VERSION_linux-yocto = "3.0+git%" | ||
| 3905 | </literallayout> | ||
| 3906 | </para> | ||
| 3907 | </glossdef> | ||
| 3908 | </glossentry> | ||
| 3909 | |||
| 3910 | </glossdiv> | 3910 | </glossdiv> |
| 3911 | 3911 | ||
| 3912 | <!-- <glossdiv id='var-glossary-q'><title>Q</title>--> | 3912 | <!-- <glossdiv id='var-glossary-q'><title>Q</title>--> |
