diff options
| author | rbramand <rahul.bramandlapalli@xilinx.com> | 2022-10-12 13:41:49 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-22 10:27:50 -0500 |
| commit | ad773e61ee3f3d25a702c7e999a9e6332b0af2ac (patch) | |
| tree | 85d26eb303c14c99415893eea440388b0fd531a4 /meta-xilinx-core/recipes-xrt | |
| parent | 3e37e12ae4e6ec0c2e4896e77165e816dd4a571c (diff) | |
| download | meta-xilinx-ad773e61ee3f3d25a702c7e999a9e6332b0af2ac.tar.gz | |
xrt/zocl: Remove zynq compatibility from recipes
Signed-off-by: rbramand <rbramand@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | 4 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb index 884422cc..d4157d16 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | |||
| @@ -10,6 +10,10 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \ | |||
| 10 | file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 10 | file://runtime_src/core/pcie/linux/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
| 11 | file://runtime_src/core/tools/xbutil2/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 " | 11 | file://runtime_src/core/tools/xbutil2/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 " |
| 12 | 12 | ||
| 13 | COMPATIBLE_MACHINE ?= "^$" | ||
| 14 | COMPATIBLE_MACHINE:zynqmp = ".*" | ||
| 15 | COMPATIBLE_MACHINE:versal = ".*" | ||
| 16 | |||
| 13 | S = "${WORKDIR}/git/src" | 17 | S = "${WORKDIR}/git/src" |
| 14 | 18 | ||
| 15 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
diff --git a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb index a7899076..6bd579f4 100644 --- a/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb +++ b/meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb | |||
| @@ -8,6 +8,10 @@ require recipes-xrt/xrt/xrt.inc | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" |
| 9 | LICENSE = "GPL-2.0-or-later & Apache-2.0" | 9 | LICENSE = "GPL-2.0-or-later & Apache-2.0" |
| 10 | 10 | ||
| 11 | COMPATIBLE_MACHINE ?= "^$" | ||
| 12 | COMPATIBLE_MACHINE:zynqmp = ".*" | ||
| 13 | COMPATIBLE_MACHINE:versal = ".*" | ||
| 14 | |||
| 11 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" | 15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" |
| 12 | 16 | ||
| 13 | inherit module | 17 | inherit module |
