summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
blob: ba42fd5f2ce70af772c959b0a583d520fb564e63 (plain)
1
2
3
4
5
6
7
8
REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
SRC_URI = "${REPO};${BRANCHARG}"

BRANCH= "master"
SRCREV= "910828b3abdbf66b10cb6efc952e75df64962340"
PV = "202220.2.14.0"