All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-integrity][PATCH 1/3] layer.conf: add dependency on meta-security
@ 2019-07-24 11:23 Dmitry Eremin-Solenikov
  2019-07-24 11:23 ` [meta-integrity][PATCH 2/3] ima-evm-utils: bump version Dmitry Eremin-Solenikov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dmitry Eremin-Solenikov @ 2019-07-24 11:23 UTC (permalink / raw)
  To: yocto

ima-evm-utils recipe depends on keyutils recipe which is a part of
meta-security layer.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
---
 meta-integrity/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 2f696cf7c332..917aa86e11d7 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -22,3 +22,5 @@ IMA_EVM_BASE := '${LAYERDIR}'
 OE_TERMINAL_EXPORTS += "IMA_EVM_BASE"
 
 LAYERSERIES_COMPAT_integrity = "warrior"
+# ima-evm-utils depends on keyutils from meta-security
+LAYERDEPENDS_integrity = "core security"
-- 
2.20.1



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

end of thread, other threads:[~2019-07-29 10:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-24 11:23 [meta-integrity][PATCH 1/3] layer.conf: add dependency on meta-security Dmitry Eremin-Solenikov
2019-07-24 11:23 ` [meta-integrity][PATCH 2/3] ima-evm-utils: bump version Dmitry Eremin-Solenikov
2019-07-24 11:23 ` [meta-integrity][PATCH 3/3] ima-evm-utils: refresh xattr patch Dmitry Eremin-Solenikov
2019-07-29  9:49 ` [meta-integrity][PATCH 1/3] layer.conf: add dependency on meta-security Martin Jansa
2019-07-29 10:37   ` Dmitry Eremin-Solenikov

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.