[poky] [PATCH] poky-tiny.conf: Require utmpx, its needed for busybox
Khem Raj
raj.khem at gmail.com
Tue Sep 8 17:01:10 PDT 2015
This libc feature is a basic need and prerequisite for busybox fix for
[YOCTO #8243] to be merged
[YOCTO #8243]
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index f4a772e..b0227de 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -63,7 +63,7 @@ DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
# Required for "who"
-DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
+DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-utmpx libc-getlogin"
DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"
DISTRO_FEATURES_LIBC_NET = "libc-inet libc-nis"
--
2.5.1
More information about the poky
mailing list