diff options
| author | rbramand <rahul.bramandlapalli@xilinx.com> | 2023-04-10 14:13:45 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-11 09:19:31 -0500 |
| commit | 6c76b4d89b5a97f53bda19e526924cc8ed431ae2 (patch) | |
| tree | 4a7cabb93144e8ef4893ac78b6dbc6399aafdcde /meta-xilinx-core | |
| parent | e9bb195d55df44472a4f0a9a66c7a33adc54ca84 (diff) | |
| download | meta-xilinx-6c76b4d89b5a97f53bda19e526924cc8ed431ae2.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>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 2a5a649b..19f8f8cd 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
| @@ -3,6 +3,6 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
| 3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
| 4 | 4 | ||
| 5 | BRANCH= "2023.1" | 5 | BRANCH= "2023.1" |
| 6 | SRCREV= "619e4b1238cf68524e4d8f08af0a72277659118a" | 6 | SRCREV= "f0c2e397211347dfa1ea92910712d481fe43f662" |
| 7 | PV = "202310.2.15.0" | 7 | PV = "202310.2.15.0" |
| 8 | 8 | ||
