]> code.ossystems Code Review - openembedded-core.git/commit
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:36:48 +0000 (22:36 +0000)
commit5adef35691a956c3071c0a1ed1caf6b58d1ec5a1
treead15cd17e8d5534f91bdf19068e77b0316124357
parent91fc672756d45086cdf4e9c6de8e920dcd8cd14e
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.

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