diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-04-18 10:15:50 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-18 10:15:50 -0600 |
commit | 6992b19c30489ae81dd63cfd93fd643021170d7a (patch) | |
tree | 2b17aad3b5569c63cc296c759ad167f0021d9260 /meta-xilinx-core/conf | |
parent | 93d2836d4d0f7732e51b96250a1bfe2b2f058202 (diff) | |
download | meta-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.conf | 9 |
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 |
106 | PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" | 106 | PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" |
107 | 107 | ||
108 | # XRT/ZOCL | ||
109 | XRT_ZOCL_VERSION[v2022.1] = "202210.2.13.479" | ||
110 | XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0" | ||
111 | XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0" | ||
112 | XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0" | ||
113 | XRT_ZOCL_VERSION[v2024.1] = "202410.2.17.0" | ||
114 | PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
115 | PREFERRED_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 |
109 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" | 118 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" |
110 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | 119 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" |