summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaumya garg <saumya.garg@amd.com>2023-07-26 14:30:40 +0530
committerMark Hatle <mark.hatle@amd.com>2023-07-27 10:08:07 -0500
commit394371f92fd84f1397b80493ece0ccaf16b410b4 (patch)
tree3df20057776135c3c3cf3c7c926d56c083425868
parent996b89069cd5a4deb39edcfea9a6900266923f8e (diff)
downloadmeta-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.inc2
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) != '
3SRC_URI = "${REPO};${BRANCHARG}" 3SRC_URI = "${REPO};${BRANCHARG}"
4 4
5BRANCH= "master" 5BRANCH= "master"
6SRCREV= "ce6ee4a7282a0bc0fabf93cf5ddffb51cad3a06d" 6SRCREV= "c2c9573ed5ca6947c8c665c8bc4aaef9f727e72d"
7PV = "202320.2.16.0" 7PV = "202320.2.16.0"
8 8