Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake: Oldest kernel for nios2 is 3.19
@ 2016-05-08 13:00 Marek Vasut
  2016-05-08 17:06 ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2016-05-08 13:00 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut

The oldest kernel version for nios2 is 3.19.0, set it so, otherwise
qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old"
message from glibc.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1c4175f..2f5db22 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -405,6 +405,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
 
 OLDEST_KERNEL = "2.6.32"
 OLDEST_KERNEL_aarch64 = "3.14"
+OLDEST_KERNEL_nios2 = "3.19"
 STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
 STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts"
 
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-05-10 10:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-08 13:00 [PATCH] bitbake: Oldest kernel for nios2 is 3.19 Marek Vasut
2016-05-08 17:06 ` Khem Raj
2016-05-08 17:19   ` Marek Vasut
2016-05-08 17:31     ` Khem Raj
2016-05-08 17:55       ` Marek Vasut
2016-05-08 18:13         ` Khem Raj
2016-05-08 18:14           ` Marek Vasut
2016-05-10 10:21   ` Ruslan Bilovol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox