[oe-commits] org.oe.dev at32stk100, atngw100: fix the SERIAL_CONSOLE setting for the AT32STK1000 and ATNGW100

gwossum commit oe at amethyst.openembedded.net
Mon Mar 17 08:56:42 UTC 2008


at32stk100, atngw100: fix the SERIAL_CONSOLE setting for the AT32STK1000 and ATNGW100
boards to properly use the first serial port, otherwise getty will bail
with an error and no login is available on the serial port.

Author: gwossum at acm.org
Branch: org.openembedded.dev
Revision: 7426c9c7c132871c62582405588aec2ca9a114ed
ViewMTN: http://monotone.openembedded.org/revision/info/7426c9c7c132871c62582405588aec2ca9a114ed
Files:
1
conf/machine/at32stk1000.conf
conf/machine/atngw100.conf
Diffs:

#
# mt diff -r18293653fb0ec41c60cab9ca36df1dd7c1834880 -r7426c9c7c132871c62582405588aec2ca9a114ed
#
#
#
# patch "conf/machine/at32stk1000.conf"
#  from [f10524857a44bab4e575452668a3691277b3f78f]
#    to [858566319ae3c59992ad1fd9b8f267f240f8e0f0]
# 
# patch "conf/machine/atngw100.conf"
#  from [89a6ee9913538126eac21df68b6676787b076b88]
#    to [474e760e6d35f3b194c4977885162a4aa0023764]
#
============================================================
--- conf/machine/at32stk1000.conf	f10524857a44bab4e575452668a3691277b3f78f
+++ conf/machine/at32stk1000.conf	858566319ae3c59992ad1fd9b8f267f240f8e0f0
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "kernel26 alsa ext2 u
 MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen"
 
 # used by sysvinit_2
-SERIAL_CONSOLE = "115200"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 # used by some images
 IMAGE_FSTYPES ?= "jffs2"
============================================================
--- conf/machine/atngw100.conf	89a6ee9913538126eac21df68b6676787b076b88
+++ conf/machine/atngw100.conf	474e760e6d35f3b194c4977885162a4aa0023764
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 
 # used by sysvinit_2
-SERIAL_CONSOLE = "115200"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 # used by some images
 ROOT_FLASH_SIZE = "8"






More information about the Openembedded-commits mailing list