[OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

Tom Rini tom_rini at mentor.com
Thu Jun 30 15:58:59 UTC 2011


On 06/30/2011 08:11 AM, Koen Kooi wrote:
> These were turned off by:
> 
> 	commit fae8d5e985e9b05ce90f1eca434ad4dbf2259725
> 	Author: Richard Purdie <rpurdie at 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 at dominion.thruhere.net>

Given that a number of them can probably just be pulled from oe.dev as
fixes too:

Acked-by: Tom Rini <tom_rini at mentor.com>

> ---
>  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):


-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-core mailing list