All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-virtualization: add layer depends on selinux
@ 2019-07-25  3:43 mingli.yu
  2019-07-25 18:28 ` Bruce Ashfield
  0 siblings, 1 reply; 10+ messages in thread
From: mingli.yu @ 2019-07-25  3:43 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

From: Mingli Yu <Mingli.Yu@windriver.com>

Since cri-o of meta-virtualization depends on
libselinux which comes from selinux, add missing
layer depends back.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index be1f222..23efcb8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,6 +21,7 @@ LAYERDEPENDS_virtualization-layer = " \
     networking-layer \
     filesystems-layer \
     meta-python \
+    selinux \
 "
 
 # webserver: naigos requires apache2
-- 
2.7.4



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

end of thread, other threads:[~2019-08-01  1:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-25  3:43 [PATCH] meta-virtualization: add layer depends on selinux mingli.yu
2019-07-25 18:28 ` Bruce Ashfield
2019-07-26  2:00   ` Yu, Mingli
2019-07-26  2:31     ` Bruce Ashfield
2019-07-26  2:38       ` Bruce Ashfield
2019-07-26  9:10         ` Yu, Mingli
2019-07-26  9:10           ` [PATCH] cri-o: skip it when depends not found mingli.yu
2019-07-31  7:26             ` Yu, Mingli
2019-08-01  1:49               ` Bruce Ashfield
2019-07-26 16:46         ` [PATCH] meta-virtualization: add layer depends on selinux Mark Hatle

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.