summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-04-15 21:26:10 -0500
committerMark Hatle <mark.hatle@amd.com>2024-04-16 11:05:16 -0500
commitd2be424e5da169aa2ca80b51618ba9ee5cfc7328 (patch)
tree6909246f9e2d79aa868dfe11d6de86c2711fd2e8
parent1bb654f7de3d7a5cb061698d74ffd97b715dc1c5 (diff)
downloadmeta-xilinx-d2be424e5da169aa2ca80b51618ba9ee5cfc7328.tar.gz
aie-rt: Move to xlnx_rel_v2024.1 branch
Changelog: driver: src: io_backend: Request tiles before gating clocks 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 a59ef469..577ac963 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_v2024.1"
6SRCREV ?= "c41476c833034259eb760d2a2f7c7118a5be727d" 6SRCREV ?= "d864f8eb4c509393696cf564bee11086744efcdb"
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"