diff options
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 2aa0a1a1..b9eabc8b 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -78,7 +78,7 @@ XRT_ZOCL_VERSION[v2022.1] = "202210.2.13.479" | |||
78 | XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0" | 78 | XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0" |
79 | XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0" | 79 | XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0" |
80 | XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0" | 80 | XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0" |
81 | XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.0" | 81 | XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.319" |
82 | PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 82 | PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
83 | PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 83 | PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
84 | 84 | ||
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 d91efec9..c88450c2 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 \ | |||
16 | COMPATIBLE_MACHINE ?= "^$" | 16 | COMPATIBLE_MACHINE ?= "^$" |
17 | COMPATIBLE_MACHINE:zynqmp = ".*" | 17 | COMPATIBLE_MACHINE:zynqmp = ".*" |
18 | COMPATIBLE_MACHINE:versal = ".*" | 18 | COMPATIBLE_MACHINE:versal = ".*" |
19 | COMPATIBLE_MACHINE:versal-net = ".*" | ||
19 | 20 | ||
20 | S = "${UNPACKDIR}/git/src" | 21 | S = "${UNPACKDIR}/git/src" |
21 | 22 | ||