summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2022-10-12 13:41:49 +0530
committerMark Hatle <mark.hatle@amd.com>2023-04-07 17:12:24 -0700
commit9906f4fe58ffb8f9c97e4874ef4d48fc64f8c4f9 (patch)
tree4448f8ea88ca6e1b6d227e6d4f92d324ae5b3e1d
parent7c13d552a79c16e31909348f35ec173eb1c3795f (diff)
downloadmeta-xilinx-9906f4fe58ffb8f9c97e4874ef4d48fc64f8c4f9.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