[oe-commits] Paul Eggleton : bitbake.conf: update OLDEST_KERNEL to 2.6.16

git version control git at git.openembedded.org
Fri Jul 8 16:35:28 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 888ab93fb8a5baf6308bdc004dba721b0950f6ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=888ab93fb8a5baf6308bdc004dba721b0950f6ab

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Jul  7 13:58:55 2011 +0100

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 <paul.eggleton at linux.intel.com>

---

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index bdaa35d..463991d 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"
 
 ##################################################################





More information about the Openembedded-commits mailing list