From: Marek Vasut Date: Wed, 11 May 2016 17:35:39 +0000 (-0700) Subject: bitbake: Oldest kernel for nios2 is 3.19 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea7e6a04441028acec7dc12a6860a1ae85b15f2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: Oldest kernel for nios2 is 3.19 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 Cc: Richard Purdie Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9c865d7dcb4..382dadca6dd 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -405,6 +405,8 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" OLDEST_KERNEL = "3.2.0" 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"