From e5fcf9e76dca11394a731a5512187a3261897111 Mon Sep 17 00:00:00 2001 From: Wu Chia Chuan Date: Fri, 2 Oct 2015 19:28:37 +0800 Subject: meta-crystalforest: relocate meta-crystalforest layer into meta-isg layer This is in support of BSP consolidation of all Intel platforms in to meta-isg common layer. The "MAINTAINERS file" and "meta-isg/MAINTAINERS file" are updated to reflect the changed. Signed-off-by: Wu Chia Chuan Signed-off-by: Saul Wold --- .../conf/machine/crystalforest.conf | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 meta-isg/meta-crystalforest/conf/machine/crystalforest.conf (limited to 'meta-isg/meta-crystalforest/conf/machine/crystalforest.conf') diff --git a/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf b/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf new file mode 100644 index 00000000..7716e56f --- /dev/null +++ b/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf @@ -0,0 +1,40 @@ +#@TYPE: Machine +#@NAME: crystalforest + +#@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden) +#Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform) + +#@DESCRIPTION: Machine configuration for Crystal Forest Gladden systems +#for Smaller Form Factor Communication Infrastructure +# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset + +#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN) +#Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform) + +#@DESCRIPTION: Machine configuration for Crystal Forest Server systems +#for Large-Scale Communications Infrastructure +# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.14%" + +require conf/machine/include/intel-corei7-64-common.inc +require conf/machine/include/intel-common-pkgarch.inc +require conf/machine/include/meta-intel.inc + +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_MATROX_MGA} \ + " +MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ + canterbury-corpus \ + " +#This Kernel Option is required for Intel Quick Assist Technology Software. +APPEND += "acpi_enforce_resources=lax" + +#Uncomment the below Kernel Option if Virtualization is not needed. +#APPEND += "intel_iommu=off" + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf From fcfdec6c4602c0f33af24764d150d8fbf7377cb4 Mon Sep 17 00:00:00 2001 From: Wu Chia Chuan Date: Fri, 2 Oct 2015 19:28:38 +0800 Subject: meta-crystalforest: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 Update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 for crystalforest BSP. Signed-off-by: Wu Chia Chuan Signed-off-by: Saul Wold --- meta-isg/meta-crystalforest/conf/machine/crystalforest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-isg/meta-crystalforest/conf/machine/crystalforest.conf') diff --git a/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf b/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf index 7716e56f..5cd73d7c 100644 --- a/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf +++ b/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf @@ -16,7 +16,7 @@ # i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.14%" +PREFERRED_VERSION_linux-yocto ?= "4.1%" require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc -- cgit v1.2.3-54-g00ecf