[oe] [PATCH] bitbake.conf: Kill CCACHE. Implicit, automatic use of things which can fail is bad.

Denys Dmytriyenko denis at denix.org
Thu Aug 20 04:06:05 UTC 2009


On Wed, Aug 19, 2009 at 08:24:37PM -0700, Chris Larson wrote:
> To re-enable, set CCACHE = "ccache ".
> 
> Signed-off-by: Chris Larson <clarson at mvista.com>

Acked-by: Denys Dmytriyenko <denis at denix.org>

CCACHE-related issues are one of the most commonly reported...

> ---
>  conf/bitbake.conf |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index c4af34e..0b35ea8 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -390,7 +390,6 @@ export PATH
>  # Build utility info.
>  ##################################################################
>  
> -CCACHE = "${@bb.which(bb.data.getVar('PATH', d, 1), 'ccache') and 'ccache '}"
>  TOOLCHAIN_OPTIONS = ""
>  
>  export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
> -- 
> 1.6.0
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list