blob: 52bed585be1d323845f84bd5a7853e7723f52b01 (
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= "2022.2"
SRCREV= "43926231f7183688add2dccfd391b36a1f000bea"
PV = "202220.2.14.0"
|