From: Paul Eggleton Date: Thu, 7 Jul 2011 12:58:55 +0000 (+0100) Subject: bitbake.conf: update OLDEST_KERNEL to 2.6.16 X-Git-Tag: 2011-1~807 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=888ab93fb8a5baf6308bdc004dba721b0950f6ab;p=openembedded-core.git bitbake.conf: update OLDEST_KERNEL to 2.6.16 Since we no longer support 2.4, update this setting to 2.6.16, to line up with the most accepted setting from OE. (This affects eglibc's kernel support, and 2.6.16 is the minimum version for glibc 2.9 onwards.) Signed-off-by: Paul Eggleton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bdaa35d799..463991d41d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" # Kernel info. ################################################################## -OLDEST_KERNEL = "2.4.0" +OLDEST_KERNEL = "2.6.16" STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel" ##################################################################