diff options
author | saumya garg <saumya.garg@amd.com> | 2023-07-20 11:46:59 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-24 10:57:30 -0500 |
commit | dde495bffdfb00c9c58fa53e43dae53d252211e7 (patch) | |
tree | c43bcd4a22cf6b783d867c505913d2b0a863d766 | |
parent | 6f0ac2d36e1cfbb974855e8ce3bfac40706201b0 (diff) | |
download | meta-xilinx-dde495bffdfb00c9c58fa53e43dae53d252211e7.tar.gz |
xrt, zocl: Update commit id
Changelog:
AIE trace/profile improvements for 2023.2 (#7633)
VITIS-6327 xbutil valdiate changes to support ps kernel testing (#7624)
VITIS-8548-XRT support to improve AIE status reporting (#7619)
Amend #7572 to validate ERT_START_DPU opcode (#7628)
VITIS-8980 Improve sensor reports (#7625)
Fix windows VS22 compilation warnings (#7627)
add support for mem_banks for --add-pskernel (#7606)
Fix ptree having multiple roots (#7623)
VITIS-8980 Improve output of electrical and thermal reports (#7620)
Update xclbin for inclusion by kernel mode windows driver (#7622)
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 eda20f1d..39241500 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= "ba5d5fffa4bc5e9d7a1f478998cf730360125a60" | 6 | SRCREV= "ce6ee4a7282a0bc0fabf93cf5ddffb51cad3a06d" |
7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
8 | 8 | ||