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"
+ PE
+
+
+ the epoch of the recipe.
+ By default, this variable is unset.
+ The field is used to make upgrades possible when the
+ versioning scheme changes in some backwards incompatible
+ way.
+
+
+
+
PFSpecifies 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"
+ PREFERRED_PROVIDER
+
+
+ If multiple recipes provide an item, this variable
+ determines which recipe should be given preference.
+ You should always suffix the variable with the name of the
+ provided item, and you should set it to the
+ PN
+ of the recipe to which you want to give precedence.
+ Here is an example:
+
+ PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
+
+
+
+
+
+ PREFERRED_VERSION
+
+
+ If there are multiple versions of recipes available, this
+ variable determines which recipe should be given preference.
+ You must always suffix the variable with the
+ PN
+ you want to select, and you should set to the
+ PV
+ accordingly for precedence.
+ You can use the "%" character as a
+ wildcard to match any number of characters, which can be
+ useful when specifying versions that contain long revision
+ numbers that could potentially change.
+ Here are two examples:
+
+ PREFERRED_VERSION_python = "2.6.6"
+ PREFERRED_VERSION_linux-yocto = "3.0+git%"
+
+
+
+
+
PREMIRRORS
@@ -3855,58 +3907,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- PE
-
-
- the epoch of the recipe.
- By default, this variable is unset.
- The field is used to make upgrades possible when the
- versioning scheme changes in some backwards incompatible
- way.
-
-
-
-
- PREFERRED_PROVIDER
-
-
- If multiple recipes provide an item, this variable
- determines which recipe should be given preference.
- You should always suffix the variable with the name of the
- provided item, and you should set it to the
- PN
- of the recipe to which you want to give precedence.
- Here is an example:
-
- PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
-
-
-
-
-
- PREFERRED_VERSION
-
-
- If there are multiple versions of recipes available, this
- variable determines which recipe should be given preference.
- You must always suffix the variable with the
- PN
- you want to select, and you should set to the
- PV
- accordingly for precedence.
- You can use the "%" character as a
- wildcard to match any number of characters, which can be
- useful when specifying versions that contain long revision
- numbers that could potentially change.
- Here are two examples:
-
- PREFERRED_VERSION_python = "2.6.6"
- PREFERRED_VERSION_linux-yocto = "3.0+git%"
-
-
-
-
-