All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 2/2] meta-jasperforest: update machine configuration for recent tune file changes
Date: Thu, 04 Aug 2011 14:12:01 +0100	[thread overview]
Message-ID: <1312463521.2344.740.camel@rex> (raw)
In-Reply-To: <0d335bc6a79307a8df4f16a60eb2a395b4379428.1312462806.git.paul.eggleton@linux.intel.com>

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 <paul.eggleton@linux.intel.com>
> ---
>  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




  reply	other threads:[~2011-08-04 13:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-04 13:03 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes Paul Eggleton
2011-08-04 13:03 ` [PATCH 1/2] meta-sugarbay: update machine configuration for recent " Paul Eggleton
2011-08-04 13:11   ` Richard Purdie
2011-08-04 13:03 ` [PATCH 2/2] meta-jasperforest: " Paul Eggleton
2011-08-04 13:12   ` Richard Purdie [this message]
2011-08-04 13:29 ` [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for " Tom Zanussi
2011-08-04 13:53   ` Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2011-08-04 14:04 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Paul Eggleton
2011-08-04 14:04 ` [PATCH 2/2] meta-jasperforest: update machine configuration for recent tune file changes Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312463521.2344.740.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.