summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2022-10-12 13:41:49 +0530
committerMark Hatle <mark.hatle@amd.com>2022-10-22 10:27:50 -0500
commit20e4b7cdc1bb6ad882869f4dfea96b643a1b43bb (patch)
tree25049e78691afba91b9809cb385c4510ce99e6d7
parentad773e61ee3f3d25a702c7e999a9e6332b0af2ac (diff)
downloadmeta-xilinx-20e4b7cdc1bb6ad882869f4dfea96b643a1b43bb.tar.gz
xrt/zocl: Update PV, SRCREV
Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
index 52bed585..314f05a0 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= "2022.2" 5BRANCH= "master"
6SRCREV= "43926231f7183688add2dccfd391b36a1f000bea" 6SRCREV= "582c711f5fbe0abf9f360cf8802a19d5610384e9"
7PV = "202220.2.14.0" 7PV = "202310.2.15.0"
8 8