diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-07-04 21:45:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-19 08:41:39 +0100 |
commit | 74646729a4cdb0a4d21dcbcb457ab1d7391a3d02 (patch) | |
tree | 4ac92eeb4f3b3b700c611601c3c2d45210e1f3ba /meta/recipes-core | |
parent | 13881ed2bd9e8ff7e64e68fd8289bb96be712e5d (diff) | |
download | poky-74646729a4cdb0a4d21dcbcb457ab1d7391a3d02.tar.gz |
defaultsetup.conf: enable select init manager
Introduce a new variable INIT_MANAGER and create 4 init-manager-*.inc
files to configure init manager settings. Available values of
INIT_MANAGER are sysvinit, systemd, mdev-busybox and a default of none.
'none' provides backwards compatibility.
The settings of various VIRTUAL-RUNTIME variables are moved into these
files from the packagegroups.
[YOCTO #13031]
[Modifications by RP for backwards compatibility]
(From OE-Core rev: 8d0b4704a526a48cd5e67df61b613424bbbdccde)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index 8dc445dc8f..3a2f50febb 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
@@ -18,9 +18,6 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | |||
18 | 18 | ||
19 | # Distro can override the following VIRTUAL-RUNTIME providers: | 19 | # Distro can override the following VIRTUAL-RUNTIME providers: |
20 | VIRTUAL-RUNTIME_dev_manager ?= "udev" | 20 | VIRTUAL-RUNTIME_dev_manager ?= "udev" |
21 | VIRTUAL-RUNTIME_login_manager ?= "busybox" | ||
22 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" | ||
23 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | ||
24 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | 21 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" |
25 | 22 | ||
26 | EFI_PROVIDER ??= "grub-efi" | 23 | EFI_PROVIDER ??= "grub-efi" |