summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
blob: 3d1972d41857ea0efc4e2f0933da67df1432c73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

BRANCH ?= "2019.2"
REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
SRC_URI = "${REPO};${BRANCHARG}"

PV = "2.2.0+git${SRCPV}"
SRCREV = "7e3540d2707443d8c824669ef4272b33ce2f9ba4"

S = "${WORKDIR}/git/src/runtime_src/driver/zynq/drm/zocl"

inherit module