mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
poky-tiny/poky-altcfg: Use busybox-mdev and systemd
(From meta-yocto rev: a058af8c82738620c9aab784118fd9680abfcf55) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0c8397aa68
commit
2cd5daffe0
|
@ -8,4 +8,8 @@ DISTRO = "poky-altcfg"
|
|||
DISTROOVERRIDES = "poky:poky-altcfg"
|
||||
#DISTROOVERRIDES = "poky:linuxstdbase"
|
||||
|
||||
INIT_MANAGER ?= "systemd"
|
||||
# systemd isn't suitable with musl
|
||||
INIT_MANAGER_libc-musl ?= "sysvinit"
|
||||
|
||||
require conf/distro/include/poky-distro-alt-test-config.inc
|
||||
|
|
|
@ -82,12 +82,7 @@ DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO
|
|||
DISTRO_FEATURES_class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
|
||||
# enable mdev/busybox for init
|
||||
VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
|
||||
VIRTUAL-RUNTIME_login_manager = "busybox"
|
||||
VIRTUAL-RUNTIME_init_manager = "busybox"
|
||||
VIRTUAL-RUNTIME_initscripts = "initscripts"
|
||||
VIRTUAL-RUNTIME_keymaps = "keymaps"
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
||||
INIT_MANAGER ?= "mdev-busybox"
|
||||
|
||||
# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
|
||||
# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and
|
||||
|
|
Loading…
Reference in New Issue
Block a user