summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalih Erim <salih.erim@amd.com>2024-12-16 15:33:31 +0000
committerMark Hatle <mark.hatle@amd.com>2024-12-16 14:02:32 -0600
commit9fbe4178d162ef297c3aa98fce22470dd6bf882b (patch)
tree42d50500914119dfc807432d43e2200ad7c54c4e
parent19eebe0c003038599e400ece5ce2e5f41f9f692b (diff)
downloadmeta-xilinx-9fbe4178d162ef297c3aa98fce22470dd6bf882b.tar.gz
raft: Board specific supports and bug fixes
VEK385 board initial support VR-R-A2488-00 board initial support VN-P-B2197-00 board initial support Several bug fixes about sysmon-i2c, regulators apis 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 e7cb57f7..38cf034b 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 = "35adb9561a8f345a99676d76096b5e6c5f6d6828" 9SRCREV = "f4cab729470d7ecac95d52930e9463062d482ae0"
10 10
11inherit update-rc.d systemd 11inherit update-rc.d systemd
12 12