From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Subject: Re: [PATCH] tune-xscale: fix xscale/xscale-be confusion
Date: Tue, 02 Aug 2011 10:31:45 -0700 [thread overview]
Message-ID: <4E383481.1070700@linux.intel.com> (raw)
In-Reply-To: <1311953684-1206-1-git-send-email-dbaryshkov@gmail.com>
On 07/29/2011 08:34 AM, Dmitry Eremin-Solenikov wrote:
> Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes.
> Fix that.
>
> Signed-off-by: Dmitry Eremin-Solenikov<dbaryshkov@gmail.com>
> ---
> meta/conf/machine/include/tune-xscale.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc
> index 9fe9685..54f3727 100644
> --- a/meta/conf/machine/include/tune-xscale.inc
> +++ b/meta/conf/machine/include/tune-xscale.inc
> @@ -10,7 +10,7 @@ TUNE_FEATURES_tune-xscale = "${TUNE_FEATURES_tune-armv5te} xscale"
> PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te}"
>
> AVAILTUNES += "xscale-be"
> -TUNE_FEATURES_tune-xscale = "${TUNE_FEATURES_tune-armv5teb} xscale"
> +TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale-be"
> PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}"
>
> # webkit-gtk has alignment issues with double instructions on armv5 so
Merged into OE-Core
Thanks
Sau!
next prev parent reply other threads:[~2011-08-02 17:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-29 15:34 [PATCH] tune-xscale: fix xscale/xscale-be confusion Dmitry Eremin-Solenikov
2011-08-02 17:31 ` Saul Wold [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-29 15:37 Dmitry Eremin-Solenikov
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=4E383481.1070700@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=dbaryshkov@gmail.com \
--cc=openembedded-core@lists.openembedded.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.