From: Darren Hart Date: Fri, 22 Apr 2011 15:31:15 +0000 (-0700) Subject: logging: remove unused BBDEBUG from local.conf.sample X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3bae5614917759705cf5c6af1d23105219d2e58;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. (From OE-Core rev: 513aa1dc61c26476f10a643f8dafc3d025f408c4) Signed-off-by: Darren Hart Cc: Chris Larson Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index c73912737e5..740f54202bb 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -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"