summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>2022-06-13 14:22:44 -0600
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 14:45:08 -0500
commit2047447b707ec8c84b36c53d50df650b5e9d3ae5 (patch)
tree0c65eb99f810e855f5e6888af38f8f03465513ca /meta-xilinx-vendor
parentae8c42210ac5dc208f07875f78307dcb696ccd16 (diff)
downloadmeta-xilinx-2047447b707ec8c84b36c53d50df650b5e9d3ae5.tar.gz
layer.conf: Add xilinx-tools as dynamic layers
Add meta-xilinx-tools as dynamic-layers. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-vendor')
-rw-r--r--meta-xilinx-vendor/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/layer.conf b/meta-xilinx-vendor/conf/layer.conf
index b3e81efc..3d1ff571 100644
--- a/meta-xilinx-vendor/conf/layer.conf
+++ b/meta-xilinx-vendor/conf/layer.conf
@@ -5,6 +5,11 @@ BBPATH .= ":${LAYERDIR}"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILES_DYNAMIC += " \
9xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bb \
10xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend \
11"
12
8BBFILE_COLLECTIONS += "xilinx-vendor" 13BBFILE_COLLECTIONS += "xilinx-vendor"
9BBFILE_PATTERN_xilinx-vendor = "^${LAYERDIR}/" 14BBFILE_PATTERN_xilinx-vendor = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx-vendor = "5" 15BBFILE_PRIORITY_xilinx-vendor = "5"