[poky] [PATCH] poky.conf: Silence unsafe reference warnings
Khem Raj
raj.khem at gmail.com
Tue Sep 18 22:32:18 PDT 2012
On Tue, Sep 18, 2012 at 3:33 AM, Richard Purdie
<richard.purdie at 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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list