diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-04-22 08:31:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:28 +0100 |
commit | 513aa1dc61c26476f10a643f8dafc3d025f408c4 (patch) | |
tree | 3335d8421710d129e154aae9c4d36a8c228f00cd /meta/conf/local.conf.sample | |
parent | 5857516404411040598b69c85d184ccdfc0af2e0 (diff) | |
download | openembedded-core-513aa1dc61c26476f10a643f8dafc3d025f408c4.tar.gz openembedded-core-513aa1dc61c26476f10a643f8dafc3d025f408c4.tar.bz2 openembedded-core-513aa1dc61c26476f10a643f8dafc3d025f408c4.zip |
logging: remove unused BBDEBUG from local.conf.sample
The boolean BBDEBUG described in local.conf.sample is no longer
referenced by any other sources. It also conflicts with the OS
environment variable of the same name which maps to the debug
log level also specified by the -D[D[D]] argument.
Remove the boolean BBDEBUG from local.conf.sample.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 5ba1b06f29..ba92df8d32 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -115,8 +115,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug' # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" # LDFLAGS =+ "-pg" -# Uncomment this if you want BitBake to emit debugging output -# BBDEBUG = "yes" # Uncomment this if you want BitBake to emit the log if a build fails. BBINCLUDELOGS = "yes" |