diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-09 17:16:33 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-10 05:25:20 +0000 |
commit | c7577275dbb01249240fd6395445b989d8b1a54c (patch) | |
tree | fb0691a5291fa8e299c625935a10998803d3baf3 /conf | |
parent | 4e74c20af2b1aa98ff47398a8cb325cdd0a246c3 (diff) | |
download | meta-boot2qt-c7577275dbb01249240fd6395445b989d8b1a54c.tar.gz |
nuc: add serial console to ttyUSB
NUC has no ready made serial console. Add one to ttyUSB, which is then
automatically usable when plugging in USB to serial adapter.
Change-Id: I8b2687f60077079a8fc52f238b9de7ba50a4d965
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/intel-corei7-64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/intel-corei7-64.conf b/conf/distro/include/intel-corei7-64.conf index a72ff0c..0c8200a 100644 --- a/conf/distro/include/intel-corei7-64.conf +++ b/conf/distro/include/intel-corei7-64.conf | |||
@@ -46,3 +46,5 @@ SYSVINIT_ENABLED_GETTYS = "1" | |||
46 | MACHINE_EXTRA_INSTALL += "\ | 46 | MACHINE_EXTRA_INSTALL += "\ |
47 | grub-efi-config \ | 47 | grub-efi-config \ |
48 | " | 48 | " |
49 | |||
50 | SERIAL_CONSOLES += "115200;ttyUSB0" | ||