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

git at git.openembedded.org git at git.openembedded.org
Fri May 13 12:44:24 UTC 2016


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

commit 6ea7e6a04441028acec7dc12a6860a1ae85b15f2
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