mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
800c32096c
commit
5fa73c1392
@@ -3877,7 +3877,7 @@
|
||||
<filename>DISTRO_FEATURES_DEFAULT</filename> from a
|
||||
custom distro configuration file:
|
||||
<literallayout class='monospaced'>
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} myfeature"
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} myfeature"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
@@ -3924,13 +3924,14 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<!--
|
||||
<glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm>
|
||||
<info>
|
||||
DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para role="glossdeffirst">
|
||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||
<para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" />
|
||||
A convenience variable that specifies the list of distro
|
||||
features that are specific to the C library
|
||||
(<filename>libc</filename>).
|
||||
@@ -3940,6 +3941,7 @@
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
-->
|
||||
|
||||
<glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm>
|
||||
<info>
|
||||
|
||||
Reference in New Issue
Block a user