diff options
author | saumya garg <saumya.garg@amd.com> | 2024-05-08 14:22:09 +0530 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-05-09 09:55:21 -0600 |
commit | 286bb6b2d753f2f8edc982f08e5bc7590d4db58d (patch) | |
tree | 613e355ac79b00885fa30720637553fffe921b18 | |
parent | 934a0dc89c059635620a00e081bb934352d44da5 (diff) | |
download | meta-xilinx-286bb6b2d753f2f8edc982f08e5bc7590d4db58d.tar.gz |
xrt, zocl: update commit id
Changelog:
Run on centos 8.1 tests (#8151)
Fix for CR-1178294: XRT AIE Status .json file does not include tile information for a tile where only memory is used (#8147) (#8150)
giving default value for event column (#8144) (#8146)
CR-1199552: Fixing mem-bw test for RAVE (#8123) (#8130)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@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 ef6cd1ce..7125f423 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= "2024.1" | 5 | BRANCH= "2024.1" |
6 | SRCREV_xrt = "a09e1a1e8548b8003fb03b8debff92815ee13172" | 6 | SRCREV_xrt = "ec83e2a3348f3e5158f7a91821e9cf4690462681" |
7 | PV = "202410.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" |