[oe-commits] [openembedded-core] 01/09: bitbake.conf: whitelist progress varflag

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:39:12 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 92e20bae9837f13c6e2a171bf7d0d096678b6e4c
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Jun 24 00:06:57 2016 +1200

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 14b56cc..5557c0f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -817,7 +817,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 ??= ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list