summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-04-18 10:15:50 -0600
committerMark Hatle <mark.hatle@amd.com>2024-04-18 10:15:50 -0600
commit6992b19c30489ae81dd63cfd93fd643021170d7a (patch)
tree2b17aad3b5569c63cc296c759ad167f0021d9260 /meta-xilinx-core/conf
parent93d2836d4d0f7732e51b96250a1bfe2b2f058202 (diff)
downloadmeta-xilinx-6992b19c30489ae81dd63cfd93fd643021170d7a.tar.gz
meta-xilinx-core: xrt: Add older versions
Zocl is tied to XRT, and to the kernel sources. So provide an older XRT/Zocl combination to allow for older configurations. Note, 2022.1 -> 2023.1 do not currently work. Zocl builds, but XRT fails due to issues with gcc 12 and beyond. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index a51a5259..6509b724 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -105,6 +105,15 @@ PREFERRED_VERSION_kernel-module-vcu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+gi
105# VDU kernel module 105# VDU kernel module
106PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" 106PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%"
107 107
108# XRT/ZOCL
109XRT_ZOCL_VERSION[v2022.1] = "202210.2.13.479"
110XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0"
111XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0"
112XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0"
113XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.0"
114PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
115PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
116
108# Add support to eSDK for gen-machine-conf if it exists 117# Add support to eSDK for gen-machine-conf if it exists
109PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" 118PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts"
110BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" 119BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH"