blob: bc513c8b7f99d923d69a4493d43a72295a91f1ce (
plain)
1
2
3
4
5
6
|
REPO ?= "gitsm://github.com/Xilinx/XRT.git;protocol=https"
BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
SRC_URI = "${REPO};${BRANCHARG};name=xrt"
BRANCH = "master"
SRCREV_xrt = "e4a659dc330f2ae49de5b5998e4afa0dae49ea9f"
|