diff options
author | Salih Erim <salih.erim@amd.com> | 2024-12-05 20:20:46 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-12-07 09:34:42 -0600 |
commit | 63b731c474c777bd7814f6682cf4d9a5642ba5d9 (patch) | |
tree | faa3b8517c6339a87c3ef7a2d7d49307956f9abb | |
parent | 44c8395bfae14ba85dcd2a1632314023f146e479 (diff) | |
download | meta-xilinx-63b731c474c777bd7814f6682cf4d9a5642ba5d9.tar.gz |
raft: Raft-PM bug fix for SC_Update7
Board manifest files updated due to voltage functionality
is not complete for eval boards yet.
Signed-off-by: Salih Erim <salih.erim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-apps/raft/raft_2024.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-apps/raft/raft_2024.2.bb b/meta-xilinx-core/recipes-apps/raft/raft_2024.2.bb index 62e5f6fa..e7cb57f7 100644 --- a/meta-xilinx-core/recipes-apps/raft/raft_2024.2.bb +++ b/meta-xilinx-core/recipes-apps/raft/raft_2024.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ | |||
6 | " | 6 | " |
7 | BRANCH = "2024.2" | 7 | BRANCH = "2024.2" |
8 | SRC_URI = "git://github.com/Xilinx/RAFT;protocol=https;branch=${BRANCH}" | 8 | SRC_URI = "git://github.com/Xilinx/RAFT;protocol=https;branch=${BRANCH}" |
9 | SRCREV = "af8830b912698c50aba8f3924afd427ad4210352" | 9 | SRCREV = "35adb9561a8f345a99676d76096b5e6c5f6d6828" |
10 | 10 | ||
11 | inherit update-rc.d systemd | 11 | inherit update-rc.d systemd |
12 | 12 | ||