summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbramand <rahul.bramandlapalli@xilinx.com>2023-04-10 14:13:45 +0530
committerMark Hatle <mark.hatle@amd.com>2023-04-10 14:11:59 -0700
commit1cfe1d826e67a060d80264d7b6a5c98b3c4a3d2f (patch)
treeb7a592cea173dbdf003ad018a1c49e807f44d7a9
parentc7e6213b0a2e7258c7f7baf1f7fd950f12501b5b (diff)
downloadmeta-xilinx-1cfe1d826e67a060d80264d7b6a5c98b3c4a3d2f.tar.gz
Update xrt and zocl commit id
Memory manger issue fixed for xbtest (#7492) (#7494) Fixed CU context related issue. (#7487) (#7493) 2023.1 : Use correct BO handle to export and use the exported bo handle for AIE APIs for GMIO AIE Trace offload (#7491) 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.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 4cb3b157..19f8f8cd 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= "2023.1"
6SRCREV= "f1e8e126bd9265a78b042a354afc4f5d567bb073" 6SRCREV= "f0c2e397211347dfa1ea92910712d481fe43f662"
7PV = "202310.2.15.0" 7PV = "202310.2.15.0"
8 8