summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-13 10:15:05 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 22:10:36 +0100
commit84ee53fe93f596eb1fc36e42530c52c655f6ab16 (patch)
tree5f1b8734233a8adbbf096ec56fcfee786b94d568 /meta/conf
parent95698142e1893577a0561f7183582576b7c49be4 (diff)
downloadpoky-84ee53fe93f596eb1fc36e42530c52c655f6ab16.tar.gz
meta/conf/layers.conf: Add ca-certificates as ABISAFE
meta-oe was doing this before, but it was triggering a yocto-compat-script failure during the signature checking. The ca-certificates changing is ABISAFE, as the certificates themselves do not modify the compiles behavior of the applications. This should permit easier upgrades without as much rebuilding. The original value was set in meta-oe by commit ff7a4b13c4efeffc5853a93c6ff7265fa3d6c143. (From OE-Core rev: 583dca290c230fbc981c41fe91e8abeff616e633) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 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 df457c2821..6be2a57a70 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -40,6 +40,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
40 base-passwd \ 40 base-passwd \
41 opkg-utils \ 41 opkg-utils \
42 gstreamer1.0-meta-base \ 42 gstreamer1.0-meta-base \
43 ca-certificates \
43" 44"
44 45
45SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 46SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \