summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/packagegroups
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-04 21:45:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-19 08:41:39 +0100
commit74646729a4cdb0a4d21dcbcb457ab1d7391a3d02 (patch)
tree4ac92eeb4f3b3b700c611601c3c2d45210e1f3ba /meta/recipes-extended/packagegroups
parent13881ed2bd9e8ff7e64e68fd8289bb96be712e5d (diff)
downloadpoky-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-extended/packagegroups')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
index d38f545e06..2d96d1ba38 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
@@ -111,9 +111,6 @@ RDEPENDS_packagegroup-core-full-cmdline-dev-utils = "\
111 patch \ 111 patch \
112 " 112 "
113 113
114VIRTUAL-RUNTIME_initscripts ?= "initscripts"
115VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
116VIRTUAL-RUNTIME_login_manager ?= "busybox"
117VIRTUAL-RUNTIME_syslog ?= "sysklogd" 114VIRTUAL-RUNTIME_syslog ?= "sysklogd"
118RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\ 115RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\
119 ${VIRTUAL-RUNTIME_initscripts} \ 116 ${VIRTUAL-RUNTIME_initscripts} \