summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-vendor/conf/layer.conf')
-rw-r--r--meta-xilinx-vendor/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/layer.conf b/meta-xilinx-vendor/conf/layer.conf
new file mode 100644
index 00000000..b3e81efc
--- /dev/null
+++ b/meta-xilinx-vendor/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx-vendor"
9BBFILE_PATTERN_xilinx-vendor = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx-vendor = "5"
11
12LAYERDEPENDS_xilinx-vendor = "xilinx"
13LAYERSERIES_COMPAT_xilinx-vendor = "honister"