From acf9a04a3876f22a7efa9b7a1ec0c70f1774b06f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Nov 2013 09:24:22 -0800 Subject: ref-manual: Added new CONFLICT_DISTRO_FEATURES variable description. Reported-by: Robert P. J. Day (From yocto-docs rev: 6ace08dcbaa08fd13d4d8f49d34dd90240e65761) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 87a97c8186..34ca4094f5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1072,6 +1072,24 @@ + CONFLICT_DISTRO_FEATURES + + + When a recipe inherits the + distro_features_check class, this + variable identifies distribution features that would + be in conflict should the recipe + be built. + In other words, if the + CONFLICT_DISTRO_FEATURES variable + lists a feature that also appears in + DISTRO_FEATURES within the + current configuration, an error occurs and the + build stops. + + + + CORE_IMAGE_EXTRA_INSTALL -- cgit v1.2.3-54-g00ecf