]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
SDK_NAME: Change to include image name and tune arch
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>
Wed, 21 Aug 2013 21:04:16 +0000 (14:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 11:51:52 +0000 (12:51 +0100)
[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
TUNE_PKGARCH to SDK_NAME and removing TARGET_ARCH from SDK_NAME

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky.conf

index 89abffdeb4333470ba2e5221aacf96471a5a0ce0..cd8401a98283bce0400c09f68fbc41b6f7c43a70 100644 (file)
@@ -27,7 +27,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}-${TUNE_PKGARCH}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
 
 EXTRAOPKGCONFIG = "poky-feed-config-opkg"