diff options
author | saumya garg <saumya.garg@amd.com> | 2023-07-26 14:30:40 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-27 10:08:07 -0500 |
commit | 394371f92fd84f1397b80493ece0ccaf16b410b4 (patch) | |
tree | 3df20057776135c3c3cf3c7c926d56c083425868 | |
parent | 996b89069cd5a4deb39edcfea9a6900266923f8e (diff) | |
download | meta-xilinx-394371f92fd84f1397b80493ece0ccaf16b410b4.tar.gz |
xrt, zocl: Update commit id
Changelog:
CR-1169187 Disable all PS tests (#7639)
Deprecate sk_types.h and move pscontext class to a separate file pscontext.h (#7632)
CR-1167063 Fix hwqueue_handle::wait_command() API comment (#7609)
Add utility functions for ert packet (#7637)
Modifying the host reads and writes to global memory tables to only print out average bandwidth utilization if device information is ava
Updating petalinux to 2023.2 version (#7635)
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 39241500..28a6e5a8 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= "ce6ee4a7282a0bc0fabf93cf5ddffb51cad3a06d" | 6 | SRCREV= "c2c9573ed5ca6947c8c665c8bc4aaef9f727e72d" |
7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
8 | 8 | ||