diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 12:51:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 13:36:42 +0000 |
commit | e5822cf6c8373746faca0271d6394a5380edd738 (patch) | |
tree | 3f34954df0416a600106c21c25b6b79b37c63f1c /meta-yocto/conf | |
parent | 960331188d620920f293ebf4b7f8d20d61680ce3 (diff) | |
download | poky-e5822cf6c8373746faca0271d6394a5380edd738.tar.gz |
poky.conf: Enable warning on textrel QA check
(From meta-yocto rev: 069e8eff981f0d38d3f5161b2b505273fd8e1b50)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 6a254f9cf0..a2ba9da267 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -105,6 +105,6 @@ OELAYOUT_ABI = "8" | |||
105 | INHERIT += "poky-sanity" | 105 | INHERIT += "poky-sanity" |
106 | 106 | ||
107 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" | 107 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" |
108 | WARN_QA = "" | 108 | WARN_QA = "textrel" |
109 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" | 109 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" |
110 | 110 | ||