summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-04-04 13:31:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 11:53:52 +0100
commitb5ebb5e88650aaa41e76ec11106c1a960cb756a0 (patch)
treef3b2ca3fe27e35a5dc086c80ab658f2f6869b9d9 /meta-yocto
parent082a4170aca8e71cb56ae880e37bc62be6876d18 (diff)
downloadast2050-yocto-poky-b5ebb5e88650aaa41e76ec11106c1a960cb756a0.zip
ast2050-yocto-poky-b5ebb5e88650aaa41e76ec11106c1a960cb756a0.tar.gz
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 5322b7d..2548d79 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 = ""
OpenPOWER on IntegriCloud