[oe-commits] Chen Qi : packagegroup-core-boot: use busybox as the default login manager

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 16:37:58 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Jun  6 15:48:04 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../packagegroups/packagegroup-core-boot.bb        |    2 +-
 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 9306a34..d69c41d 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"



More information about the Openembedded-commits mailing list