From c5f2339533ec9daf14e00db67fa75ed89bbdda13 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 4 Aug 2011 07:04:23 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/machine/jasperforest.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta-jasperforest') 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 @@ #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) -TARGET_ARCH = "x86_64" -PACKAGE_EXTRA_ARCHS = "x86 xeon" - -BASE_PACKAGE_ARCH="xeon" +require conf/machine/include/tune-x86_64.inc MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ acpi serial usbgadget" @@ -41,5 +38,3 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" PREFERRED_VERSION_grub ?= "1.98" -TARGET_CC_ARCH = "-m64" - -- cgit v1.2.3-54-g00ecf