diff options
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index b13acd3f..606eb49c 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -4,16 +4,15 @@ | |||
| 4 | #@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest) | 4 | #@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest) |
| 5 | 5 | ||
| 6 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | 6 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post |
| 7 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) | 7 | # systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak) |
| 8 | 8 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/tune-x86_64.inc | 11 | require conf/machine/include/tune-corei7-64-common.inc |
| 12 | require conf/machine/include/ia32-base.inc | ||
| 13 | 12 | ||
| 14 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 13 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 15 | ${XSERVER_IA32_EXT} \ | 14 | ${XSERVER_X86_EXT} \ |
| 16 | ${XSERVER_IA32_VESA} \ | 15 | ${XSERVER_X86_VESA} \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | APPEND += "video=vesafb vga=0x318" | 18 | APPEND += "video=vesafb vga=0x318" |
