summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2022-10-12 13:41:49 +0530
committerMark Hatle <mark.hatle@amd.com>2022-10-22 10:27:50 -0500
commitad773e61ee3f3d25a702c7e999a9e6332b0af2ac (patch)
tree85d26eb303c14c99415893eea440388b0fd531a4 /meta-xilinx-core/recipes-xrt
parent3e37e12ae4e6ec0c2e4896e77165e816dd4a571c (diff)
downloadmeta-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.bb4
-rw-r--r--meta-xilinx-core/recipes-xrt/zocl/zocl_git.bb4
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
13COMPATIBLE_MACHINE ?= "^$"
14COMPATIBLE_MACHINE:zynqmp = ".*"
15COMPATIBLE_MACHINE:versal = ".*"
16
13S = "${WORKDIR}/git/src" 17S = "${WORKDIR}/git/src"
14 18
15inherit cmake pkgconfig 19inherit 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
8LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8"
9LICENSE = "GPL-2.0-or-later & Apache-2.0" 9LICENSE = "GPL-2.0-or-later & Apache-2.0"
10 10
11COMPATIBLE_MACHINE ?= "^$"
12COMPATIBLE_MACHINE:zynqmp = ".*"
13COMPATIBLE_MACHINE:versal = ".*"
14
11S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" 15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl"
12 16
13inherit module 17inherit module