diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-06-10 13:47:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:45:24 +0100 |
commit | 8f5675e6d3eb8473f367de72d2d3d8a702011a47 (patch) | |
tree | f59cce56a4a315bd0a56d5b588416a3688a57156 /meta/classes/syslinux.bbclass | |
parent | 4ec66dc5f38913056942e1288c0b01a00ea0551f (diff) | |
download | openembedded-core-8f5675e6d3eb8473f367de72d2d3d8a702011a47.tar.gz openembedded-core-8f5675e6d3eb8473f367de72d2d3d8a702011a47.tar.bz2 openembedded-core-8f5675e6d3eb8473f367de72d2d3d8a702011a47.zip |
insane.bbclass: quiet package errors not in *_QA
Currently, if a package QA type from package.bbclass is not listed in
ERROR_QA, it gets shown, regardless of whether it's in WARN_QA. This differs
from the behavior of the rest of the QA handling (which doesn't call
package_qa_handle_error at all if it's in neither _QA variable), and is
nonintuitive. Change this to use bb.note() if it's listed neither in ERROR_QA
nor WARN_QA, so it ends up in the task logs, but doesn't clutter up the user's
output.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/syslinux.bbclass')
0 files changed, 0 insertions, 0 deletions