From: Michael Lauer Date: Mon, 3 May 2004 18:10:09 +0000 (+0000) Subject: add notes about OEDEBUG and OEINCLUDELOGS X-Git-Tag: Release-2010-05/1~19355 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee471598276af8ac6a531bfa29321782eb95cdb;p=openembedded.git add notes about OEDEBUG and OEINCLUDELOGS We should follow the habit of documenting every useful variable in local.conf.sample before we forget them ;) BKrev: 40968b01MhDoprM0qyOkZZPiaDdjHA --- 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"