diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2022-03-08 17:33:58 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-10 07:11:29 -0800 |
commit | d4d55048764eab9eb3ae24b8ce7bcc5575d53fa7 (patch) | |
tree | b421250d5e43ba4c2ae348bf2e1aa5a97271e0ac /meta-xilinx-core/recipes-xrt | |
parent | 9ee4ed5ea3925782bfee7a41f4be3075d2435307 (diff) | |
download | meta-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.inc | 4 |
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" | |||
2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
4 | 4 | ||
5 | BRANCH= "master" | 5 | BRANCH= "2022.1" |
6 | SRCREV= "bb871e556f9b8f6a57cbbac7d6b14c60b96422a2" | 6 | SRCREV= "e98799314cbb15e3b174ab0f8b7ba66587d0412e" |
7 | PV = "202210.2.13.0" | 7 | PV = "202210.2.13.0" |
8 | 8 | ||
9 | 9 | ||