[meta-ti] Denys Dmytriyenko : keystone-evm: update serial port and virtual terminal settings

Arago Project git git at arago-project.org
Fri Nov 30 08:33:50 PST 2012


Module: meta-ti
Branch: master
Commit: 536c442f97dc413e1d610aedf7053833175df4b4
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=536c442f97dc413e1d610aedf7053833175df4b4

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Nov 30 11:31:07 2012 -0500

keystone-evm: update serial port and virtual terminal settings

Keystone uses the old ttyS0 serial name instead of the new ttyO0.
Also disable spawning gettys on virtual terminals.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/keystone-evm.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index 5e264a8..e73d84b 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -16,7 +16,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
 
 IMAGE_FSTYPES += "tar.bz2 cpio"
 
-SERIAL_CONSOLE = "115200 ttyO0"
+SERIAL_CONSOLE = "115200 ttyS0"
+
+SYSVINIT_ENABLED_GETTYS = ""
 
 UBOOT_MACHINE = "tci6638_evm_config"
 




More information about the meta-ti mailing list