[poky] [PATCH] routerstation: Disable virtual terminal by default
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Sun Sep 23 21:50:27 PDT 2012
From: Chen Qi <Qi.Chen at windriver.com>
This modifies the /etc/inittab on routerstationpro, avoiding the
"respawning too fast" message. The routerstation has a low memory,
so virtual terminal should be disable by default.
Fixes [YOCTO #3088]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
meta-yocto-bsp/conf/machine/routerstationpro.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf
index 707392d..feaa26e 100644
--- a/meta-yocto-bsp/conf/machine/routerstationpro.conf
+++ b/meta-yocto-bsp/conf/machine/routerstationpro.conf
@@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \
xf86-video-fbdev"
SERIAL_CONSOLE = "115200 ttyS0"
+USE_VT ?= "0"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
--
1.7.9.5
More information about the poky
mailing list