diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-22 09:45:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:19 +0000 |
commit | 4f7c36639c699508d792aa52820f1a84980597df (patch) | |
tree | e786ee17faa7e8661683a59b7deba9f2ef7390a9 /documentation | |
parent | acf9a04a3876f22a7efa9b7a1ec0c70f1774b06f (diff) | |
download | poky-4f7c36639c699508d792aa52820f1a84980597df.tar.gz |
ref-manual: Added new REQUIRED_DISTRO_FEATURES variable description.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 4eb9a5c6df085e57e7885e12fdbdcc85f61c101d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
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> |