[oe-commits] [openembedded-core] 61/67: bitbake: Oldest kernel for nios2 is 3.19

git at git.openembedded.org git at git.openembedded.org
Thu May 12 10:58:05 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f800bd273088b3479d944bb4016033d7b410d612
Author: Marek Vasut <marex at denx.de>
AuthorDate: Wed May 11 10:35:39 2016 -0700

    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 <marex at denx.de>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9c865d7..382dadc 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list