mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
6408a39055
commit
a2d990eaad
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user