From 2a7cf0b5f9d09981139619d2574782142431c341 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Fri, 27 Apr 2018 07:55:48 +0200 Subject: Rename machine name inteld1521 -> xeon-d Signed-off-by: Sona Sarmadi Signed-off-by: Martin Borg --- conf/machine/inteld1521.conf | 44 -------------------------------------------- conf/machine/xeon-d.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 conf/machine/inteld1521.conf create mode 100644 conf/machine/xeon-d.conf diff --git a/conf/machine/inteld1521.conf b/conf/machine/inteld1521.conf deleted file mode 100644 index 5217ace..0000000 --- a/conf/machine/inteld1521.conf +++ /dev/null @@ -1,44 +0,0 @@ -#@TYPE: Machine -#@NAME: inteld1521 -#@SUMMARY: Intel Xeon D1521 -#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. - -# This is a clean-up version of conf/machine/intel-corei7-64.conf -# If the configuration need to be updated please check first the original .conf - -# Soft set linux-yocto as preferred kernel like x86-base.inc -PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host" -PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host" -PREFERRED_VERSION_linux-intel ?= "4.14%" - -MACHINE_FEATURES += "pcbios efi" - -# include the user space intel microcode loading support in the generated images. -MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" - -# Add general MACHINEOVERRIDE for meta-intel -MACHINEOVERRIDES =. "intel-x86-common:" - -require conf/machine/include/intel-corei7-64-common.inc -require conf/machine/include/intel-common-pkgarch.inc - -MACHINE_EXTRA_RRECOMMENDS += "lms8" - -XSERVER_X86_MATROX_MGA = "xf86-video-mga \ - " -XSERVER_X86_ASPEED_AST = "xf86-video-ast \ - " -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_FBDEV} \ - ${XSERVER_X86_I915} \ - ${XSERVER_X86_I965} \ - ${XSERVER_X86_MATROX_MGA} \ - ${XSERVER_X86_MODESETTING} \ - ${XSERVER_X86_VESA} \ - ${XSERVER_X86_ASPEED_AST} \ - " - -SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" -APPEND += "rootwait console=ttyS0,115200 console=tty0" diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf new file mode 100644 index 0000000..5bb6b4b --- /dev/null +++ b/conf/machine/xeon-d.conf @@ -0,0 +1,44 @@ +#@TYPE: Machine +#@NAME: xeon-d +#@SUMMARY: Intel Xeon D1521 +#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. + +# This is a clean-up version of conf/machine/intel-corei7-64.conf +# If the configuration need to be updated please check first the original .conf + +# Soft set linux-yocto as preferred kernel like x86-base.inc +PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host" +PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host" +PREFERRED_VERSION_linux-intel ?= "4.14%" + +MACHINE_FEATURES += "pcbios efi" + +# include the user space intel microcode loading support in the generated images. +MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" + +# Add general MACHINEOVERRIDE for meta-intel +MACHINEOVERRIDES =. "intel-x86-common:" + +require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc + +MACHINE_EXTRA_RRECOMMENDS += "lms8" + +XSERVER_X86_MATROX_MGA = "xf86-video-mga \ + " +XSERVER_X86_ASPEED_AST = "xf86-video-ast \ + " +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_FBDEV} \ + ${XSERVER_X86_I915} \ + ${XSERVER_X86_I965} \ + ${XSERVER_X86_MATROX_MGA} \ + ${XSERVER_X86_MODESETTING} \ + ${XSERVER_X86_VESA} \ + ${XSERVER_X86_ASPEED_AST} \ + " + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" +APPEND += "rootwait console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf