summaryrefslogtreecommitdiffstats
path: root/conf/machine/xeon-d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/xeon-d.conf')
-rw-r--r--conf/machine/xeon-d.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index bfa6322..07e4bf8 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -9,7 +9,7 @@
9# Soft set linux-yocto as preferred kernel like x86-base.inc 9# Soft set linux-yocto as preferred kernel like x86-base.inc
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host"
11PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host" 11PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host"
12PREFERRED_VERSION_linux-intel ?= "4.14%" 12PREFERRED_VERSION_linux-intel ?= "5.10%"
13 13
14MACHINE_FEATURES += "pcbios efi" 14MACHINE_FEATURES += "pcbios efi"
15 15
@@ -44,3 +44,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
44SYSLINUX_OPTS = "serial 0 115200" 44SYSLINUX_OPTS = "serial 0 115200"
45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
46APPEND += "rootwait console=ttyS0,115200 console=tty0" 46APPEND += "rootwait console=ttyS0,115200 console=tty0"
47
48SOTA_MACHINE ?= "${MACHINE}"