From patchwork Wed Apr 27 07:29:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [33/52] logging: remove unused BBDEBUG from local.conf.sample Date: Wed, 27 Apr 2011 07:29:54 -0000 From: Saul Wold X-Patchwork-Id: 2957 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Darren Hart , Chris Larson , Antonio Ospite From: Darren Hart 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 Cc: Chris Larson --- 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 5ba1b06..ba92df8 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"