Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] insane bbclass: turn fatal errors back into fatal errors
@ 2011-06-30 15:11 Koen Kooi
  2011-06-30 15:33 ` Paul Eggleton
  2011-06-30 15:58 ` Tom Rini
  0 siblings, 2 replies; 18+ messages in thread
From: Koen Kooi @ 2011-06-30 15:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

These were turned off by:

	commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725
	Author: Richard Purdie <rpurdie@linux.intel.com>
	Date:   Thu Jul 8 23:51:06 2010 +0100

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

The current metadata triggers so many of these that they need to be made fatal so people will actually fix them.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/classes/insane.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f7e5524..e06d2b2 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -115,7 +115,6 @@ 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):
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-07-05 10:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30 15:11 [PATCH] insane bbclass: turn fatal errors back into fatal errors Koen Kooi
2011-06-30 15:33 ` Paul Eggleton
2011-06-30 15:49   ` Koen Kooi
2011-06-30 15:59     ` Paul Eggleton
2011-07-01 16:25       ` Richard Purdie
2011-07-01 17:12         ` Richard Purdie
2011-07-01 17:16           ` Khem Raj
2011-07-01 17:25             ` Mark Hatle
2011-07-01 17:33               ` Koen Kooi
2011-07-01 18:18                 ` Richard Purdie
2011-07-04 14:10           ` Paul Eggleton
2011-07-05 10:38           ` Richard Purdie
2011-07-01 14:55     ` Phil Blundell
2011-07-01 15:09       ` Koen Kooi
2011-06-30 15:58 ` Tom Rini
2011-06-30 16:08   ` Mark Hatle
2011-06-30 20:35     ` Koen Kooi
2011-06-30 20:59       ` Scott Garman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox