From: ChenQi <Qi.Chen@windriver.com>
To: <poky@yoctoproject.org>
Subject: Re: [PATCH 1/1] poky.conf: use weak assignment for WARN_QA and ERROR_QA
Date: Fri, 22 Nov 2013 13:06:33 +0800 [thread overview]
Message-ID: <528EE659.4010804@windriver.com> (raw)
In-Reply-To: <923963c295c4c3513a4752f51bd94e3c5c1fcb8f.1383707515.git.Qi.Chen@windriver.com>
ping
On 11/06/2013 11:13 AM, Qi.Chen@windriver.com wrote:
> From: Chen Qi <qi.chen@windriver.com>
>
> Use weak assignment for WARN_QA and ERROR_QA in the ditro configuration
> file (poky.conf) to allow for override in local.conf.
>
> As local.conf is included before the distro configuration file, we cannot
> easily set custom WARN_QA and ERROR_QA in local.conf if we don't use
> weak assignment in poky.conf.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> meta-yocto/conf/distro/poky.conf | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index 44bc4c6..c4643d2 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -101,8 +101,8 @@ OELAYOUT_ABI = "8"
> INHERIT += "poky-sanity"
>
> # QA check settings - a little stricter than the OE-Core defaults
> -WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir"
> -ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
> +WARN_QA ?= "textrel files-invalid incompatible-license xorg-driver-abi libdir"
> +ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
> useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
> compile-host-path dep-cmp installed-vs-shipped install-host-path \
> packages-list perm-config perm-line perm-link pkgv-undefined \
prev parent reply other threads:[~2013-11-22 5:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1383707515.git.Qi.Chen@windriver.com>
2013-11-06 3:13 ` [PATCH 1/1] poky.conf: use weak assignment for WARN_QA and ERROR_QA Qi.Chen
2013-11-22 5:06 ` ChenQi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=528EE659.4010804@windriver.com \
--to=qi.chen@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.