Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Revert "bitbake.conf: don't remove WARN_QA and ERROR_QA from hashes"
@ 2015-02-04 21:33 Ross Burton
  2015-02-06 10:41 ` Paul Eggleton
  0 siblings, 1 reply; 10+ messages in thread
From: Ross Burton @ 2015-02-04 21:33 UTC (permalink / raw)
  To: openembedded-core

It turns out that changing WARN_QA and ERROR_QA results in do_configure's QA
postfunc re-executing, so changing a QA test results in a complete rebuild.

This is just too much and the lesser evil of needing to do a full rebuild to
verify changed QA flags is preferable to an enforced full rebuild.

This reverts commit daecfc3438122b5d146a59a5053e57006d55ccc4.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 907ed1e..b5b54b7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -774,7 +774,7 @@ BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \
     USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \
     PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \
     CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX \
-    WORKDIR STAMPCLEAN PKGDATA_DIR"
+    WARN_QA ERROR_QA WORKDIR STAMPCLEAN PKGDATA_DIR"
 BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SSH_AGENT_PID \
     SSH_AUTH_SOCK PSEUDO_BUILD BB_ENV_EXTRAWHITE DISABLE_SANITY_CHECKS \
     PARALLEL_MAKE BB_NUMBER_THREADS BB_ORIGENV BB_INVALIDCONF BBINCLUDED"
-- 
1.7.10.4



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

end of thread, other threads:[~2015-02-06 16:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 21:33 [PATCH] Revert "bitbake.conf: don't remove WARN_QA and ERROR_QA from hashes" Ross Burton
2015-02-06 10:41 ` Paul Eggleton
2015-02-06 11:42   ` Richard Purdie
2015-02-06 14:10     ` Otavio Salvador
2015-02-06 14:18       ` Burton, Ross
2015-02-06 14:21         ` Otavio Salvador
2015-02-06 15:02           ` Martin Jansa
2015-02-06 15:13             ` Richard Purdie
2015-02-06 15:53               ` Otavio Salvador
2015-02-06 16:29                 ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox