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 10:45:15 +0100 |
commit | 52026effc7eb95b9451f2845537cc9e4076e7a99 (patch) | |
tree | 7a972bc70f7c468ddf52f415885bcbb9a0cc283f /meta-yocto | |
parent | 43493742a06d9266033c93c97fb545e8755f8ae6 (diff) | |
download | poky-52026effc7eb95b9451f2845537cc9e4076e7a99.tar.gz |
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 <dvhart@linux.intel.com>
Cc: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index c73912737e..740f54202b 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -145,8 +145,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug' | |||
145 | # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" | 145 | # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" |
146 | # LDFLAGS =+ "-pg" | 146 | # LDFLAGS =+ "-pg" |
147 | 147 | ||
148 | # Uncomment this if you want BitBake to emit debugging output | ||
149 | # BBDEBUG = "yes" | ||
150 | # Uncomment this if you want BitBake to emit the log if a build fails. | 148 | # Uncomment this if you want BitBake to emit the log if a build fails. |
151 | BBINCLUDELOGS = "yes" | 149 | BBINCLUDELOGS = "yes" |
152 | 150 | ||