blob: bcf869d8d898587d6fc7f368a13581a8b259f736 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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= "5e14f7c0e07cd0ae895b424a1a3f0a8e58b5523b"
PV = "202120.2.13.0"
|