mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +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:
parent
7c6d2f093b
commit
7a9bb69f08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user