diff options
| author | Saul Wold <sgw@linux.intel.com> | 2016-10-28 14:53:02 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2016-11-02 13:50:46 -0700 |
| commit | 8649d6b5b1debccceb502241f9dae4353bdf79e1 (patch) | |
| tree | 94780edeea8cf9100aa6b9ace754efa156df84f7 /conf | |
| parent | 3d83758e3c4ee050c56d158f6ada1b40b64f8fc3 (diff) | |
| download | meta-intel-8649d6b5b1debccceb502241f9dae4353bdf79e1.tar.gz | |
intel-corei7-64: Use SERIAL_CONSOLES to add ttyS2
Some Intel boards use ttyS0 and others use ttyS2, include both serial
ports inorder to provide login prompts on the console.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index ddaa8a32..d28fdbff 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
| @@ -27,7 +27,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | SYSLINUX_OPTS = "serial 0 115200" | 29 | SYSLINUX_OPTS = "serial 0 115200" |
| 30 | SERIAL_CONSOLE = "115200 ttyS0" | 30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" |
| 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" | 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" |
| 32 | 32 | ||
| 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |
