From: Richard Purdie Date: Mon, 12 Nov 2012 12:51:19 +0000 (+0000) Subject: poky.conf: Enable warning on textrel QA check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=069e8eff981f0d38d3f5161b2b505273fd8e1b50;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: Enable warning on textrel QA check Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index cf870de6dfb..cc5e5963e67 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -104,6 +104,6 @@ OELAYOUT_ABI = "8" INHERIT += "poky-sanity" #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" -WARN_QA = "" +WARN_QA = "textrel" ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"