diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-08 21:35:13 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-08 22:37:19 +0530 |
commit | c3b5c8d40a5a53ff8f223052fc91088bd7fcbb61 (patch) | |
tree | 644f94c046f90aa4b7387a972c5c53de3bbb293d | |
parent | eae7578944b773f1859cc885c013799b3e84f97e (diff) | |
download | meta-xilinx-c3b5c8d40a5a53ff8f223052fc91088bd7fcbb61.tar.gz |
aie-rt : Updated SRCREV for 2024.2_7867
Revert "driver/src: Sync API between main-aie and main/main_aig branch"
driver: src: remove external functions defined as internal
driver: src: Added support to update shim bd address
driver/src: Sync API between main-aie and main/main_aig branch
driver: src: Add new AIE2PS APIs
driver: src: Add AIE2PS device specific code
Add gitignore file
driver:src: address misra-c violation in xaie_routing.c
driver: src: io_backend: Updated ioctl opcode for partition query.
-rw-r--r-- | meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.inc b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.inc index 17b18c68..f2649635 100644 --- a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.inc +++ b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.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 ?= "main-aie" | 5 | BRANCH ?= "main-aie" |
6 | SRCREV ?= "265208af8a0229cfc2bec37b6fab3f981473f121" | 6 | SRCREV ?= "c9997de6fdd723523b59ab2a7dba5967248c404a" |
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" |