summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/intel-core2-32.conf2
-rw-r--r--conf/machine/intel-corei7-64.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d9587c0d..d2a4c30d 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -30,3 +30,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
30SYSLINUX_OPTS = "serial 0 115200" 30SYSLINUX_OPTS = "serial 0 115200"
31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0" 31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
32APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" 32APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
33
34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 1f28ba8c..8c7a21d5 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -29,3 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
29SYSLINUX_OPTS = "serial 0 115200" 29SYSLINUX_OPTS = "serial 0 115200"
30SERIAL_CONSOLE = "115200 ttyS0" 30SERIAL_CONSOLE = "115200 ttyS0"
31APPEND += "console=ttyS0,115200 console=tty0" 31APPEND += "console=ttyS0,115200 console=tty0"
32
33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"