summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 10:12:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 22:52:22 +0000
commit26882fdd6718b4f5ceb970dd9e1e7ee8c9273f17 (patch)
treee674f8e17c3178eb575d09577037e2bfc8c93f21 /meta/conf
parent77988c32f1c9b3eb9248ac6eb296fb8f4c833752 (diff)
downloadpoky-26882fdd6718b4f5ceb970dd9e1e7ee8c9273f17.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf1
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"
18 18
19QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" 19QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
20 20
21SIGGEN_EXCLUDERECIPES_ABISAFE = "sysvinit-inittab shadow-securetty opkg-config-base netbase formfactor xserver-xf86-config pointercal base-files"