[gnome-continuous-yocto/gnomeostree-3.28-rocko: 242/8267] bitbake: Oldest kernel for nios2 is 3.19



commit 6d7cbc6b906e233c9e5228f4b0c2e46050277b89
Author: Marek Vasut <marex denx de>
Date:   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.
    
    (From OE-Core rev: 6ea7e6a04441028acec7dc12a6860a1ae85b15f2)
    
    Signed-off-by: Marek Vasut <marex denx de>
    Cc: Richard Purdie <richard purdie linuxfoundation org>
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]