diff options
author | saumya garg <saumya.garg@xilinx.com> | 2023-06-22 14:41:08 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-23 11:19:10 -0500 |
commit | d8f8fbf473ba47aacec62fa9710a6e63f0041b5f (patch) | |
tree | f465cfe6ca1b5f5419b5cb69bf8def4106f93ed0 | |
parent | 48877aa7fa7416eb4d140aa9f24cfbbb09633f83 (diff) | |
download | meta-xilinx-d8f8fbf473ba47aacec62fa9710a6e63f0041b5f.tar.gz |
Update xrt, zocl commit id changelog:
Modified the profiling plugin to build correctly on xdp_minimal build and windows (#7599)
Updated XDP AIE plugin callbacks (#7598)
time_after needs unsigned long instead of u64 (#7597)
VITIS-8979 Improve display of dynamic region report (#7585)
CR-1165917 Adding v70pq2 PCIe device ID to xocl driver (#7590)
moving to latest petalinux and removed vdu recipes (#7592)
Signed-off-by: saumya garg <saumyag@xilinx.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 914f497a..51da5562 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -3,6 +3,6 @@ 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= "2b1a65b8f29d9936f865d8aaa9b4575d3bfdbc3f" | 6 | SRCREV= "b1e154bed787183eb677d1546fc632d6799895b9" |
7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
8 | 8 | ||