]> code.ossystems Code Review - openembedded-core.git/commit
devtool / recipetool: ensure bb.note() gets printed
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 May 2015 15:15:04 +0000 (16:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 May 2015 07:16:47 +0000 (08:16 +0100)
commit69f426a2d966a2228cbdc708b9ddab31005c6d96
tree14bb7223866ab9071400f08f768e53574af1507d
parent0c65e61d029e2c2293b072ff950aa825394abb79
devtool / recipetool: ensure bb.note() gets printed

Most of the time when bb.note() gets called we want to see the output,
so ensure the level is set appropriately depending on the command line
options instead of being fixed at warning. (We don't want to see the
notes for fetch/unpack/patch though as they are too verbose).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/standard.py
scripts/recipetool