diff options
author | saumya garg <saumya.garg@amd.com> | 2024-01-04 11:18:48 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-06 11:36:39 -0600 |
commit | 2b4caf8e4fa8039a59564758628c4024a6055639 (patch) | |
tree | 9908eadbbf4841e05a600282cc989335a8f894b7 /meta-xilinx-core/recipes-xrt/xrt | |
parent | 6839677f67360f3c1bd23eb907c232d809f4f446 (diff) | |
download | meta-xilinx-2b4caf8e4fa8039a59564758628c4024a6055639.tar.gz |
xrt, zocl: Update commit id
Changelog:
Initial HIP binding build support using headers from standard HIP install (#7867)
Initial Zocl Changes (#7868)
P1 - Initial changes for removal of xcl apis (#7860)
Mantic (#7864)
EDGEML-7018 Error during static global destruction (#7865)
VITIS-10999 Prevent display of power data if no power sensor data is present (#7862)
Update dependency installation, build and packaging scripts for AlmaLinux9 (#7861)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-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 19c20147..403577b3 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 = "065eb631e66ab4a5fe912e1c60d72b46a174613b" | 6 | SRCREV_xrt = "d41edcab61de15f5216415e3d2841d5238f3994a" |
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" |