From: Geoffrey Wossum Date: Fri, 14 Mar 2008 08:18:43 +0000 (+0000) Subject: at32stk100, atngw100: fix the SERIAL_CONSOLE setting for the AT32STK1000 and ATNGW100 X-Git-Tag: Release-2010-05/1~7489^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b639b16f3529b6b3c928ff79716fc12b6f28f53;p=openembedded.git 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. --- diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 50e7138854..23c8942ab2 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -14,7 +14,7 @@ USE_VT = "0" 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" diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 67c350bd97..77f9fdf34e 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 ext2 usbgadget" PREFERRED_PROVIDER_virtual/kernel = "linux" # used by sysvinit_2 -SERIAL_CONSOLE = "115200" +SERIAL_CONSOLE = "115200 ttyS0" # used by some images ROOT_FLASH_SIZE = "8"