summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-24 15:18:15 -0500
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commitba139f77824e3e7bdb512296562fcf723e888aa3 (patch)
treef71731ad5ac8d3ffdec0c641045d4ccbfd6bfe84
parent4a8c409f721c036661e4b217ad666b3857076475 (diff)
downloadmeta-xilinx-ba139f77824e3e7bdb512296562fcf723e888aa3.tar.gz
xrt: Force XRT and ZOCL versions to align at install time
XRT requiring ZOCL will just ensure that the component is present, however we've observed interface changes that make this not work in all cases. Instead we now require the ZOCL version to be the same as the XRT version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index 429a1631..4b16fee6 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -22,7 +22,7 @@ BBCLASSEXTEND = "native nativesdk"
22 22
23# util-linux is for libuuid-dev. 23# util-linux is for libuuid-dev.
24DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson" 24DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi rapidjson"
25RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl" 25RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl (= ${PV})"
26 26
27EXTRA_OECMAKE += " \ 27EXTRA_OECMAKE += " \
28 -DCMAKE_BUILD_TYPE=Release \ 28 -DCMAKE_BUILD_TYPE=Release \