]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig.py: Add handling for machine specific module dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Feb 2012 22:15:59 +0000 (22:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 22:36:09 +0000 (22:36 +0000)
commit91fc672756d45086cdf4e9c6de8e920dcd8cd14e
tree730a79ec2bba674a645bd205d650721472be53a7
parentbf1628286987ad6b4a762b0aeb6aece4a51e7255
sstatesig.py: Add handling for machine specific module dependencies

Adding dependencies on machine specific recipes from generic packages
causes a rebuild of the generic package per machine if using signatures
for the stamp files which is unacceptable.

We need to declare that RRECOMMENDS on kernel-module-* are safe
and that we shouldn't care about these machine specific dependencies
from a stamp perspective. This change adds code which does this.

It depends on a change in bitbake to expose the dataCache object
which can be used to make the calculations we need to allow this to
work correctly.

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