diff options
author | saumya garg <saumya.garg@amd.com> | 2024-01-18 12:21:38 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 12:58:25 -0600 |
commit | 2ce7d5909e251604637a3bbf1a0b7707ea6bd74c (patch) | |
tree | 6b3390038336ed08cda23fb044c7d3ee60cf5aa4 /meta-xilinx-core | |
parent | cbe4bf5e78235053c247456e5a1026cf48cc00f2 (diff) | |
download | meta-xilinx-2ce7d5909e251604637a3bbf1a0b7707ea6bd74c.tar.gz |
xrt, zocl: Change commit id
Changelog:
fixing crash in xbmgmt/xbutil examine (#7890)
VITIS-10487 Add throughput and latency no-op test (#7878)
VITIS-11098 Remove nonapplicable reports for Ryzen (#7886)
VITIS-11097 Update AIE Reports (#7885)
VITIS-11096 Add report name printout to ReportDynamicRegions (#7884)
VITIS-11093 Rename usage metrics column to command submissions. Remove device BO metrics column. (#7883)
VITIS-11103 Refactor validate test header to account for differences in ryzen and alveo devices (#7882)
VITIS-11103 Hide driver hash if not present (#7881)
VITIS-11095 ReportPlatform Upgrade (#7880)
VITIS-11094 Remove device ID and device readiness for Ryzen devices (#7879)
Adding authorize workflow and updating codeowners (#7888)
Further refactor of AIE Profile plugin (#7853)
VITIS-10866 - Patching instruction buffer in XRT (#7830)
VITIS-10999 Improve electrical report output (#7874)
VITIS-11043 Refactor XRT to cache created devices (#7870)
CR-1181687 Fix hwctx_handle::create_hw_queue() to return shared queue (#7875)
Script to enable building of tests directory in CI (#7871)
Fix AIE trace crashes on client (#7873)
Added check to fix installation failure in RHEl 9.0 (#7869)
Signed-off-by: saumya garg <saumya.garg@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.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 403577b3..35235de0 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 = "d41edcab61de15f5216415e3d2841d5238f3994a" | 6 | SRCREV_xrt = "22150929f8c3c19b514a515168fce1797db7f28c" |
7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.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" |