blob: 51da556230ffdbfda226b03df9b61a35c5a6df25 (
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= "b1e154bed787183eb677d1546fc632d6799895b9"
PV = "202320.2.16.0"
|