summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
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}"
423OLDEST_KERNEL = "3.2.0" 423OLDEST_KERNEL = "3.2.0"
424OLDEST_KERNEL_aarch64 = "3.14" 424OLDEST_KERNEL_aarch64 = "3.14"
425OLDEST_KERNEL_nios2 = "3.19" 425OLDEST_KERNEL_nios2 = "3.19"
426OLDEST_KERNEL_riscv32 = "4.15"
427OLDEST_KERNEL_riscv64 = "4.15"
426 428
427# SDK_OLDEST_KERNEL can't be set using overrides since there are 429# SDK_OLDEST_KERNEL can't be set using overrides since there are
428# none for the SDK architecture. Best to set it from a machine-sdk 430# none for the SDK architecture. Best to set it from a machine-sdk