[meta-amd] [PATCH] seattle: layer.conf: use LAYERDEPENDS

Awais Belal awais_belal at mentor.com
Wed Feb 17 05:18:25 PST 2016


Use LAYERDEPENDS to list the layer dependencies appropriately.
This way bitbake will error out if the dependencies are
not added correctly.

Signed-off-by: Awais Belal <awais_belal at mentor.com>
---
 meta-seattle/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-seattle/conf/layer.conf b/meta-seattle/conf/layer.conf
index 65eb2c5..de1da79 100644
--- a/meta-seattle/conf/layer.conf
+++ b/meta-seattle/conf/layer.conf
@@ -5,3 +5,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
 BBFILE_COLLECTIONS += "seattle"
 BBFILE_PATTERN_seattle := "^${LAYERDIR}/"
 BBFILE_PRIORITY_seattle = "14"
+
+LAYERDEPENDS_seattle = "amd core"
-- 
1.9.1



More information about the meta-amd mailing list