[oe] meta-toolchain: Show the host system in toolchain archive name

Tom Rini tom_rini at mentor.com
Mon Mar 1 17:36:31 UTC 2010


On Fri, 2010-02-19 at 00:34 +0000, Antonio Ospite wrote:
> Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
> 
> ---
> In canadian-sdk.bb ${SDK_SYS} is used as a prefix but I find more logical to
> put it just before the target system info.

Pushed, thanks.

> 
> Regards,
>    Antonio
> 
>  recipes/meta/meta-toolchain.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/meta-toolchain.bb
> index 3169425..574ecac 100644
> --- a/recipes/meta/meta-toolchain.bb
> +++ b/recipes/meta/meta-toolchain.bb
> @@ -17,7 +17,7 @@ TOOLCHAIN_TARGET_TASK ?= "task-sdk-bare"
>  TOOLCHAIN_TARGET_EXCLUDE ?= ""
>  FEED_ARCH ?= "${TARGET_ARCH}"
>  SDK_SUFFIX = "toolchain"
> -TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
> +TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${SDK_SYS}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
>  
>  RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
>  


-- 
Tom Rini <tom_rini at mentor.com>
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list