[yocto] [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes

Paul Eggleton paul.eggleton at linux.intel.com
Thu Aug 4 07:04:22 PDT 2011


Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH
are set already. Also remove superfluous "snb" package architecture that
doesn't do anything.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 meta-sugarbay/conf/machine/sugarbay.conf |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 9450d97..2a47dee 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -4,10 +4,7 @@
 #@DESCRIPTION: Machine configuration for Sugar Bay systems
 # i.e. Sandy Bridge + Cougar Point
 
-TARGET_ARCH = "x86_64"
-PACKAGE_EXTRA_ARCHS = "x86 snb"
-
-BASE_PACKAGE_ARCH="snb"
+require conf/machine/include/tune-x86_64.inc
 
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
                     acpi serial usbgadget"
@@ -42,6 +39,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
 
-TARGET_CC_ARCH = "-m64"
-
 PREFERRED_VERSION_grub ?= "1.98"
-- 
1.7.4.1




More information about the yocto mailing list