blob: 392415004c3aa353f5add0e6aa9ac33ff83c3d9a (
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= "ce6ee4a7282a0bc0fabf93cf5ddffb51cad3a06d"
PV = "202320.2.16.0"
|