mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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:
@@ -112,6 +112,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
|
|||||||
|
|
||||||
TODO: Load a whitelist of known errors
|
TODO: Load a whitelist of known errors
|
||||||
"""
|
"""
|
||||||
|
return False
|
||||||
return not error_class in [0, 5, 7, 8, 9]
|
return not error_class in [0, 5, 7, 8, 9]
|
||||||
|
|
||||||
def package_qa_write_error(error_class, name, path, d):
|
def package_qa_write_error(error_class, name, path, d):
|
||||||
|
|||||||
Reference in New Issue
Block a user