diff options
author | Chan Wei Sern <wei.sern.chan@intel.com> | 2014-07-18 15:21:31 +0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-08-27 11:44:02 -0500 |
commit | dfabd49c1f6c2be8b38bdb671b98793bbf2170af (patch) | |
tree | 15719a5986f0f6bddfe9392f349727ed8b894961 | |
parent | 579cd30427b0cb2941eca06bc0b0b9b1573d0e50 (diff) | |
download | meta-intel-dfabd49c1f6c2be8b38bdb671b98793bbf2170af.tar.gz |
meta-crystalforest: Merge machine conf
Machine configuration for both crystalforest-gladden and
crystalforest-server platforms are sharing similiar settings.
This patch is to merge the machine conf by creating one machine
configuration file namely crystalforest.conf.
Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com>
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-server.conf | 33 | ||||
-rw-r--r-- | meta-crystalforest/conf/machine/crystalforest.conf (renamed from meta-crystalforest/conf/machine/crystalforest-gladden.conf) | 13 |
2 files changed, 10 insertions, 36 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" | ||
diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest.conf index 9c332938..44b9bb2d 100644 --- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf +++ b/meta-crystalforest/conf/machine/crystalforest.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: crystalforest-gladden | 2 | #@NAME: crystalforest |
3 | 3 | ||
4 | #@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden) | 4 | #@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden) |
5 | #Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform) | 5 | #Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform) |
@@ -8,6 +8,13 @@ | |||
8 | #for Smaller Form Factor Communication Infrastructure | 8 | #for Smaller Form Factor Communication Infrastructure |
9 | # i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset | 9 | # i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset |
10 | 10 | ||
11 | #@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN) | ||
12 | #Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform) | ||
13 | |||
14 | #@DESCRIPTION: Machine configuration for Crystal Forest Server systems | ||
15 | #for Large-Scale Communications Infrastructure | ||
16 | # i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets | ||
17 | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 19 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
13 | 20 | ||
@@ -16,12 +23,12 @@ require conf/machine/include/intel-common-pkgarch.inc | |||
16 | require conf/machine/include/meta-intel.inc | 23 | require conf/machine/include/meta-intel.inc |
17 | 24 | ||
18 | XSERVER ?= "${XSERVER_X86_BASE} \ | 25 | XSERVER ?= "${XSERVER_X86_BASE} \ |
19 | ${XSERVER_X86_EXT} \ | 26 | ${XSERVER_X86_EXT} \ |
20 | ${XSERVER_X86_MATROX_MGA} \ | 27 | ${XSERVER_X86_MATROX_MGA} \ |
21 | " | 28 | " |
22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | 29 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ |
23 | canterbury-corpus \ | 30 | canterbury-corpus \ |
24 | " | 31 | " |
25 | #This Kernel Option is required for Intel Quick Assist Technology Software. | 32 | #This Kernel Option is required for Intel Quick Assist Technology Software. |
26 | APPEND += "acpi_enforce_resources=lax" | 33 | APPEND += "acpi_enforce_resources=lax" |
27 | 34 | ||