aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
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/local.conf.sample
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/local.conf.sample')
-rw-r--r--conf/local.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 6f2fea6ef1..60c10e4219 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -123,6 +123,11 @@ IMAGE_FSTYPES = "jffs2 tar"
# (Note that this rootfs is NOT usuable as NFS export.)
# IMAGE_KEEPROOTFS = "1"
+# Uncomment this to enable the use of ccache when building. Due to
+# the nature of our builds this is only helpful in cases when one
+# is rebuilding a recipe or set of recipes, repeatedly.
+# CCACHE = "${@bb.which(bb.data.getVar('PATH', d, 1), 'ccache') and 'ccache '}"
+
# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""