blob: 893acaf16b42310ce0d5da4b1af67e87705d72f6 (
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= "fff03c822edc0971a4a58398a0004c1c99884c63"
PV = "202310.2.15.0"
|