blob: 28df4cb4e38270afd86c278e2c1c6e8fb3698dea (
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= "2022.1"
SRCREV= "e98799314cbb15e3b174ab0f8b7ba66587d0412e"
PV = "202210.2.13.0"
|