summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
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 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} \
88 ${DISTRO_FEATURES_LIBC} \ 88 ${DISTRO_FEATURES_LIBC} \
89 " 89 "
90 90
91# Enable LFS - see bug YOCTO #5865
92DISTRO_FEATURES_append_libc-uclibc = " largefile"
93
91# Use tmpdevfs and the busybox runtime services 94# Use tmpdevfs and the busybox runtime services
92VIRTUAL-RUNTIME_dev_manager = "" 95VIRTUAL-RUNTIME_dev_manager = ""
93VIRTUAL-RUNTIME_login_manager = "" 96VIRTUAL-RUNTIME_login_manager = ""