summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt
diff options
context:
space:
mode:
authorsaumya garg <saumya.garg@amd.com>2024-05-06 14:55:26 +0530
committerSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-05-06 20:09:11 -0600
commitf96cafa9cf6b40af7cf2ec04b8f13cb30fb3bd0b (patch)
tree247a60800fcda419f5ec7bae29bfd7f1f49a55d7 /meta-xilinx-core/recipes-xrt/xrt
parent19b146a887ef386bbd164f6eeb6ee90143420630 (diff)
downloadmeta-xilinx-f96cafa9cf6b40af7cf2ec04b8f13cb30fb3bd0b.tar.gz
xrt, zocl: Update commit id
Changelog: replacing DMA events for PLIO in profiling (#8132) fixing issue in adf::event crash (#8119) (#8120) cover all stream switch port events (#8118) ZOCL version adjusted to 2.17 for 2024.1 (#8114) (#8115) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc2
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 1de987fa..ef6cd1ce 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) != '
3SRC_URI = "${REPO};${BRANCHARG};name=xrt" 3SRC_URI = "${REPO};${BRANCHARG};name=xrt"
4 4
5BRANCH= "2024.1" 5BRANCH= "2024.1"
6SRCREV_xrt = "11f9d2bc6fc61862105093e42cb62c04cf506e51" 6SRCREV_xrt = "a09e1a1e8548b8003fb03b8debff92815ee13172"
7PV = "202410.2.17.0" 7PV = "202410.2.17.0"
8 8
9SRC_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" 9SRC_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"