From 97d80dd99021d975f40304f8327c330fe1a1f71b Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 27 Jan 2011 12:42:16 +0100 Subject: x11-common: Fix unusable serial console The serial console port is basicly unusable in images containing X. Login works fine, but at the shell prompt only one out of N input characters (N usually between 2 and 10) gets through to the shell. dbus-launch (running as "dbus-launch --sh-syntax --exit-with-session") is also reading from /dev/console and "eating" the missing characters. As soon as I stop the Xserver ("sh /etc/init.d/xserver-nodm stop") the serial console starts wroking fine (because dbus-launch is not running any more). This patch addresses the problem. Signed-off-by: Wolfgang Denk Signed-off-by: Richard Purdie --- meta/recipes-graphics/x11-common/x11-common_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/x11-common/x11-common_0.1.bb') diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index d15628560e..60b21c3b99 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xdpyinfo xtscal xinit formfactor" -PR = "r39" +PR = "r40" SRC_URI = "file://etc \ file://gplv2-license.patch" -- cgit v1.2.3-54-g00ecf