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>
This commit is contained in:
Philip Tricca 2015-02-12 04:39:54 +00:00 committed by Joe MacDonald
parent 0d270cbdef
commit 963eb20971

View File

@ -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 \
"