default cache location to be relative to» TMPDIR, since its bound to a
specific build.
BKrev: 41049d41DZ788e35VTVv5LWsvvX7Tg
#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"
# Defaults to today.
CVSDATE = "${DATE}"
+CACHE = "${TMPDIR}/cache"
+
###
### Package default variables
###