diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-04-13 13:36:32 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-04-13 13:36:32 -0700 |
| commit | 9213a5183559ad69f3f9fbe56312b9241b292682 (patch) | |
| tree | 561e23716eaa2ff5dc5e9a5d1b01b37ae30592b9 | |
| parent | 07e4b930badbf3d033da532f9c6c3fb2e7649e75 (diff) | |
| download | meta-xilinx-9213a5183559ad69f3f9fbe56312b9241b292682.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 | ||
