aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-06-06 15:48:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:30:30 +0100
commit54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8 (patch)
treecb7c9362230fa000d974d975631628efebe6c2c2 /meta/recipes-core/packagegroups
parente5a1442819dfb74e86a6f69da008ba6908c8bbc7 (diff)
downloadopenembedded-core-54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8.tar.gz
packagegroup-core-boot: use busybox as the default login manager
tinylogin has been deprecated and the functionality ported into busybox, so we switch to using busybox as the default login manager. [YOCTO #4207] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-boot.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index 9306a34840..d69c41ddff 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
@@ -25,7 +25,7 @@ RCONFLICTS_${PN} = "task-core-boot"
# Distro can override the following VIRTUAL-RUNTIME providers:
VIRTUAL-RUNTIME_dev_manager ?= "udev"
-VIRTUAL-RUNTIME_login_manager ?= "tinylogin"
+VIRTUAL-RUNTIME_login_manager ?= "busybox"
VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
VIRTUAL-RUNTIME_keymaps ?= "keymaps"