diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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}" | |||
423 | OLDEST_KERNEL = "3.2.0" | 423 | OLDEST_KERNEL = "3.2.0" |
424 | OLDEST_KERNEL_aarch64 = "3.14" | 424 | OLDEST_KERNEL_aarch64 = "3.14" |
425 | OLDEST_KERNEL_nios2 = "3.19" | 425 | OLDEST_KERNEL_nios2 = "3.19" |
426 | OLDEST_KERNEL_riscv32 = "4.15" | ||
427 | OLDEST_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 |