diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2023-04-10 14:13:45 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 14:11:59 -0700 |
commit | 1cfe1d826e67a060d80264d7b6a5c98b3c4a3d2f (patch) | |
tree | b7a592cea173dbdf003ad018a1c49e807f44d7a9 | |
parent | c7e6213b0a2e7258c7f7baf1f7fd950f12501b5b (diff) | |
download | meta-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.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 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" | |||
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= "2023.1" |
6 | SRCREV= "f1e8e126bd9265a78b042a354afc4f5d567bb073" | 6 | SRCREV= "f0c2e397211347dfa1ea92910712d481fe43f662" |
7 | PV = "202310.2.15.0" | 7 | PV = "202310.2.15.0" |
8 | 8 | ||