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:03:06 +0100 |
commit | bb00d83675a1293ee8d7a3ac22cf01243fa2397b (patch) | |
tree | 8046b75734f186a321b8caf02f9d95b7619cec55 | |
parent | 3150bdc7f8b9c72a5e2a3cec4e9cb6639aca0924 (diff) | |
download | poky-bb00d83675a1293ee8d7a3ac22cf01243fa2397b.tar.gz |
conf: Account for eglibc->glibc move
Change references in documentation appropriately
(From meta-yocto rev: 2305abe44012b17a627afc6c63fc7eb4ff104f68)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index f7d8798e7f..196590e55e 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -25,8 +25,8 @@ | |||
25 | # be appropriate for example. | 25 | # be appropriate for example. |
26 | 26 | ||
27 | 27 | ||
28 | # eglibc configurability is used to reduce minimal image's size. | 28 | # glibc configurability is used to reduce minimal image's size. |
29 | # the all supported eglibc options are listed in DISTRO_FEATURES_LIBC | 29 | # the all supported glibc options are listed in DISTRO_FEATURES_LIBC |
30 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC | 30 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC |
31 | # and DISTRO_FEATURES definitions to local.conf to enable the options. | 31 | # and DISTRO_FEATURES definitions to local.conf to enable the options. |
32 | #DISTRO_FEATURES_LIBC = "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ | 32 | #DISTRO_FEATURES_LIBC = "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ |