mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Kill unused projectdir in bb package.
(Bitbake rev: 79b93e6929c5feeb1ad05bd17f589c69f00b77f6) Signed-off-by: Chris Larson <clarson@mvista.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
8f83be3338
commit
9998b454bb
@@ -68,24 +68,13 @@ __all__ = [
|
|||||||
|
|
||||||
import sys, os, types, re, string, bb
|
import sys, os, types, re, string, bb
|
||||||
|
|
||||||
#projectdir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
|
|
||||||
projectdir = os.getcwd()
|
|
||||||
|
|
||||||
if "BBDEBUG" in os.environ:
|
if "BBDEBUG" in os.environ:
|
||||||
level = int(os.environ["BBDEBUG"])
|
level = int(os.environ["BBDEBUG"])
|
||||||
if level:
|
if level:
|
||||||
bb.msg.set_debug_level(level)
|
bb.msg.set_debug_level(level)
|
||||||
|
|
||||||
#######################################################################
|
|
||||||
#######################################################################
|
|
||||||
#
|
|
||||||
# SECTION: Debug
|
|
||||||
#
|
|
||||||
# PURPOSE: little functions to make yourself known
|
|
||||||
#
|
|
||||||
#######################################################################
|
|
||||||
#######################################################################
|
|
||||||
|
|
||||||
|
# Messaging convenience functions
|
||||||
def plain(*args):
|
def plain(*args):
|
||||||
bb.msg.plain(''.join(args))
|
bb.msg.plain(''.join(args))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user