From: Min Ma <[email protected]> Xilinx Runtime driver module provides memory management and compute unit schedule. This recipe builds the associated kernel module
Signed-off-by: Min Ma <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb 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 0000000..de437a1 --- /dev/null +++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "Xilinx Runtime(XRT) driver module" +DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/Xilinx/XRT.git;protocol=https" + +PV = "2.2.0+git${SRCPV}" +SRCREV = "69a7e181d8d53c3b5dde9e8f17ace790141eaa01" + +S = "${WORKDIR}/git/src/runtime_src/driver/zynq/drm/zocl" + +inherit module -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
