From 1cfe1d826e67a060d80264d7b6a5c98b3c4a3d2f Mon Sep 17 00:00:00 2001 From: rbramand Date: Mon, 10 Apr 2023 14:13:45 +0530 Subject: 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 Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-core/recipes-xrt') 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" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -BRANCH= "master" -SRCREV= "f1e8e126bd9265a78b042a354afc4f5d567bb073" +BRANCH= "2023.1" +SRCREV= "f0c2e397211347dfa1ea92910712d481fe43f662" PV = "202310.2.15.0" -- cgit v1.2.3-54-g00ecf