blob: 4cb3b157ce699f72ae824d06e2495d27cbe6a4db (
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= "f1e8e126bd9265a78b042a354afc4f5d567bb073"
PV = "202310.2.15.0"
|