diff options
author | saumya garg <saumya.garg@amd.com> | 2023-08-29 17:56:30 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-31 08:49:10 -0500 |
commit | 69ad019bfcd5dfb063165592d4751b76d8c872a5 (patch) | |
tree | b18808b88b6c3b2257286f70d5053f18a910bda0 | |
parent | cb09236e7367a445e6ba224286944701509cbe19 (diff) | |
download | meta-xilinx-69ad019bfcd5dfb063165592d4751b76d8c872a5.tar.gz |
xrt, zocl: Update commit id
Changelog:
Fix for CR-1170857, CR-1114740, CR-1114732 (#7669)
Including Install Instructions for RHEL 9.x (#7672)
Moving to petalinux version petalinux-v2023.2_08251450 (#7680)
Fixed CR-1160856 (#7668)
moving to latest petalinux (#7673)
Update petalinux.build to stable version (#7677)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@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 319b804a..08ad0f77 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}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
4 | 4 | ||
5 | BRANCH= "master" | 5 | BRANCH= "master" |
6 | SRCREV= "eba10b68e5704a0070da1d7a958fdc11f58c3721" | 6 | SRCREV= "ff10e98baa0538aa6014fda44631f4c35fc577e0" |
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" |