[poky] [PATCH] SDK_NAME: Change to include image name and machine.

Martin Jansa martin.jansa at gmail.com
Mon Aug 19 14:59:58 PDT 2013


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20130819/6f5a225b/attachment.pgp>


More information about the poky mailing list