diff options
-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" |