From 0863d731696fef57d356346635980259649a3e33 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Mon, 29 Oct 2012 10:23:47 -0700 Subject: crystalforest: Change the machine names Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- .../conf/machine/crystalforest-server.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-crystalforest/conf/machine/crystalforest-server.conf (limited to 'meta-crystalforest/conf/machine/crystalforest-server.conf') diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf new file mode 100644 index 00000000..2bbc4f31 --- /dev/null +++ b/meta-crystalforest/conf/machine/crystalforest-server.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine +#@NAME: crystalforest-server + +#@DESCRIPTION: Machine configuration for Crystal Forest Server systems +# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets. + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.4%" + +require conf/machine/include/tune-x86_64.inc +require conf/machine/include/ia32-base.inc +require conf/machine/include/meta-intel.inc + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_MATROX_MGA} \ + " +#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