diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-04-13 13:36:32 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-07-23 14:54:52 -0700 |
| commit | b4e59d665663f6d792b153c46b098da460d12a07 (patch) | |
| tree | d4553dc988ed96a9264822d4ca4ed2339a89c98c | |
| parent | c4d7a8f0195137d28de58a1e646cc8923354f1c4 (diff) | |
| download | meta-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.bb | 1 |
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 @@ | |||
| 1 | SUMMARY = "Xilinx Runtime(XRT) driver module" | 1 | SUMMARY = "Xilinx Runtime(XRT) driver module" |
| 2 | DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" | 2 | DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" |
| 3 | 3 | ||
| 4 | COMPATIBLE_MACHINE:microblaze = "none" | ||
| 4 | 5 | ||
| 5 | require recipes-xrt/xrt/xrt.inc | 6 | require recipes-xrt/xrt/xrt.inc |
| 6 | 7 | ||
