]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/sstatesig.py: Exclude common machine specific dependencies from task signatures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jan 2012 17:11:14 +0000 (17:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jan 2012 14:29:26 +0000 (14:29 +0000)
commit07e34778fc74126af1380bf249fd34a5e3df12c2
treecd0dab52ea2eb0b8d3fd049a64e055a3ada4017d
parent318133b5202632c6957c2aade22b1ef7af929f23
lib/oe/sstatesig.py: Exclude common machine specific dependencies from task signatures

Where we have machine specific recipes with well defined behaviour, it makes
no sense to rebuild recipes with these as dependencies whenever the machine
changes. This patch lists those well behaved recipes and excludes them from
the task signatures so we can change MACHINE without invalidating existing
PACKAGE_ARCH binaries.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py