diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2012-09-24 12:50:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 11:30:37 +0100 |
commit | e911731f9f9f5f6101947c3c4490c90423f7980a (patch) | |
tree | 469e322ee2bd559b196b7bb5dc4f1fe7f6edb18c /meta-yocto-bsp/conf/machine/routerstationpro.conf | |
parent | af30de3ea1c04a2b5bcdcdc056097b5c7a8851a7 (diff) | |
download | poky-e911731f9f9f5f6101947c3c4490c90423f7980a.tar.gz |
routerstation: Disable virtual terminal by default
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>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/routerstationpro.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/routerstationpro.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf index 707392d0c8..feaa26e7c4 100644 --- a/meta-yocto-bsp/conf/machine/routerstationpro.conf +++ b/meta-yocto-bsp/conf/machine/routerstationpro.conf | |||
@@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \ | |||
19 | xf86-video-fbdev" | 19 | xf86-video-fbdev" |
20 | 20 | ||
21 | SERIAL_CONSOLE = "115200 ttyS0" | 21 | SERIAL_CONSOLE = "115200 ttyS0" |
22 | USE_VT ?= "0" | ||
22 | 23 | ||
23 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 24 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
24 | 25 | ||