From b5ebb5e88650aaa41e76ec11106c1a960cb756a0 Mon Sep 17 00:00:00 2001 From: Valentin Popa Date: Fri, 4 Apr 2014 13:31:20 +0300 Subject: poky-tiny: enable LFS for uclibc Enable large file support for uclibc. This patch also solves the build issue reported for uclibc (poky-tiny). [YOCTO #5865] (From meta-yocto rev: 9ab612bf3bc709116572419f0e8155d1a047541c) Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-tiny.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 5322b7dadc..2548d79371 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf @@ -88,6 +88,9 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \ ${DISTRO_FEATURES_LIBC} \ " +# Enable LFS - see bug YOCTO #5865 +DISTRO_FEATURES_append_libc-uclibc = " largefile" + # Use tmpdevfs and the busybox runtime services VIRTUAL-RUNTIME_dev_manager = "" VIRTUAL-RUNTIME_login_manager = "" -- cgit v1.2.3-54-g00ecf