diff options
author | saumya garg <saumya.garg@xilinx.com> | 2023-06-15 12:04:52 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-19 09:59:15 -0700 |
commit | 568ec9b09dfdf98c3ac96e5735d08a97096acbd4 (patch) | |
tree | 38b967229cd8d7a97375bd1724260513c82c0f23 | |
parent | 0623e747bc815cbfbf0398279d2d1a0c86d4556f (diff) | |
download | meta-xilinx-568ec9b09dfdf98c3ac96e5735d08a97096acbd4.tar.gz |
xrt, zocl: Update commit id
changelog:
Support Linux kernel 6.3+ (#7588)
Updated User plugin formatting (#7573)
pyxrt updates for windows (#7582)
g++12 complains about mismatching unique_ptr type (#7578)
Fix memory report crashing on device with no xclbin (#7584)
CR-1164853_Linux_Coding_Style_Adjust (#7574)
CID 318578-318582 (#7580)
Relax user ptr restriction on host only buffer (#7579)
install pybind11 in xrtdeps-win22.py (#7538)
Vitis-7921 First-class execution buffer (#7572)
Change windows typedef of ssize_t to int64_t (#7575)
Multislot fixes for multiple PS kernel load (#7558)
CR-1161216 - Always enable GCQ's interrupt to allow compatibility between GCQ v1 and v2 (#7566)
Get Memory info from ZOCL using xgq for Built in ps kernel (#7564)
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 4ab9d0e1..914f497a 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= "1ac392d0f562613334906c347789173373c09418" | 6 | SRCREV= "2b1a65b8f29d9936f865d8aaa9b4575d3bfdbc3f" |
7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
8 | 8 | ||