diff options
author | saumya garg <saumya.garg@amd.com> | 2024-05-20 15:38:32 +0530 |
---|---|---|
committer | Manikanta Sreeram <manikanta.sreeram@amd.com> | 2024-05-20 04:40:26 -0600 |
commit | 77eba12b28e4258e1f6a8e613902c1b084a170e1 (patch) | |
tree | 59e7fe73682286eeae145078253c2d1904e655e7 | |
parent | f5fbbb753854757ac6c815d4b3caa7fbc30c7183 (diff) | |
download | meta-xilinx-77eba12b28e4258e1f6a8e613902c1b084a170e1.tar.gz |
xrt, zocl: final commit id change for 2024.1
Changelog:
fixed the incorrect sysfs path (#8182) (#8184)
Signed-off-by: saumya garg <saumya.garg@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 1c9aea4b..7c0f805f 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 = "251149c8f4601d7a9e2b7c7c06e597a8aed04f96" | 6 | SRCREV_xrt = "a75e9843c875bac0f52d34a1763e39e16fb3c9a7" |
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" |