summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-20 12:57:55 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-20 12:58:47 -0800
commita8ff12032173cc24285a85202c0f8265de23d218 (patch)
tree94b68ee88360bf23b7ac1e32e9496c2246b05104
parentc85f3b9fb4f52077196f1b55e1ffb53d723edb8d (diff)
downloadmeta-xilinx-a8ff12032173cc24285a85202c0f8265de23d218.tar.gz
xrt: **** TEMPORARILY **** disable zocl, due to linux 5.15
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
index f73d3d2b..0d0d71aa 100644
--- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
@@ -19,7 +19,8 @@ BBCLASSEXTEND = "native nativesdk"
19 19
20# util-linux is for libuuid-dev. 20# util-linux is for libuuid-dev.
21DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi" 21DEPENDS = "libdrm opencl-headers ocl-icd opencl-clhpp boost util-linux git-replacement-native protobuf-native protobuf elfutils libffi"
22RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl" 22#RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem zocl"
23RDEPENDS:${PN} = "bash ocl-icd boost-system boost-filesystem"
23 24
24EXTRA_OECMAKE += " \ 25EXTRA_OECMAKE += " \
25 -DCMAKE_BUILD_TYPE=Release \ 26 -DCMAKE_BUILD_TYPE=Release \