From: Khem Raj Date: Sun, 11 Mar 2018 08:07:58 +0000 (-0800) Subject: risc-v: Pin oldest kernel to 4.15 for the new kid X-Git-Tag: uninative-1.9~183 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd3d98fd5690dab391c27a71e26f74e0f9a25f3a;p=openembedded-core.git risc-v: Pin oldest kernel to 4.15 for the new kid Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7007a6e9b6..93f57f3c9e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -423,6 +423,8 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" OLDEST_KERNEL = "3.2.0" OLDEST_KERNEL_aarch64 = "3.14" OLDEST_KERNEL_nios2 = "3.19" +OLDEST_KERNEL_riscv32 = "4.15" +OLDEST_KERNEL_riscv64 = "4.15" # SDK_OLDEST_KERNEL can't be set using overrides since there are # none for the SDK architecture. Best to set it from a machine-sdk