summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 335049103f..27cbfe6323 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -91,6 +91,8 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
91# Enable LFS - see bug YOCTO #5865 91# Enable LFS - see bug YOCTO #5865
92DISTRO_FEATURES_append_libc-uclibc = " largefile" 92DISTRO_FEATURES_append_libc-uclibc = " largefile"
93 93
94DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
95
94# Use tmpdevfs and the busybox runtime services 96# Use tmpdevfs and the busybox runtime services
95VIRTUAL-RUNTIME_dev_manager = "" 97VIRTUAL-RUNTIME_dev_manager = ""
96VIRTUAL-RUNTIME_login_manager = "" 98VIRTUAL-RUNTIME_login_manager = ""