All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] meta/conf/layers.conf: Add ca-certificates as ABISAFE
@ 2017-09-13 15:15 Mark Hatle
  2017-09-13 15:15 ` [PATCH 2/2] bitbake.conf: Add default FILESYSTEM_PERMS_TABLES Mark Hatle
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Hatle @ 2017-09-13 15:15 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index df457c2..6be2a57 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -40,6 +40,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   base-passwd \
   opkg-utils \
   gstreamer1.0-meta-base \
+  ca-certificates \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-13 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 15:15 [PATCH 1/2] meta/conf/layers.conf: Add ca-certificates as ABISAFE Mark Hatle
2017-09-13 15:15 ` [PATCH 2/2] bitbake.conf: Add default FILESYSTEM_PERMS_TABLES Mark Hatle
2017-09-13 17:57   ` Otavio Salvador
2017-09-13 18:42     ` Mark Hatle
2017-09-13 20:56       ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.