1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Nitin A Kamble
2012-04-09 15:15:01 -07:00
committed by Richard Purdie
parent 06a7ffdeca
commit 8c48ab6183
+6
View File
@@ -63,6 +63,12 @@ ASSUME_PROVIDED += "pkgconfig$"
# Reconfigure eglibc for a smaller installation
# Comment out any of the lines below to disable them in the build
DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
# for gettext
DISTRO_FEATURES_LIBC_TINY += "libc-posix-clang-wchar"
# for m4
DISTRO_FEATURES_LIBC_TINY += "libc-spawn libc-locale-code"
# for elfutils
DISTRO_FEATURES_LIBC_TINY += "libc-ftraverse"
# Required for "who"
DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"