From: Chen Qi Date: Thu, 6 Jun 2013 07:48:04 +0000 (+0800) Subject: packagegroup-core-boot: use busybox as the default login manager X-Git-Tag: 2015-4~6098 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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"