From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (unknown [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7C948E011A7 for ; Thu, 4 Aug 2011 06:12:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p74DCTcG002000; Thu, 4 Aug 2011 14:12:29 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01579-05; Thu, 4 Aug 2011 14:12:21 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p74DCLkW001991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Aug 2011 14:12:21 +0100 From: Richard Purdie To: Paul Eggleton In-Reply-To: <0d335bc6a79307a8df4f16a60eb2a395b4379428.1312462806.git.paul.eggleton@linux.intel.com> References: <0d335bc6a79307a8df4f16a60eb2a395b4379428.1312462806.git.paul.eggleton@linux.intel.com> Date: Thu, 04 Aug 2011 14:12:01 +0100 Message-ID: <1312463521.2344.740.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: yocto@yoctoproject.org Subject: Re: [PATCH 2/2] meta-jasperforest: update machine configuration for recent tune file changes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 13:12:24 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-08-04 at 14:03 +0100, Paul Eggleton wrote: > Require the tune file for x86_64, then TARGET_ARCH is set via the tune > file and TRANSLATED_TARGET_ARCH is set automatically in bitbake.conf. > > Signed-off-by: Paul Eggleton > --- > meta-jasperforest/conf/machine/jasperforest.conf | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf > index 1d875b5..b21a417 100644 > --- a/meta-jasperforest/conf/machine/jasperforest.conf > +++ b/meta-jasperforest/conf/machine/jasperforest.conf > @@ -4,8 +4,9 @@ > #@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" > +require conf/machine/include/tune-x86_64.inc > + > +PACKAGE_EXTRA_ARCHS = "x86_64 xeon" > > BASE_PACKAGE_ARCH="xeon" Likewise, what is special about the "xeon" package arch? Cheers, Richard