diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-22 22:15:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 22:36:09 +0000 |
commit | 91fc672756d45086cdf4e9c6de8e920dcd8cd14e (patch) | |
tree | 730a79ec2bba674a645bd205d650721472be53a7 /scripts/oe-setup-builddir | |
parent | bf1628286987ad6b4a762b0aeb6aece4a51e7255 (diff) | |
download | openembedded-core-91fc672756d45086cdf4e9c6de8e920dcd8cd14e.tar.gz openembedded-core-91fc672756d45086cdf4e9c6de8e920dcd8cd14e.tar.bz2 openembedded-core-91fc672756d45086cdf4e9c6de8e920dcd8cd14e.tar.xz openembedded-core-91fc672756d45086cdf4e9c6de8e920dcd8cd14e.zip |
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>
Diffstat (limited to 'scripts/oe-setup-builddir')
0 files changed, 0 insertions, 0 deletions