summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalih Erim <salih.erim@amd.com>2025-01-07 19:11:32 +0000
committerMark Hatle <mark.hatle@amd.com>2025-01-07 15:26:34 -0600
commit4c406f5db39d2a255dc86e87dd8ffed2770722b5 (patch)
treef0ee11f755582aa7a08655e7e26f20ed766d8731
parent29aff5e3b51e1ec3327e5fcaef7412b21d2cbcd8 (diff)
downloadmeta-xilinx-4c406f5db39d2a255dc86e87dd8ffed2770722b5.tar.gz
raft: Update7 CR fixes
PM Server init exception handling changed. Some regulator api changed. 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.bb2
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 38cf034b..add0c560 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"
7BRANCH = "2024.2" 7BRANCH = "2024.2"
8SRC_URI = "git://github.com/Xilinx/RAFT;protocol=https;branch=${BRANCH}" 8SRC_URI = "git://github.com/Xilinx/RAFT;protocol=https;branch=${BRANCH}"
9SRCREV = "f4cab729470d7ecac95d52930e9463062d482ae0" 9SRCREV = "d915c7f8ff212c3ec72be2ebed9280c211349451"
10 10
11inherit update-rc.d systemd 11inherit update-rc.d systemd
12 12