aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-07-22 10:58:50 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-24 10:08:14 +1200
commit7fe9fc7532f670d885919a39a44805d096d18c7d (patch)
treed047c55985bab2d044bee5f153a44846b9aedf4a
parent9431698a88430f0fa892d9b270c0849c4d3d2486 (diff)
downloadopenembedded-core-contrib-7fe9fc7532f670d885919a39a44805d096d18c7d.tar.gz
bitbake.conf: whitelist progress varflag
We don't want the value of this varflag in any signatures since it's only there for the purpose of aiding display of task execution. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 942b8b1bf7..2e95819aed 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -822,7 +822,8 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \
file-checksums python func task export unexport noexec nostamp dirs cleandirs \
sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
- recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno"
+ recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \
+ progress"
MLPREFIX ??= ""
MULTILIB_VARIANTS ??= ""