diff options
author | Ashwini Lomate <ashwini.lomate@amd.com> | 2024-06-18 19:35:49 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-06-18 11:28:12 -0500 |
commit | 070ddff60df29d2e4999109ff8b9f458cf283b36 (patch) | |
tree | 0301c8924e05b16995908c1b6f5a3a8ddf93e4c9 /meta-xilinx-core/recipes-xrt | |
parent | 496ccda770c0321849b723e192250b1266c332b0 (diff) | |
download | meta-xilinx-070ddff60df29d2e4999109ff8b9f458cf283b36.tar.gz |
layer.conf:xrt_202410.2.17.319.bb: Fix for conflicting issue in zocl
Update preferred version for xrt,zocl to pick latest bb file.
And add compatible string for versal-net in xrt*.bb file.
Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb index 7f211e6f..ff058db3 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202410.2.17.319.bb | |||
@@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=de2c993ac479f02575bcbfb14ef9b485 \ | |||
16 | COMPATIBLE_MACHINE ?= "^$" | 16 | COMPATIBLE_MACHINE ?= "^$" |
17 | COMPATIBLE_MACHINE:zynqmp = ".*" | 17 | COMPATIBLE_MACHINE:zynqmp = ".*" |
18 | COMPATIBLE_MACHINE:versal = ".*" | 18 | COMPATIBLE_MACHINE:versal = ".*" |
19 | COMPATIBLE_MACHINE:versal-net = ".*" | ||
19 | 20 | ||
20 | S = "${WORKDIR}/git/src" | 21 | S = "${WORKDIR}/git/src" |
21 | 22 | ||