diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-28 06:10:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 18:00:31 +0100 |
commit | bbd2eae187f9d6cadf03cbe8d84259593e3551ce (patch) | |
tree | 890d93eeefebe49bb026c478701eecd4b974f24c /meta/conf/local.conf.sample.extended | |
parent | ce3f296ec9021d207cb80cb2c697932b83fd0e81 (diff) | |
download | openembedded-core-bbd2eae187f9d6cadf03cbe8d84259593e3551ce.tar.gz openembedded-core-bbd2eae187f9d6cadf03cbe8d84259593e3551ce.tar.bz2 openembedded-core-bbd2eae187f9d6cadf03cbe8d84259593e3551ce.zip |
conf: Account for eglibc->glibc move
Change references in documentation appropriately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf/local.conf.sample.extended')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index f7d8798e7f..196590e55e 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -25,8 +25,8 @@ # be appropriate for example. -# eglibc configurability is used to reduce minimal image's size. -# the all supported eglibc options are listed in DISTRO_FEATURES_LIBC +# glibc configurability is used to reduce minimal image's size. +# the all supported glibc options are listed in DISTRO_FEATURES_LIBC # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC # and DISTRO_FEATURES definitions to local.conf to enable the options. #DISTRO_FEATURES_LIBC = "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ |