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: lucaceresoli/bug-15201-perf-libtraceevent-missing~36935 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 9306a34840e..d69c41ddff5 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"