All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky.conf: Silence unsafe reference warnings
@ 2012-09-18 10:33 Richard Purdie
  2012-09-19  5:32 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2012-09-18 10:33 UTC (permalink / raw)
  To: poky@yoctoproject.org

These QA warnings undermine the quality impression of OE-Core. They are
useful in some specific circumstances but until the system has been audited
and these warnings are reduced, they shouldn't be showing by default.

Therefore disable them for now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 6897ac4..ecce9f5 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -93,6 +93,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
 #
 OELAYOUT_ABI = "8"
 
-WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
+#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
 ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
 




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

* Re: [PATCH] poky.conf: Silence unsafe reference warnings
  2012-09-18 10:33 [PATCH] poky.conf: Silence unsafe reference warnings Richard Purdie
@ 2012-09-19  5:32 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2012-09-19  5:32 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky@yoctoproject.org

On Tue, Sep 18, 2012 at 3:33 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> These QA warnings undermine the quality impression of OE-Core. They are
> useful in some specific circumstances but until the system has been audited
> and these warnings are reduced, they shouldn't be showing by default.
>
> Therefore disable them for now.
>

You have my Ack

> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index 6897ac4..ecce9f5 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -93,6 +93,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
>  #
>  OELAYOUT_ABI = "8"
>
> -WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
> +#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
>  ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

end of thread, other threads:[~2012-09-19  5:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 10:33 [PATCH] poky.conf: Silence unsafe reference warnings Richard Purdie
2012-09-19  5:32 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.