diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 23:51:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 23:51:06 +0100 |
commit | fae8d5e985e9b05ce90f1eca434ad4dbf2259725 (patch) | |
tree | 09db2917229f06c35f9d2e335b6afde2d748defd /meta/classes | |
parent | ee4fc429083d4aececa50d3f1e7cf223601a9653 (diff) | |
download | poky-fae8d5e985e9b05ce90f1eca434ad4dbf2259725.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index a04542e208..17790919c1 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -112,6 +112,7 @@ def package_qa_make_fatal_error(error_class, name, path,d): | |||
112 | 112 | ||
113 | TODO: Load a whitelist of known errors | 113 | TODO: Load a whitelist of known errors |
114 | """ | 114 | """ |
115 | return False | ||
115 | return not error_class in [0, 5, 7, 8, 9] | 116 | return not error_class in [0, 5, 7, 8, 9] |
116 | 117 | ||
117 | def package_qa_write_error(error_class, name, path, d): | 118 | def package_qa_write_error(error_class, name, path, d): |