[poky] [meta-yocto CONSOLIDATED PULL (for RC3) 1/3] poky-tiny.conf: adjust eglibc options for poky-tiny
Saul Wold
sgw at linux.intel.com
Tue Apr 10 18:37:47 PDT 2012
From: Nitin A Kamble <nitin.a.kamble at intel.com>
Avoid errors for building meta-toolchain for poky-tiny
This Fixes Bug: [YOCTO #2259]
Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
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 395c6fb..58d64ec 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -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"
--
1.7.7.6
More information about the poky
mailing list