summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorChristian Kohn <christian.kohn@xilinx.com>2021-02-20 16:31:25 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 14:36:42 -0700
commit285d8eac120041c494b40783176e7eb3d5cf2f2f (patch)
treef27a5be9fa52d1f424eeb793dfa128efc1a1d4fc /meta-xilinx-bsp/conf/layer.conf
parent39ee48a369f3e9f86795d7f5e1dd90ed2b0f96d6 (diff)
downloadmeta-xilinx-285d8eac120041c494b40783176e7eb3d5cf2f2f.tar.gz
xrt: Add run-time dependency on zocl
XRT has a run-time dependency on zocl for correct operation. Add zocl as RDEPENDS. Since XRT is machine independent, but zocl is tied to the kernel (because it's a kernel module) and is thus kernel/machine specific, any time the machine is changed, the hash for XRT would change. To 'break' the dependency when it comes to hash calculations, add a SIGGEN_EXCLUDE declaring this dependency as 'safe'. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/layer.conf')
-rw-r--r--meta-xilinx-bsp/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf
index 505097d2..5a663b55 100644
--- a/meta-xilinx-bsp/conf/layer.conf
+++ b/meta-xilinx-bsp/conf/layer.conf
@@ -13,6 +13,10 @@ LAYERDEPENDS_xilinx = "core"
13 13
14LAYERSERIES_COMPAT_xilinx = "dunfell gatesgarth" 14LAYERSERIES_COMPAT_xilinx = "dunfell gatesgarth"
15 15
16SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
17 xrt->zocl \
18"
19
16BB_DANGLINGAPPENDS_WARNONLY ?= "1" 20BB_DANGLINGAPPENDS_WARNONLY ?= "1"
17 21
18XILINX_RELEASE_VERSION = "v2020.2" 22XILINX_RELEASE_VERSION = "v2020.2"