From 2ee471598276af8ac6a531bfa29321782eb95cdb Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 3 May 2004 18:10:09 +0000 Subject: 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 --- conf/local.conf.sample | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'conf/local.conf.sample') 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" -- cgit 1.2.3-korg