diff options
author | John Toomey <john.toomey@amd.com> | 2023-08-29 18:11:33 +0100 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-29 14:59:39 -0500 |
commit | 06827f70486713b2af8a4ed30769ab59fcf0fba1 (patch) | |
tree | 9c2cd5ceb43f8ba7d86ab9c73a386468929716e4 | |
parent | 738a753daed0d4541fcfc6c9e418a095de47084c (diff) | |
download | meta-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.inc | 4 |
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 | ||
3 | REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" | 3 | REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" |
4 | 4 | ||
5 | BRANCH ?= "main-aie" | 5 | BRANCH ?= "xlnx_rel_v2023.2" |
6 | SRCREV ?= "c4b61e22a59b72ea40a8ff8bf1b75e321e58682f" | 6 | SRCREV ?= "83c84d3c9617f1b9d71bdcbf6e89b2794f749c78" |
7 | 7 | ||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM ?= "file://license.txt;md5=04a153cae61a8a606fc79dff49c2c897" | 9 | LIC_FILES_CHKSUM ?= "file://license.txt;md5=04a153cae61a8a606fc79dff49c2c897" |