blob: 27522dd8bb92408ccef991749cf9ac7b692e1bbd (
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};name=xrt"
BRANCH = "2024.2"
SRCREV_xrt = "d05b18dc38cc6804ecb4b3dbe6de23f158319567"
|