summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index ac054201d0..4d30bde6c3 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -80,11 +80,13 @@ DISTRO_FEATURES_append_libc-musl = " largefile"
80DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" 80DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
81DISTRO_FEATURES_class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" 81DISTRO_FEATURES_class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
82 82
83# Use tmpdevfs and the busybox runtime services 83# enable mdev/busybox for init
84VIRTUAL-RUNTIME_dev_manager = "" 84VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
85VIRTUAL-RUNTIME_login_manager = "" 85VIRTUAL-RUNTIME_login_manager = "busybox"
86VIRTUAL-RUNTIME_init_manager = "tiny-init" 86VIRTUAL-RUNTIME_init_manager = "busybox"
87VIRTUAL-RUNTIME_keymaps = "" 87VIRTUAL-RUNTIME_initscripts = "initscripts"
88VIRTUAL-RUNTIME_keymaps = "keymaps"
89DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
88 90
89# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in 91# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
90# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and 92# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and