diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-24 00:06:57 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:22 +0100 |
commit | 8daa1b419f8d114bc621c05de4ee0f29cbd0d786 (patch) | |
tree | 713c0fa94ef62da128499a5d58e19efb83781175 /meta | |
parent | 4e889c04ba518dac492c193224a790a877f43f40 (diff) | |
download | poky-8daa1b419f8d114bc621c05de4ee0f29cbd0d786.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.
(From OE-Core rev: 1f33659a92b2d4b1514984183384fbdcf72ddb99)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 14b56ccca9..5557c0f70e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -817,7 +817,8 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
817 | lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ | 817 | lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ |
818 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ | 818 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ |
819 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 819 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
820 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno" | 820 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ |
821 | progress" | ||
821 | 822 | ||
822 | MLPREFIX ??= "" | 823 | MLPREFIX ??= "" |
823 | MULTILIB_VARIANTS ??= "" | 824 | MULTILIB_VARIANTS ??= "" |