From: Matthew McClintock Date: Wed, 11 Jul 2012 18:01:32 +0000 (-0500) Subject: fsl.conf: check all the serial consoles if they are present at boot X-Git-Tag: 2.1~534^2~439 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=516edf59a676cd0bf19b3339909d747ec48b2ee5;p=meta-freescale.git fsl.conf: check all the serial consoles if they are present at boot Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index 2818b265..ed04a062 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -88,4 +88,9 @@ PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" PREFERRED_PROVIDER_virtual/libx11 = "libx11" PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" + CCACHE = ""