diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-04 07:04:23 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-04 10:46:49 -0500 |
| commit | c5f2339533ec9daf14e00db67fa75ed89bbdda13 (patch) | |
| tree | e3bd2c234f48748e518136672ad46c3b17dd3eb6 /meta-jasperforest/conf/machine | |
| parent | 18ae10b8bd7f5fd1c47dc59f760e7a17d115d2f9 (diff) | |
| download | meta-intel-c5f2339533ec9daf14e00db67fa75ed89bbdda13.tar.gz | |
meta-jasperforest: update machine configuration for recent tune file changes
Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH
are set already. Also remove superfluous "xeon" package architecture
that doesn't do anything.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/conf/machine')
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 1d875b54..6be95026 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -4,10 +4,7 @@ | |||
| 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post |
| 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) | 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) |
| 6 | 6 | ||
| 7 | TARGET_ARCH = "x86_64" | 7 | require conf/machine/include/tune-x86_64.inc |
| 8 | PACKAGE_EXTRA_ARCHS = "x86 xeon" | ||
| 9 | |||
| 10 | BASE_PACKAGE_ARCH="xeon" | ||
| 11 | 8 | ||
| 12 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ |
| 13 | acpi serial usbgadget" | 10 | acpi serial usbgadget" |
| @@ -41,5 +38,3 @@ GLIBC_EXTRA_OECONF = "--with-tls" | |||
| 41 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | 38 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" |
| 42 | PREFERRED_VERSION_grub ?= "1.98" | 39 | PREFERRED_VERSION_grub ?= "1.98" |
| 43 | 40 | ||
| 44 | TARGET_CC_ARCH = "-m64" | ||
| 45 | |||
