From 963eb209717eb16a3627806f49674cef015a8fca Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Thu, 12 Feb 2015 04:39:54 +0000 Subject: Add explicit dependency on layers with recipes we bbappend. This is a stop-gap to get meaningful error messages to folks till we get per-layer bbappends implemented. Signed-off-by: Philip Tricca Signed-off-by: Joe MacDonald --- 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 \ +" -- cgit v1.2.3-54-g00ecf