From c359e7ebaaf72d42c8b588db2c09c9ceca013d7d Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 18 Sep 2014 17:27:58 +1000 Subject: conf/layer.conf: Add LAYERDEPENDS * Add the LAYERDEPENDS variable to correctly define the layers meta-xilinx depends on. Currently only the core layer is a dependency Signed-off-by: Nathan Rossi --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index dc7dd969..4e03ff65 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "xilinx" BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" BBFILE_PRIORITY_xilinx = "6" + +LAYERDEPENDS_xilinx = "core" -- cgit v1.2.3-54-g00ecf