blob: 8041e5be457e02e7021a1d4658e8d4f8e65d1fce (
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}"
BRANCH= "2024.1"
SRCREV = "2c7ff250504589bd1f934010e37bdcef86afaa54"
|