From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH] SDK_NAME: Change to include image name and machine.
Date: Mon, 19 Aug 2013 22:58:39 +0100 [thread overview]
Message-ID: <1376949519.25999.65.camel@ted> (raw)
In-Reply-To: <1376948717-8206-1-git-send-email-elizabeth.flanagan@intel.com>
On Mon, 2013-08-19 at 14:45 -0700, Elizabeth Flanagan wrote:
> [YOCTO #4618]
>
> When building out multiple toolchains with the same target arch
> you can end up having toolchains with the same name. Making
> the naming a bit more granular by adding IMAGE_BASENAME and
> MACHINE to SDK_NAME
>
> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
> ---
> meta-yocto/conf/distro/poky.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index 7be7d92..f0da032 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -22,7 +22,7 @@ PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
> PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%"
> PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
>
> -SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
> +SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${MACHINE}-${TARGET_ARCH}"
> SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
>
> EXTRAOPKGCONFIG = "poky-feed-config-opkg"
Are there differences in the SDK/ADT tarball between machines?
I appreciate its theoretically possible but in reality, they should be
the same and if they're not we have various problems.
Cheers,
Richard
next prev parent reply other threads:[~2013-08-19 21:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 21:45 [PATCH] SDK_NAME: Change to include image name and machine Elizabeth Flanagan
2013-08-19 21:58 ` Richard Purdie [this message]
2013-08-19 23:10 ` Flanagan, Elizabeth
2013-08-20 14:45 ` Richard Purdie
2013-08-19 21:59 ` Martin Jansa
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=1376949519.25999.65.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=elizabeth.flanagan@intel.com \
--cc=poky@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.