diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 10:12:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 22:36:48 +0000 |
commit | 5adef35691a956c3071c0a1ed1caf6b58d1ec5a1 (patch) | |
tree | ad15cd17e8d5534f91bdf19068e77b0316124357 /meta/conf | |
parent | 91fc672756d45086cdf4e9c6de8e920dcd8cd14e (diff) | |
download | openembedded-core-5adef35691a956c3071c0a1ed1caf6b58d1ec5a1.tar.gz openembedded-core-5adef35691a956c3071c0a1ed1caf6b58d1ec5a1.tar.bz2 openembedded-core-5adef35691a956c3071c0a1ed1caf6b58d1ec5a1.zip |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index ad9540586c..c0c2930f0d 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -18,3 +18,4 @@ PATH := "${PATH}:${COREBASE}/scripts" QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" +SIGGEN_EXCLUDERECIPES_ABISAFE = "sysvinit-inittab shadow-securetty opkg-config-base netbase formfactor xserver-xf86-config pointercal base-files" |