]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
routerstation: Disable virtual terminal by default
authorChen Qi <Qi.Chen@windriver.com>
Mon, 24 Sep 2012 04:50:27 +0000 (12:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 10:30:37 +0000 (11:30 +0100)
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]

(From meta-yocto rev: 3b60a67f084a77c57a63870641262b7c740cb974)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/machine/routerstationpro.conf

index 707392d0c80af6ff6b8694780a49af5879ba70a7..feaa26e7c45b9de71318c5c0c9257e9f2b1472bd 100644 (file)
@@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \
             xf86-video-fbdev"
 
 SERIAL_CONSOLE = "115200 ttyS0"
+USE_VT ?= "0"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"