diff options
author | Salih Erim <salih.erim@amd.com> | 2024-12-16 15:33:31 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-12-16 14:02:32 -0600 |
commit | 9fbe4178d162ef297c3aa98fce22470dd6bf882b (patch) | |
tree | 42d50500914119dfc807432d43e2200ad7c54c4e | |
parent | 19eebe0c003038599e400ece5ce2e5f41f9f692b (diff) | |
download | meta-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.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 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 | " |
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 = "35adb9561a8f345a99676d76096b5e6c5f6d6828" | 9 | SRCREV = "f4cab729470d7ecac95d52930e9463062d482ae0" |
10 | 10 | ||
11 | inherit update-rc.d systemd | 11 | inherit update-rc.d systemd |
12 | 12 | ||