]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: set an exclusion list for varflags in checksums
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 May 2012 16:25:04 +0000 (17:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 May 2012 16:37:19 +0000 (17:37 +0100)
commit2bed83c6237669b6fc6fa25b2a554efb73395ca6
tree4a10f79515f0e7efae45fe33859c6d5f23297e39
parent6176dbd6ee770c0c2849f53b213866b61ac29ff1
bitbake.conf: set an exclusion list for varflags in checksums

Set BB_SIGNATURE_EXCLUDE_FLAGS, which is used by the new varflag
checksum code in BitBake. The list is intended to cut out most of the
varflags that are generated internally, don't influence the output or
are already included in the checksum in some way. If need be this list
can be extended in the future. The existing vardepsexclude mechanism
can also be used to exclude undesired varflags, but they must be fully
specified, e.g.:

do_patch[vardepsexclude] += "do_patch[someflag]"

Implements [YOCTO #2517].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf