* [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend.
@ 2015-02-12 4:39 Philip Tricca
2015-02-12 13:16 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: Philip Tricca @ 2015-02-12 4:39 UTC (permalink / raw)
To: yocto
This is a stop-gap to get meaningful error messages to folks till we get
per-layer bbappends implemented.
Signed-off-by: Philip Tricca <flihp@twobit.us>
---
conf/layer.conf | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 7af76a1..723f5a8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,4 +13,10 @@ BBFILE_PRIORITY_selinux = "5"
# cause compatibility issues with other layers
LAYERVERSION_selinux = "1"
-LAYERDEPENDS_selinux = "core"
+LAYERDEPENDS_selinux = " \
+ core \
+ meta-python \
+ networking-layer \
+ openembedded-layer \
+ virtualization-layer \
+"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-12 13:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 4:39 [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend Philip Tricca
2015-02-12 13:16 ` Joe MacDonald
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.