blob: e4bb423ca8b47e5d4c7745a62b8b40c5bcd13331 (
plain)
1
2
3
4
5
6
7
|
REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
SRC_URI = "${REPO};${BRANCHARG}"
BRANCH= "2022.2"
SRCREV= "43926231f7183688add2dccfd391b36a1f000bea"
|