summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-11 13:01:32 -0500
committerMatthew McClintock <msm@freescale.com>2012-07-11 13:01:32 -0500
commitf9b7582464b3b49438d85c795fe6ffe96e7d8cb7 (patch)
treea69d33388d4d52ad542f6e8f9070a9cf90a19c57
parent06a955fdb95f494d0cb7f4bed790082f18547337 (diff)
downloadmeta-fsl-ppc-f9b7582464b3b49438d85c795fe6ffe96e7d8cb7.tar.gz
fsl.conf: check all the serial consoles if they are present at boot
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--conf/distro/fsl.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index 2818b26..ed04a06 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -88,4 +88,9 @@ PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06"
88PREFERRED_PROVIDER_virtual/libx11 = "libx11" 88PREFERRED_PROVIDER_virtual/libx11 = "libx11"
89PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk" 89PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk"
90 90
91SYSVINIT_ENABLED_GETTYS = ""
92USE_VT = ""
93SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
94SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
95
91CCACHE = "" 96CCACHE = ""