summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMin Ma <min.ma@xilinx.com>2019-03-08 14:45:16 -0800
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-06-28 15:54:26 -0700
commite30e41b3b6c8fb5744e0b34535854a526e0f5c60 (patch)
tree5065ea1a1d58737412633cb35b5b9563d4535103
parent59c887fba547f208b7b9e3bf268b76596a548be4 (diff)
downloadmeta-xilinx-e30e41b3b6c8fb5744e0b34535854a526e0f5c60.tar.gz
zocl: Recipe for Xilinx runtime driver module
Xilinx Runtime driver module provides memory management and compute unit schedule. This recipe builds the associated kernel module Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
new file mode 100644
index 00000000..de437a1e
--- /dev/null
+++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Xilinx Runtime(XRT) driver module"
2DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7SRC_URI = "git://github.com/Xilinx/XRT.git;protocol=https"
8
9PV = "2.2.0+git${SRCPV}"
10SRCREV = "69a7e181d8d53c3b5dde9e8f17ace790141eaa01"
11
12S = "${WORKDIR}/git/src/runtime_src/driver/zynq/drm/zocl"
13
14inherit module