diff options
author | Manoj Takasi <mtakasi@amd.com> | 2024-10-14 15:30:57 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-15 13:50:32 -0500 |
commit | da6218d308ccc5bdedb0e5bbed47fcc6c8332e7f (patch) | |
tree | 306f271d2199959e380d3041cbddb62950366a7a /meta-xilinx-core | |
parent | 6e47770e7be74ece88861952db520f0320f7e926 (diff) | |
download | meta-xilinx-da6218d308ccc5bdedb0e5bbed47fcc6c8332e7f.tar.gz |
xrt, zocl : update commit id for 2024.2
Changelog:
create/destroy/create hw_context flow is fixed (#8522)
final changes for multi-partition support (#8521)
enabling external buffer logic as latest petalinux has ssw change (#8517)
Driver changes to support multi-partition in edge (#8518)
[XDP] Multiple CRs - Added warning messages, fixed support of profile corner cases, and better handle multiple stream IDs (#8509)
[XDP] CR-1215560 - Report column shift in static data of profile report (#8513)
explicit reset is not required for aie array (#8515)
Spatial Sharing test update for low variance (#8506)
Fix for crash in xrt-smi validate with ML Timeline enabled (#8512)
Capture and Replay: Fix repeated loading of capture lib via LD_PRELOAD (#8511)
VITIS-13530 : Add support to dump scratch pad memory (#8503)
Signed-off-by: Manoj Takasi <mtakasi@amd.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-202420.2.18.0.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc index ad66076f..55b88cd9 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc | |||
@@ -2,5 +2,5 @@ REPO ?= "gitsm://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};name=xrt" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
4 | 4 | ||
5 | BRANCH = "master" | 5 | BRANCH = "2024.2" |
6 | SRCREV_xrt = "5448dd1701a51e88cfdf73be1c3962c0a825e39d" | 6 | SRCREV_xrt = "045f332d680bd117075b48a60502f7a19eef188d" |