From bea0c577c81d8151790d938779710bb81a76e7d6 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 7 Mar 2014 22:01:41 -0700 Subject: [PATCH] layer.conf: add LAYERDEPENDS Signed-off-by: Christopher Larson --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 51c4706..db4f407 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,6 +5,8 @@ BBFILE_COLLECTIONS += "sourcery" BBFILE_PRIORITY_sourcery = "10" BBFILE_PATTERN_sourcery = "^${LAYERDIR}/" +LAYERDEPENDS_sourcery = "core" + # Let us add layer-specific bbappends which are only applied when that # layer is included in our configuration BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \