diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-04-18 13:24:09 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-18 13:24:09 -0600 |
commit | fc83d9a8a079fc3f6b6144b319433332e171a5c0 (patch) | |
tree | 9d2fd8b15d9bee10cfaacd1df610eb8ece5c77f9 /meta-xilinx-core/conf | |
parent | 19f7b9b27d0228fd5332781d0d9bc45d8eb1116e (diff) | |
download | meta-xilinx-fc83d9a8a079fc3f6b6144b319433332e171a5c0.tar.gz |
meta-xilinx-core: layer.conf: Add AIE preferred versions
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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 6509b724..603db4c1 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -114,6 +114,21 @@ 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'}" | 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'}" | 115 | PREFERRED_VERSION_zocl ?= "${@d.getVarFlag('XRT_ZOCL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
116 | 116 | ||
117 | # AI-Engine | ||
118 | AIEFAL_VERSION[v2022.1] = "1.4" | ||
119 | AIEFAL_VERSION[v2022.2] = "1.4" | ||
120 | AIEFAL_VERSION[v2023.1] = "1.5" | ||
121 | AIEFAL_VERSION[v2023.2] = "1.5" | ||
122 | AIEFAL_VERSION[v2024.1] = "1.6" | ||
123 | PREFERRED_VERSION_aiefal ?= "${@d.getVarFlag('AIEFAL_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
124 | |||
125 | AI_ENGINE_DRIVER_VERSION[v2022.1] = "3.3" | ||
126 | AI_ENGINE_DRIVER_VERSION[v2022.2] = "3.3" | ||
127 | AI_ENGINE_DRIVER_VERSION[v2023.1] = "3.4" | ||
128 | AI_ENGINE_DRIVER_VERSION[v2023.2] = "3.4" | ||
129 | AI_ENGINE_DRIVER_VERSION[v2024.1] = "3.5" | ||
130 | PREFERRED_VERSION_ai-engine-driver ?= "${@d.getVarFlag('AI_ENGINE_DRIVER_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
131 | |||
117 | # Add support to eSDK for gen-machine-conf if it exists | 132 | # Add support to eSDK for gen-machine-conf if it exists |
118 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" | 133 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" |
119 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | 134 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" |