]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: update OLDEST_KERNEL to 2.6.16
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 7 Jul 2011 12:58:55 +0000 (13:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2011 16:26:36 +0000 (17:26 +0100)
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 <paul.eggleton@linux.intel.com>
meta/conf/bitbake.conf

index bdaa35d7998871f29969822942ffaf26341e69b9..463991d41db5eeb54513371cc4a8259a4605cd0f 100644 (file)
@@ -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"
 
 ##################################################################