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 <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Valentin Popa 2014-04-04 13:31:20 +03:00 committed by Richard Purdie
parent 082a4170ac
commit b5ebb5e886
1 changed files with 3 additions and 0 deletions

View File

@ -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 = ""