summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-22 09:45:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:08 +0000
commit551166d616dd410089bb41e70683c7773db7efc2 (patch)
treeb059a0ba2c0fd40818f497ced5a3914736ee41c7 /documentation/ref-manual/ref-variables.xml
parent1df11a5af09faa684dc44318fe14675d3b2161d8 (diff)
downloadpoky-551166d616dd410089bb41e70683c7773db7efc2.tar.gz
ref-manual: Added new REQUIRED_DISTRO_FEATURES variable description.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 7dfbba8fd5b1dc8e020a588f210c3d2f339e1f9a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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>