[meta-intel] [PATCH 08/11] meta-nuc: nuc.conf disable serial port config

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Dec 13 14:22:59 PST 2012


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 <nitin.a.kamble at intel.com>
---
 meta-nuc/conf/machine/nuc.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf
index 20b11b0..6e61257 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 = ""
-- 
1.7.3.4




More information about the meta-intel mailing list