From 171b714ed281beb4a9abbbccaf89f10db39e4f8f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 May 2017 14:49:41 -0700 Subject: ref-manual: Added 4 DISTRO_FEATURES* variable descriptions. Added the following: * DISTRO_FEATURES_NATIVE * DISTRO_FEATURES_NATIVESDK * DISTRO_FEATURES_FILTER_NATIVE * DISTRO_FEATURES_FILTER_NATIVESDK to the variables glossary. (From yocto-docs rev: ee68291c32cdbf8004c24295784c0f70f02c0a55) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bf34dadcd1..ad100b9892 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3623,6 +3623,47 @@ + DISTRO_FEATURES_FILTER_NATIVE + + DISTRO_FEATURES_FILTER_NATIVE[doc] = "Specifies a list of features that if present in the target DISTRO_FEATURES value should be included in DISTRO_FEATURES when building native recipes." + + + + + Specifies a list of features that if present in + the target + DISTRO_FEATURES + value should be included in + DISTRO_FEATURES when building native + recipes. + This variable is used in addition to the features + filtered using the + DISTRO_FEATURES_NATIVE + variable. + + + + + DISTRO_FEATURES_FILTER_NATIVESDK + + DISTRO_FEATURES_FILTER_NATIVESDK[doc] = "Specifies a list of features that if present in the target DISTRO_FEATURES value should be included in DISTRO_FEATURES when building nativesdk recipes." + + + + + Specifies a list of features that if present in the target + DISTRO_FEATURES + value should be included in + DISTRO_FEATURES when building + nativesdk recipes. + This variable is used in addition to the features + filtered using the + DISTRO_FEATURES_NATIVESDK + variable. + + + + DISTRO_FEATURES_LIBC DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." @@ -3640,6 +3681,42 @@ + DISTRO_FEATURES_NATIVE + + DISTRO_FEATURES_NATIVE[doc] = "Specifies a list of features that should be included in DISTRO_FEATURES when building native recipes." + + + + + Specifies a list of features that should be included in + DISTRO_FEATURES + when building native recipes. + This variable is used in addition to the features + filtered using the + DISTRO_FEATURES_FILTER_NATIVE + variable. + + + + + DISTRO_FEATURES_NATIVESDK + + DISTRO_FEATURES_NATIVESDK[doc] = "Specifies a list of features that should be included in DISTRO_FEATURES when building nativesdk recipes." + + + + + Specifies a list of features that should be included in + DISTRO_FEATURES + when building nativesdk recipes. + This variable is used in addition to the features + filtered using the + DISTRO_FEATURES_FILTER_NATIVESDK + variable. + + + + DISTRO_NAME DISTRO_NAME[doc] = "The long name of the distribution." -- cgit v1.2.3-54-g00ecf