Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SUMMARY = "Xilinx Runtime(XRT) driver module" |
| 2 | DESCRIPTION = "Xilinx Runtime driver module provides memory management and compute unit schedule" |
| 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | |
| 7 | SRC_URI = "git://github.com/Xilinx/XRT.git;protocol=https" |
| 8 | |
| 9 | PV = "2.2.0+git${SRCPV}" |
Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 10 | SRCREV = "da87ac894a037d7e11c0496361458efed4bab438" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git/src/runtime_src/driver/zynq/drm/zocl" |
| 13 | |
| 14 | inherit module |