From 516edf59a676cd0bf19b3339909d747ec48b2ee5 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 11 Jul 2012 13:01:32 -0500 Subject: [PATCH] fsl.conf: check all the serial consoles if they are present at boot Signed-off-by: Matthew McClintock --- meta-fsl-ppc/conf/distro/fsl.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 = "" -- 2.40.1