diff options
author | Philip Tricca <flihp@twobit.us> | 2015-02-12 04:39:54 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-12 08:16:31 -0500 |
commit | 963eb209717eb16a3627806f49674cef015a8fca (patch) | |
tree | 8e12994261cace6195eb96fd61aaec939cc52b1c | |
parent | 0d270cbdefaeab79732f1bd7b2c11f2b105f6019 (diff) | |
download | meta-selinux-963eb209717eb16a3627806f49674cef015a8fca.tar.gz |
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 <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | conf/layer.conf | 8 |
1 files changed, 7 insertions, 1 deletions
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" | |||
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
14 | LAYERVERSION_selinux = "1" | 14 | LAYERVERSION_selinux = "1" |
15 | 15 | ||
16 | LAYERDEPENDS_selinux = "core" | 16 | LAYERDEPENDS_selinux = " \ |
17 | core \ | ||
18 | meta-python \ | ||
19 | networking-layer \ | ||
20 | openembedded-layer \ | ||
21 | virtualization-layer \ | ||
22 | " | ||