From a2d990eaad676ccd19491e8c5b433d81e3604e05 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 11 Dec 2012 15:59:24 -0800 Subject: meta-nuc: disable serial port config There is no serial port on the NUC, so remove the serial port configuration to avoid these kind of errors in the /var/log/messages: Dec 12 19:06:06 nuc auth.err getty: ttyS0: ioctl: Input/output error Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-nuc/conf/machine/nuc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-nuc') diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 20b11b05..6e612575 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -20,3 +20,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ VA_FEATURES ?= "gst-va-intel va-intel" MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms" + +# disable the serial port configuration +SERIAL_CONSOLE = "" -- cgit v1.2.3-54-g00ecf