diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-01-20 00:34:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:39 +0000 |
commit | 1dcb38ca9d632887dd99ea9fa32dd955561dc18d (patch) | |
tree | b45184361086fb37445be9201b077264ecbf6f11 /scripts/lib/devtool/deploy.py | |
parent | fc945cf3e062a0a799c9ab4870b0d53e37fdbb09 (diff) | |
download | openembedded-core-1dcb38ca9d632887dd99ea9fa32dd955561dc18d.tar.gz openembedded-core-1dcb38ca9d632887dd99ea9fa32dd955561dc18d.tar.bz2 openembedded-core-1dcb38ca9d632887dd99ea9fa32dd955561dc18d.zip |
insane.bbclass: print all the QA messages
Fixed:
If more than one files have the same QA issue, it only prints the last
one, others are overrided, for example:
messages["host-user-contaminated"] = "foo1"
messages["host-user-contaminated"] = "foo2"
Only foo2 will be printed.
Add package_qa_add_message() to hanlde messages, so that all of them
will be printed. The package_qa_add_message() is from RP.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions