summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 34ca4094f5..d592fbe3df 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4639,6 +4639,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4639 </glossdef> 4639 </glossdef>
4640 </glossentry> 4640 </glossentry>
4641 4641
4642 <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm>
4643 <glossdef>
4644 <para>
4645 When a recipe inherits the
4646 <filename>distro_features_check</filename> class, this
4647 variable identifies distribution features that must
4648 exist in the current configuration in order for the
4649 OpenEmbedded build system to build the recipe.
4650 In other words, if the
4651 <filename>REQUIRED_DISTRO_FEATURES</filename> variable
4652 lists a feature that does not appear in
4653 <filename>DISTRO_FEATURES</filename> within the
4654 current configuration, an error occurs and the
4655 build stops.
4656 </para>
4657 </glossdef>
4658 </glossentry>
4659
4642 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm> 4660 <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm>
4643 <glossdef> 4661 <glossdef>
4644 <para> 4662 <para>