We should follow the habit of documenting every useful variable in local.conf.sample
before we forget them ;)
BKrev: 40968b01MhDoprM0qyOkZZPiaDdjHA
# 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"