diff options
author | saumya garg <saumya.garg@amd.com> | 2024-04-03 10:17:54 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-03 15:12:37 -0500 |
commit | ce8032d3494807793baf6f752a4de169b0ede0d0 (patch) | |
tree | 26a1f8046319d60e8805f91e060867736e3fa033 | |
parent | d52eb2c02f0f69b927066f70c30010374fdb7d0b (diff) | |
download | meta-xilinx-ce8032d3494807793baf6f752a4de169b0ede0d0.tar.gz |
xrt, zocl : Update commit id
Changelog:
Configure both channel IDs for aie_trace & aie_profile (#8038)
Fix bug in Edge sw_emu flow (#8044)
add cmake definition for linux builds (#8042)
Improvements to AIE trace on clients (#8039)
Fixing the map operator logic (#8040)
Implementation of Hip stream apis (#8018)
Hip test tidy up (#8029)
Simplifying hip memory APIs interfaces. (#8037)
CR-1192489: Memory Module Metric Event IDs are produced in tiles where no Mem
Port kernel driver to Linux 6.8 (#8005)
Fix on client to correct partition info device query request (#8033)
VITIS-11112 HIP Binding: Memory Management. (#7983)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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 7c2e932c..5c24ffa6 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -3,7 +3,7 @@ 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= "master" |
6 | SRCREV_xrt = "f23d53edd42fea0f0acd08c194b4750ed77127e2" | 6 | SRCREV_xrt = "34ceebc40b326aae408f8dc523c785db796e0483" |
7 | PV = "202320.2.17.0" | 7 | PV = "202320.2.17.0" |
8 | 8 | ||
9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" | 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" |