aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index edbb1e6572..637fbc3f25 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -47,5 +47,11 @@ TARGET_ARCH = "arm"
# Usually better to set DISTRO instead (see above)
#INHERIT = "package_tar"
-#Comment this out if you do not wish to use a parse cache (not recommended).
+# Comment this out if you do not wish to use a parse cache (not recommended).
CACHE=/var/tmp/oe-cache.${USER}
+
+# Uncomment this if you want OE to emit debugging output
+#OEDEBUG = "yes"
+
+# Uncomment this if you want OE to emit the log if a build fails.
+#OEINCLUDELOGS = "yes"