summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.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-19 10:03:07 -0600
commit8db695adaffffa7f64acda36ec7780a629b09868 (patch)
tree98993dfb9f4dd1afda7d544c91afdfe9458f41d3 /meta-xilinx-core/conf/layer.conf
parentdd8ea4e52a47320656028ce18117f58053d3aaeb (diff)
downloadmeta-xilinx-8db695adaffffa7f64acda36ec7780a629b09868.tar.gz
meta-xilinx-core: xrt: Rename and add older versions
Version/rename XRT for the current version. 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/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index bb97d7a0..ccc5e253 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -98,6 +98,14 @@ PREFERRED_VERSION_kernel-module-vcu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+gi
98# VDU kernel module 98# VDU kernel module
99PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%" 99PREFERRED_VERSION_kernel-module-vdu = "1.0.0-xilinx-${XILINX_RELEASE_VERSION}+git%"
100 100
101# XRT/ZOCL
102XRT_ZOCL_VERSION[v2022.1] = "202210.2.13.479"
103XRT_ZOCL_VERSION[v2022.2] = "202220.2.14.0"
104XRT_ZOCL_VERSION[v2023.1] = "202310.2.15.0"
105XRT_ZOCL_VERSION[v2023.2] = "202320.2.16.0"
106PREFERRED_VERSION_xrt ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
107PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
108
101# Add support to eSDK for gen-machine-conf if it exists 109# Add support to eSDK for gen-machine-conf if it exists
102PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" 110PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts"
103BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" 111BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH"