mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
riscv32: Bump oldest kernel to 5.4
rv32 port has bumped its minimum kernel requirement to 5.4 as the userspace ABI is still in flux until glibc port is not upstreamed. (From OE-Core rev: 1a7287369e554159914cd9a40c2e023c167fd82a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -431,7 +431,7 @@ OLDEST_KERNEL = "3.2.0"
|
||||
OLDEST_KERNEL_aarch64 = "3.14"
|
||||
OLDEST_KERNEL_nios2 = "3.19"
|
||||
OLDEST_KERNEL_powerpc64le = "3.10.0"
|
||||
OLDEST_KERNEL_riscv32 = "4.15"
|
||||
OLDEST_KERNEL_riscv32 = "5.4"
|
||||
OLDEST_KERNEL_riscv64 = "4.15"
|
||||
|
||||
# SDK_OLDEST_KERNEL can't be set using overrides since there are
|
||||
|
||||
Reference in New Issue
Block a user