diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-04-09 15:15:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 12:10:13 +0100 |
commit | 8c48ab6183934fd32600997cc33e0cd3bf63139b (patch) | |
tree | ab112174e0d83137b80bab52c47d57deb3edb4d2 /meta-yocto/conf/distro/poky-tiny.conf | |
parent | 06a7ffdeca88d544bb113c73a330913c21664e61 (diff) | |
download | poky-8c48ab6183934fd32600997cc33e0cd3bf63139b.tar.gz |
poky-tiny.conf: adjust eglibc options for poky-tiny
Avoid errors for building meta-toolchain for poky-tiny
This Fixes Bug: [YOCTO #2259]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 395c6fbbed..58d64ece35 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -63,6 +63,12 @@ ASSUME_PROVIDED += "pkgconfig$" | |||
63 | # Reconfigure eglibc for a smaller installation | 63 | # Reconfigure eglibc for a smaller installation |
64 | # Comment out any of the lines below to disable them in the build | 64 | # Comment out any of the lines below to disable them in the build |
65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" | 65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" |
66 | # for gettext | ||
67 | DISTRO_FEATURES_LIBC_TINY += "libc-posix-clang-wchar" | ||
68 | # for m4 | ||
69 | DISTRO_FEATURES_LIBC_TINY += "libc-spawn libc-locale-code" | ||
70 | # for elfutils | ||
71 | DISTRO_FEATURES_LIBC_TINY += "libc-ftraverse" | ||
66 | # Required for "who" | 72 | # Required for "who" |
67 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" | 73 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" |
68 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" | 74 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" |