aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/layer.conf')
-rw-r--r--meta-xilinx-bsp/conf/layer.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf
new file mode 100644
index 00000000..42990b73
--- /dev/null
+++ b/meta-xilinx-bsp/conf/layer.conf
@@ -0,0 +1,19 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILES_DYNAMIC += " \
+xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bb \
+xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend \
+"
+
+BBFILE_COLLECTIONS += "xilinx-bsp"
+BBFILE_PATTERN_xilinx-bsp = "^${LAYERDIR}/"
+BBFILE_PRIORITY_xilinx-bsp = "5"
+
+LAYERDEPENDS_xilinx-bsp = "xilinx"
+
+LAYERSERIES_COMPAT_xilinx-bsp = "scarthgap"