diff options
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest-server.conf')
-rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-server.conf | 33 |
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 | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
13 | |||
14 | require conf/machine/include/intel-corei7-64-common.inc | ||
15 | require conf/machine/include/intel-common-pkgarch.inc | ||
16 | require conf/machine/include/meta-intel.inc | ||
17 | |||
18 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
19 | ${XSERVER_X86_EXT} \ | ||
20 | ${XSERVER_X86_MATROX_MGA} \ | ||
21 | " | ||
22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | ||
23 | canterbury-corpus \ | ||
24 | " | ||
25 | #This Kernel Option is required for Intel Quick Assist Technology Software. | ||
26 | APPEND += "acpi_enforce_resources=lax" | ||
27 | |||
28 | #Uncomment the below Kernel Option if Virtualization is not needed. | ||
29 | #APPEND += "intel_iommu=off" | ||
30 | |||
31 | SYSLINUX_OPTS = "serial 0 115200" | ||
32 | SERIAL_CONSOLE = "115200 ttyS0" | ||
33 | APPEND += "console=ttyS0,115200 console=tty0" | ||