aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bbimage
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-09-09 21:43:06 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-09-09 21:43:06 +0000
commit613f2cfa92c04a9b1f367b8e7d13b32e9913cc3c (patch)
treef7694533f95a9deb3b3dd8d8e27265dc9722da68 /bin/bbimage
parentfdb2e3ced1a00dc029c69878a7afb63bf4643797 (diff)
downloadbitbake-613f2cfa92c04a9b1f367b8e7d13b32e9913cc3c.tar.gz
bbimage: Add call to init logging variable
Diffstat (limited to 'bin/bbimage')
-rwxr-xr-xbin/bbimage1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bbimage b/bin/bbimage
index 9656c05a0..9adedbfc6 100755
--- a/bin/bbimage
+++ b/bin/bbimage
@@ -27,6 +27,7 @@ type = "jffs2"
cfg_bb = data.init()
cfg_oespawn = data.init()
+bb.msg.set_debug_level(0)
def usage():
print "Usage: bbimage [options ...]"