aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-07-20 11:50:09 -0700
committerTom Rini <tom_rini@mentor.com>2010-07-20 11:51:43 -0700
commit337e67cf191963f70006e0ccda90cea2394dbcca (patch)
tree79bc9b7d85f80e02080e8f4e2d9b461c0ad4e006 /conf/bitbake.conf
parentf8d3a2ad5f9861dc0f0db6264f9805fd04eedb8f (diff)
downloadopenembedded-337e67cf191963f70006e0ccda90cea2394dbcca.tar.gz
bitbake.conf, local.conf.sample: Disable ccache by default
This moves the current CCACHE over to local.conf.sample and documents when it's useful to enable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 01192948f7..69d00e2194 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -420,7 +420,7 @@ export PATH
# Build utility info.
##################################################################
-CCACHE = "${@bb.which(bb.data.getVar('PATH', d, 1), 'ccache') and 'ccache '}"
+CCACHE ?= ""
TOOLCHAIN_OPTIONS = ""
TOOLCHAIN_PATH ?= "${CROSS_DIR}"
TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"