]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig.py: Fix image regeneration issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2013 15:32:13 +0000 (15:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Apr 2014 11:02:01 +0000 (12:02 +0100)
commit946ec90c5de1faa18c899e9b45efedc3d47b93bd
tree14351daeff7b6c9dbe8ee107d5db3456dab5b95c
parentc3acfdfe0c0c3579c5f469f10b87a2926214ba5d
sstatesig.py: Fix image regeneration issue

With the "ABI safe" recipes, we've been excluding those from signatures. This
is fine in the general case but in the specific case of image recipes it breaks.

A good test case is the interfaces file. Editting this causes init-ifupdown
to rebuild but not an image containing it (e.g. core-image-minimal).

We need to ensure the checksums are added to the image recipes and this change
does that.

(From OE-Core master rev: fd085f15e7cd093953f974f69277e130174d551d)

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