[oe-commits] [openembedded-core] 25/32: riscv32: Bump oldest kernel to 5.4

git at git.openembedded.org git at git.openembedded.org
Sun Jan 26 22:33:48 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f0ecdb85751e8c0968f14f2c696d327c5a66d35c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Jan 26 11:27:46 2020 -0800

    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.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2da7c58..b6aa9f3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list