summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf/machine/crystalforest-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest-server.conf')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-server.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf
deleted file mode 100644
index fd0e80a3..00000000
--- a/meta-crystalforest/conf/machine/crystalforest-server.conf
+++ /dev/null
@@ -1,33 +0,0 @@
1#@TYPE: Machine
2#@NAME: crystalforest-server
3
4#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN)
5#Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform)
6
7#@DESCRIPTION: Machine configuration for Crystal Forest Server systems
8#for Large-Scale Communications Infrastructure
9# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets
10
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "3.10%"
13
14require conf/machine/include/intel-corei7-64-common.inc
15require conf/machine/include/intel-common-pkgarch.inc
16require conf/machine/include/meta-intel.inc
17
18XSERVER ?= "${XSERVER_X86_BASE} \
19 ${XSERVER_X86_EXT} \
20 ${XSERVER_X86_MATROX_MGA} \
21 "
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
23 canterbury-corpus \
24 "
25#This Kernel Option is required for Intel Quick Assist Technology Software.
26APPEND += "acpi_enforce_resources=lax"
27
28#Uncomment the below Kernel Option if Virtualization is not needed.
29#APPEND += "intel_iommu=off"
30
31SYSLINUX_OPTS = "serial 0 115200"
32SERIAL_CONSOLE = "115200 ttyS0"
33APPEND += "console=ttyS0,115200 console=tty0"