diff options
| author | saumya garg <saumya.garg@amd.com> | 2024-04-12 13:44:04 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-15 21:19:15 -0500 |
| commit | 54d17cdc88be2820e99081d036c09b20240c1733 (patch) | |
| tree | 6890c2a379564cbeda91676b42dfb1bcffdcfd80 | |
| parent | 0b97d86d11f3defc08e23bfb09a9651bd5f25f76 (diff) | |
| download | meta-xilinx-54d17cdc88be2820e99081d036c09b20240c1733.tar.gz | |
xrt, zocl: change commit id
Changelog:
Fix to handle input_ports_details and output_ports_details Interface tiles metric for PLIO designs (#8064)
Changing a copy to a move for when profiling samples are written (#8065)
VITIS-11806 Command-chaining: XRT C++ Command List (#8063)
VITIS-11832 - Support transaction buffer patching in XRT (#8059)
fix printing logs on windows (#8062)
using the correct workspace path for windows (#8061)
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 | 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 f3313631..b301830f 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
| @@ -3,8 +3,8 @@ 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 = "58cba71cf60f1de1f935a32f0b739d568390b95d" | 6 | SRCREV_xrt = "baf88820fb3fc24dda4dc08c91ecbca2c76c7b0f" |
| 7 | PV = "202320.2.17.0" | 7 | PV = "202410.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" |
| 10 | SRCREV_dma_ip_drivers = "9f02769a2eddde008158c96efa39d7edb6512578" | 10 | SRCREV_dma_ip_drivers = "9f02769a2eddde008158c96efa39d7edb6512578" |
