From 551166d616dd410089bb41e70683c7773db7efc2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Nov 2013 09:45:39 -0800 Subject: [PATCH] ref-manual: Added new REQUIRED_DISTRO_FEATURES variable description. Reported-by: Robert P. J. Day (From yocto-docs rev: 7dfbba8fd5b1dc8e020a588f210c3d2f339e1f9a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" + REQUIRED_DISTRO_FEATURES + + + When a recipe inherits the + distro_features_check class, this + variable identifies distribution features that must + exist in the current configuration in order for the + OpenEmbedded build system to build the recipe. + In other words, if the + REQUIRED_DISTRO_FEATURES variable + lists a feature that does not appear in + DISTRO_FEATURES within the + current configuration, an error occurs and the + build stops. + + + + RM_OLD_IMAGE