]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe: Add sstatesig, OE specific signature generator classes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jan 2012 15:50:59 +0000 (15:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2012 09:00:24 +0000 (09:00 +0000)
commitcb73cf4299a192e6065d567fae700987c3f937aa
tree6b4c5f1fd011c177b8e269644e22d661b35a4453
parent383b1ef37c1c6f6b1be043ac61e338d75488c9a3
lib/oe: Add sstatesig, OE specific signature generator classes

This patch adds SignatureGenerator classes specific to OE. For now,
these emulate the previous behaviour with the exception that
dependencies on quilt-native are now ignored for checksum purposes.

The intent is to allow easier experimentation and customisation of
this code in future as a result of these changes.

Note that these changes require pending bitbake patches.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/lib/oe/sstatesig.py [new file with mode: 0644]