From 5fa73c13923d62c54b8d72065581c5f00a0d8a09 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Feb 2019 09:57:36 -0800 Subject: ref-manual: Removed DISTRO_FEATURES_LIBC variable Took this out of the glossary. After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed. (From yocto-docs rev: cfdd02864f004fc48b0353ec0f007ca24b06d29e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9a47bcd335..bbfa37675f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3877,7 +3877,7 @@ DISTRO_FEATURES_DEFAULT from a custom distro configuration file: - DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} myfeature" + DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} myfeature" @@ -3924,13 +3924,14 @@ + + A convenience variable that specifies the list of distro features that are specific to the C library (libc). @@ -3940,6 +3941,7 @@ +--> DISTRO_FEATURES_NATIVE -- cgit v1.2.3-54-g00ecf