From: Elizabeth Flanagan Date: Wed, 21 Aug 2013 21:04:16 +0000 (-0700) Subject: SDK_NAME: Change to include image name and tune arch X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ad6195596f7dcdb8a7131555d7caee630a4b958;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git SDK_NAME: Change to include image name and tune arch [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 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 89abffdeb43..cd8401a9828 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -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"