diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 18:10:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 18:10:09 +0000 |
commit | 2ee471598276af8ac6a531bfa29321782eb95cdb (patch) | |
tree | e1ca331c1d3d2f542f5e172b29f1429812782d01 /conf | |
parent | 98ad81ccecac5f7f1614093a6add85d39f421a4f (diff) |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 8 |
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" |