summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-02-26 09:57:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-19 23:54:02 +0000
commit5fa73c13923d62c54b8d72065581c5f00a0d8a09 (patch)
treebcdf9c09c80f8f8c8c591fd30ce60e0c620ab072 /documentation
parent800c32096c4cddc34137a2f18d70e476d2a5a51a (diff)
downloadpoky-5fa73c13923d62c54b8d72065581c5f00a0d8a09.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 4 insertions, 2 deletions
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 @@
3877 <filename>DISTRO_FEATURES_DEFAULT</filename> from a 3877 <filename>DISTRO_FEATURES_DEFAULT</filename> from a
3878 custom distro configuration file: 3878 custom distro configuration file:
3879 <literallayout class='monospaced'> 3879 <literallayout class='monospaced'>
3880 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} myfeature" 3880 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} myfeature"
3881 </literallayout> 3881 </literallayout>
3882 </para> 3882 </para>
3883 </glossdef> 3883 </glossdef>
@@ -3924,13 +3924,14 @@
3924 </glossdef> 3924 </glossdef>
3925 </glossentry> 3925 </glossentry>
3926 3926
3927<!--
3927 <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm> 3928 <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm>
3928 <info> 3929 <info>
3929 DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." 3930 DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)."
3930 </info> 3931 </info>
3931 <glossdef> 3932 <glossdef>
3932 <para role="glossdeffirst"> 3933 <para role="glossdeffirst">
3933<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 3934 <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" />
3934 A convenience variable that specifies the list of distro 3935 A convenience variable that specifies the list of distro
3935 features that are specific to the C library 3936 features that are specific to the C library
3936 (<filename>libc</filename>). 3937 (<filename>libc</filename>).
@@ -3940,6 +3941,7 @@
3940 </para> 3941 </para>
3941 </glossdef> 3942 </glossdef>
3942 </glossentry> 3943 </glossentry>
3944-->
3943 3945
3944 <glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm> 3946 <glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm>
3945 <info> 3947 <info>