diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-11 00:07:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | 8f26f6247185b060d343fd9960341e7a4cf5696b (patch) | |
tree | bc3a3905fc89920f66f2fef3c23cc6679d84508f /meta/conf/bitbake.conf | |
parent | 2712b33e8541cfe5f8364ee76998cf0126830f9d (diff) | |
download | poky-8f26f6247185b060d343fd9960341e7a4cf5696b.tar.gz |
risc-v: Pin oldest kernel to 4.15 for the new kid
(From OE-Core rev: fd3d98fd5690dab391c27a71e26f74e0f9a25f3a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 |