summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2023-08-29 18:11:33 +0100
committerMark Hatle <mark.hatle@amd.com>2023-08-29 14:59:39 -0500
commit06827f70486713b2af8a4ed30769ab59fcf0fba1 (patch)
tree9c2cd5ceb43f8ba7d86ab9c73a386468929716e4
parent738a753daed0d4541fcfc6c9e418a095de47084c (diff)
downloadmeta-xilinx-06827f70486713b2af8a4ed30769ab59fcf0fba1.tar.gz
ai-engine-driver: Update branch to xlnx_rel_v2023.2
Changelog: driver: src: global: Correct documentation driver: src: Fixed MisraC mandatory violations driver: src: rsc: Fix resource (file descriptor) leak Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc
index 4d4f6afd..70eadd74 100644
--- a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc
+++ b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc
@@ -2,8 +2,8 @@ SECTION = "libs"
2 2
3REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" 3REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https"
4 4
5BRANCH ?= "main-aie" 5BRANCH ?= "xlnx_rel_v2023.2"
6SRCREV ?= "c4b61e22a59b72ea40a8ff8bf1b75e321e58682f" 6SRCREV ?= "83c84d3c9617f1b9d71bdcbf6e89b2794f749c78"
7 7
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM ?= "file://license.txt;md5=04a153cae61a8a606fc79dff49c2c897" 9LIC_FILES_CHKSUM ?= "file://license.txt;md5=04a153cae61a8a606fc79dff49c2c897"