From: Martin Jansa <martin.jansa@gmail.com>
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 23:59:58 +0200 [thread overview]
Message-ID: <20130819215958.GC522@jama> (raw)
In-Reply-To: <1376948717-8206-1-git-send-email-elizabeth.flanagan@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]
On Mon, Aug 19, 2013 at 02:45:17PM -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
What about using TUNE_PKGARCH as oe-core does since
5a1f172d35be610688842a8a9a84f24edb9aeb51 ?
>
> 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"
> --
> 1.8.1.2
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2013-08-19 21:58 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
2013-08-19 23:10 ` Flanagan, Elizabeth
2013-08-20 14:45 ` Richard Purdie
2013-08-19 21:59 ` Martin Jansa [this message]
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=20130819215958.GC522@jama \
--to=martin.jansa@gmail.com \
--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.