insane.bbclass: Relax fatal errors for now until we get have time to work through the backlog

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-07-08 23:51:06 +01:00
parent ee4fc42908
commit fae8d5e985
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
TODO: Load a whitelist of known errors
"""
return False
return not error_class in [0, 5, 7, 8, 9]
def package_qa_write_error(error_class, name, path, d):