summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mhatle@xilinx.com>2022-04-13 13:36:32 -0700
committerMark Hatle <mark.hatle@amd.com>2022-07-23 14:54:52 -0700
commitb4e59d665663f6d792b153c46b098da460d12a07 (patch)
treed4553dc988ed96a9264822d4ca4ed2339a89c98c
parentc4d7a8f0195137d28de58a1e646cc8923354f1c4 (diff)
downloadmeta-xilinx-b4e59d665663f6d792b153c46b098da460d12a07.tar.gz
zocl: This is not compatible with microblaze architecture
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb
index 40578aa2..ea0728f3 100644
--- a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb
+++ b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Xilinx Runtime(XRT) driver module" 1SUMMARY = "Xilinx Runtime(XRT) driver module"
2DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" 2DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule"
3 3
4COMPATIBLE_MACHINE:microblaze = "none"
4 5
5require recipes-xrt/xrt/xrt.inc 6require recipes-xrt/xrt/xrt.inc
6 7