summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/conf/layer.conf2
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index c583c158..a72d4cdb 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -82,7 +82,7 @@ XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0"
82XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0" 82XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0"
83XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0" 83XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0"
84XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.0" 84XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.0"
85XRT_ZOCL_VERSION[v2024.2] = "202410.2.17.0" 85XRT_ZOCL_VERSION[v2024.2] = "202410.2.17.319"
86PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 86PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
87PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 87PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
88 88
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb
index 7f211e6f..ff058db3 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb
@@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=de2c993ac479f02575bcbfb14ef9b485 \
16COMPATIBLE_MACHINE ?= "^$" 16COMPATIBLE_MACHINE ?= "^$"
17COMPATIBLE_MACHINE:zynqmp = ".*" 17COMPATIBLE_MACHINE:zynqmp = ".*"
18COMPATIBLE_MACHINE:versal = ".*" 18COMPATIBLE_MACHINE:versal = ".*"
19COMPATIBLE_MACHINE:versal-net = ".*"
19 20
20S = "${WORKDIR}/git/src" 21S = "${WORKDIR}/git/src"
21 22