aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/packagegroups
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-06-06 15:53:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:30:30 +0100
commit878596c0943c015f9995997cdaf894c2c236f9a0 (patch)
treeffd9b0ff785e6814d8cc11bb26f94316143be2a6 /meta/recipes-extended/packagegroups
parent54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8 (diff)
downloadopenembedded-core-contrib-878596c0943c015f9995997cdaf894c2c236f9a0.tar.gz
packagegroup-core-basic: set the default login manager
Set the default login manager to 'busybox', drop the mingetty in the RDEPENDS, use ${VIRTUAL-RUNTIME_login_manager} instead. mingetty doesn't work with serial consoles, so if the login console is ttyS0 for example, we get error messages on screen and cannot login on ttyS0. The login manager, no matter it's tinylogin or busybox, provides getty, so we can just rdepend on it. [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-extended/packagegroups')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-basic.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
index 31cac335f1..00405d6ec1 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
@@ -92,11 +92,12 @@ RDEPENDS_packagegroup-core-dev-utils = "\
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
+VIRTUAL-RUNTIME_login_manager ?= "busybox"
RDEPENDS_packagegroup-core-initscripts = "\
${VIRTUAL-RUNTIME_initscripts} \
${VIRTUAL-RUNTIME_init_manager} \
ethtool \
- mingetty \
+ ${VIRTUAL-RUNTIME_login_manager} \
sysklogd \
"