summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf6
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
65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" 65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
66# for gettext
67DISTRO_FEATURES_LIBC_TINY += "libc-posix-clang-wchar"
68# for m4
69DISTRO_FEATURES_LIBC_TINY += "libc-spawn libc-locale-code"
70# for elfutils
71DISTRO_FEATURES_LIBC_TINY += "libc-ftraverse"
66# Required for "who" 72# Required for "who"
67DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" 73DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
68DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" 74DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"