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."