Move the default set of the CACHE variable into oe.conf, and change the
authorChris Larson <clarson@kergoth.com>
Mon, 26 Jul 2004 05:57:21 +0000 (05:57 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 26 Jul 2004 05:57:21 +0000 (05:57 +0000)
default cache location to be relative to» TMPDIR, since its bound to a
specific build.

BKrev: 41049d41DZ788e35VTVv5LWsvvX7Tg

conf/local.conf.sample
conf/oe.conf

index f3cfa3f..eb31360 100644 (file)
@@ -103,8 +103,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
 #IMAGE_FSTYPE = "tar"
 #IMAGE_FSTYPE = "cramfs"
 
-# Comment this out if you do not wish to use a parse cache (not recommended).
-CACHE=/var/tmp/oe-cache.${USER}
+# Uncomment this to disable the parse cache (not recommended).
+# CACHE = ""
 
 # Uncomment this if you want OE to emit debugging output
 #OEDEBUG = "yes"
index 51042f4..f30a3df 100644 (file)
@@ -48,6 +48,8 @@ DATETIME = "${DATE}${TIME}"
 # Defaults to today.
 CVSDATE = "${DATE}"
 
+CACHE = "${TMPDIR}/cache"
+
 ###
 ### Package default variables
 ###