diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-10-21 09:17:11 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | 96e3d36d89a624fd603c94851e7937de42206585 (patch) | |
tree | d0e967f93cee2c6bcc708e3a53d5f37f6e675415 /meta-xilinx-core | |
parent | 72ab53f9baeb52a676df70868d6215fb8bae8d10 (diff) | |
download | meta-xilinx-96e3d36d89a624fd603c94851e7937de42206585.tar.gz |
ai-engine-driver: Branch for 2024.2 release
This effectively reverses one commit that is in main-aie, but not in the 2024.2 branch.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/ai-engine/aie-rt-2024.2.inc | 4 |
1 files changed, 2 insertions, 2 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 f02d7e8d..06cd9ece 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 | |||
@@ -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_v2024.2" |
6 | SRCREV ?= "8b919dc8ab4ccbeb9fc13092b579934ff7c2f151" | 6 | SRCREV ?= "588381ada67301a47924447fe7845c83559a296b" |
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" |