summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2022-03-08 17:33:58 +0530
committerMark Hatle <mark.hatle@xilinx.com>2022-03-10 07:11:29 -0800
commitd4d55048764eab9eb3ae24b8ce7bcc5575d53fa7 (patch)
treeb421250d5e43ba4c2ae348bf2e1aa5a97271e0ac /meta-xilinx-core/recipes-xrt
parent9ee4ed5ea3925782bfee7a41f4be3075d2435307 (diff)
downloadmeta-xilinx-d4d55048764eab9eb3ae24b8ce7bcc5575d53fa7.tar.gz
xrt_git:zocl_git:update commitid
Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-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 b9466b63..28df4cb4 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
@@ -2,8 +2,8 @@ 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.1"
6SRCREV= "bb871e556f9b8f6a57cbbac7d6b14c60b96422a2" 6SRCREV= "e98799314cbb15e3b174ab0f8b7ba66587d0412e"
7PV = "202210.2.13.0" 7PV = "202210.2.13.0"
8 8
9 9