]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: allow excluding dependencies of variables
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 10 Dec 2010 14:29:39 +0000 (14:29 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 14 Dec 2010 22:35:50 +0000 (22:35 +0000)
commita52e4063f4da3ac377959bbd1bea425c9a466df9
tree9e49041144e3c02f3f409f10d34df3553d7620a2
parent27c117141f0189332d9bc66fd371ed178428626e
bitbake: allow excluding dependencies of variables

Adds a vardepsexclude flag that can be used to exclude a dependency of
a variable (the opposite of vardeps). This will allow the exclusion of
variables from the hash generation much more selectively than blanket
whitelisting using BB_HASHBASE_WHITELIST.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
bitbake/lib/bb/data.py