All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] routerstation: Disable virtual terminal by default
@ 2012-09-24  4:50 Qi.Chen
  2012-09-24 10:14 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2012-09-24  4:50 UTC (permalink / raw)
  To: poky

From: Chen Qi <Qi.Chen@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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] routerstation: Disable virtual terminal by default
  2012-09-24  4:50 [PATCH] routerstation: Disable virtual terminal by default Qi.Chen
@ 2012-09-24 10:14 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-24 10:14 UTC (permalink / raw)
  To: Qi.Chen; +Cc: poky

On Mon, 2012-09-24 at 12:50 +0800, Qi.Chen@windriver.com wrote:
> From: Chen Qi <Qi.Chen@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@windriver.com>
> ---
>  meta-yocto-bsp/conf/machine/routerstationpro.conf |    1 +
>  1 file changed, 1 insertion(+)

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-24 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24  4:50 [PATCH] routerstation: Disable virtual terminal by default Qi.Chen
2012-09-24 10:14 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.