From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs
Date: Mon, 6 May 2013 17:31:51 -0400 [thread overview]
Message-ID: <20130506213151.GB10607@edge> (raw)
In-Reply-To: <1367875806-8694-1-git-send-email-fcooper@ti.com>
On Mon, May 06, 2013 at 04:30:06PM -0500, Franklin S. Cooper Jr wrote:
> * Linaro toolchain does not support ARM9 architecture.
> * Use Arago toolchain if a ARM9 based SOC_FAMILY is being built.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> meta-arago-distro/conf/distro/arago.conf | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index 3954360..048c480 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -21,7 +21,9 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbh
>
> # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf
> # Set some sane defaults, in case someone forgets to set them in local.conf
> -TOOLCHAIN_BRAND ?= "linaro"
> +# ARM9 is not supported by the Linaro toolchain so default back to the Arago
> +# toolchain for ARM9 based SOCs.
> +TOOLCHAIN_BRAND ?= "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"
I don't feel this belongs in the arago.conf - as the comment above says, this
is supposed to be set in the local.conf anyways, here it just offers a default
fall back...
--
Denys
> TOOLCHAIN_TYPE ?= "external"
>
> require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}-${TOOLCHAIN_BRAND}.inc
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-05-06 21:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 21:30 [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs Franklin S. Cooper Jr
2013-05-06 21:31 ` Denys Dmytriyenko [this message]
2013-05-06 21:56 ` Cooper Jr., Franklin
2013-05-06 22:30 ` Denys Dmytriyenko
2013-05-06 23:03 ` Cooper Jr., Franklin
2013-05-06 23:05 ` Denys Dmytriyenko
2013-05-07 0:07 ` Cooper Jr., Franklin
2013-05-07 3:08 ` Denys Dmytriyenko
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=20130506213151.GB10607@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.