diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-09-18 17:27:58 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-09-18 17:27:58 +1000 |
commit | c359e7ebaaf72d42c8b588db2c09c9ceca013d7d (patch) | |
tree | 59b24c307aeba9c13af47be55fd931ef8c13b1b3 | |
parent | 2690e909e7299560c1347e4db09c99197711f0e8 (diff) | |
download | meta-xilinx-c359e7ebaaf72d42c8b588db2c09c9ceca013d7d.tar.gz |
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 <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
8 | BBFILE_COLLECTIONS += "xilinx" | 8 | BBFILE_COLLECTIONS += "xilinx" |
9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_xilinx = "6" | 10 | BBFILE_PRIORITY_xilinx = "6" |
11 | |||
12 | LAYERDEPENDS_xilinx = "core" | ||