diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-31 13:09:48 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-31 16:27:12 +0530 |
commit | cb09236e7367a445e6ba224286944701509cbe19 (patch) | |
tree | fb03fc150d733068d2b3f78eae89828d72bee075 | |
parent | 3aeb950696276c9f797ae6efc9642ec94155e56a (diff) | |
download | meta-xilinx-cb09236e7367a445e6ba224286944701509cbe19.tar.gz |
aie-rt : Updated SRCREV for 2023.2_1763
driver: src: global: Correct documentation
driver: src: Fixed MisraC mandatory violations
driver: src: rsc: Fix resource (file descriptor) leak
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc | 2 |
1 files changed, 1 insertions, 1 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 70eadd74..38bb7f9f 100644 --- a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc +++ b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
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 ?= "xlnx_rel_v2023.2" | 5 | BRANCH ?= "xlnx_rel_v2023.2" |
6 | SRCREV ?= "83c84d3c9617f1b9d71bdcbf6e89b2794f749c78" | 6 | SRCREV ?= "c4b61e22a59b72ea40a8ff8bf1b75e321e58682f" |
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" |