diff options
Diffstat (limited to 'meta-yocto/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" |