summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2022-09-15 14:27:35 +0530
committerMark Hatle <mark.hatle@amd.com>2022-09-16 10:09:00 -0500
commitac0b2749dafbc3b78bcc020c50204c2aca10ba30 (patch)
treec5a7934b264cb64ca014370baa2baeb9e56e5ead /meta-xilinx-core/recipes-xrt/xrt
parent242b81911c70f7a4037bbd6ad81b4effa55ebd9a (diff)
downloadmeta-xilinx-ac0b2749dafbc3b78bcc020c50204c2aca10ba30.tar.gz
xrt_git:zocl_git:update commitid
Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
index ba42fd5f..c1e36f85 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
@@ -2,7 +2,7 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
3SRC_URI = "${REPO};${BRANCHARG}" 3SRC_URI = "${REPO};${BRANCHARG}"
4 4
5BRANCH= "master" 5BRANCH= "2022.2"
6SRCREV= "910828b3abdbf66b10cb6efc952e75df64962340" 6SRCREV= "836a1f4e39f04d989b7709f3c41d337e8a073197"
7PV = "202220.2.14.0" 7PV = "202220.2.14.0"
8 8