sstatesig.py: Move package exclusion list to the layer config
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 10:12:48 +0000 (10:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 22:52:22 +0000 (22:52 +0000)
commit577e67e8c8e5d3bb9d978796bed52e606d09a696
tree01257b9472010254c7c64b4cf3f6f8c405abd727
parentfcda73962a73fb614b0ab017ed2f2b500b4ffb53
sstatesig.py: Move package exclusion list to the layer config

its desireable for other layers to be able to append to the list of packages
with 'safe ABI's which are excluded from the sstate signatures.

I can't emphasise enough how careful you need to be with this list, anything
excluded here needs to be things which don't change interface and are consistent
between different machines.

(From OE-Core rev: 5adef35691a956c3071c0a1ed1caf6b58d1ec5a1)

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