All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SDK_NAME: Change to include image name and machine.
@ 2013-08-19 21:45 Elizabeth Flanagan
  2013-08-19 21:58 ` Richard Purdie
  2013-08-19 21:59 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Elizabeth Flanagan @ 2013-08-19 21:45 UTC (permalink / raw)
  To: elizabeth.flanagan, poky

[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"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-20 14:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.