add notes about OEDEBUG and OEINCLUDELOGS
authorMichael Lauer <mickey@vanille-media.de>
Mon, 3 May 2004 18:10:09 +0000 (18:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 3 May 2004 18:10:09 +0000 (18:10 +0000)
We should follow the habit of documenting every useful variable in local.conf.sample
before we forget them ;)

BKrev: 40968b01MhDoprM0qyOkZZPiaDdjHA

conf/local.conf.sample

index edbb1e6..637fbc3 100644 (file)
@@ -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"