diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
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 |
92 | DISTRO_FEATURES_append_libc-uclibc = " largefile" | 92 | DISTRO_FEATURES_append_libc-uclibc = " largefile" |
93 | 93 | ||
94 | DISTRO_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 |
95 | VIRTUAL-RUNTIME_dev_manager = "" | 97 | VIRTUAL-RUNTIME_dev_manager = "" |
96 | VIRTUAL-RUNTIME_login_manager = "" | 98 | VIRTUAL-RUNTIME_login_manager = "" |