mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4e889c04ba
commit
8daa1b419f
@@ -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 ??= ""
|
||||
|
||||
Reference in New Issue
Block a user