From: Khem Raj Date: Thu, 28 Aug 2014 07:55:59 +0000 (-0700) Subject: bitbake.conf: Use 2.6.32 for oldest supported kernel X-Git-Tag: 2015-4~1664 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32b3a9ca554d9ff8f3b9c2ff62cc66ee865c61bf;p=openembedded-core.git bitbake.conf: Use 2.6.32 for oldest supported kernel glibc 2.20+ wont support any older than that Signed-off-by: Khem Raj --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9aee4eb0ad..2771233e3e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -394,7 +394,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" # Kernel info. ################################################################## -OLDEST_KERNEL = "2.6.16" +OLDEST_KERNEL = "2.6.32" STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/usr/src/kernel" ##################################################################