]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
logging: remove unused BBDEBUG from local.conf.sample
authorDarren Hart <dvhart@linux.intel.com>
Fri, 22 Apr 2011 15:31:15 +0000 (08:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2011 09:45:15 +0000 (10:45 +0100)
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.

(From OE-Core rev: 513aa1dc61c26476f10a643f8dafc3d025f408c4)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/local.conf.sample

index c73912737e5a4ef414ccb96f7026f9a4588344d4..740f54202bb5179ccb0dbad60fb4e498a235ea98 100644 (file)
@@ -145,8 +145,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"